|
From: Tim R. <timr@u.washington.edu> - 2002-10-23 22:17:06
|
Did you try removing the -o from the preprocessing command? -tim Eric Alm wrote: > I recently upgraded to RH8.0 which includes gcc version 3.2, and the BTK no > longer compiles. The problem is that the preprocessing step to generate > dependency files creates a .*.o file with some phony output. Then the real > object file never gets made. > > As a workaround (shameful hack), I just added "rm .*.o" to the end of the > preprocessing command, like this: > > g++ -M -o .area.o area.cpp > .area.d ; /bin/rm .*.o > > maybe someone has a better understanding of exactly what's going on. > > -E > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en > > _______________________________________________ > Btk-developers mailing list > Btk...@li... > https://lists.sourceforge.net/lists/listinfo/btk-developers |