This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap problem with libjava


I got:

/folk/mrs/net/gcc-linux/gcc/gcj -B/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava/ -B/folk/mrs/net/gcc-linux/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -L/folk/mrs/net/gcc-linux/i686-pc-linux-gnu/libjava -ffloat-store "" -O2 -MD -MT javax/naming/directory/Attribute.lo -MF javax/naming/directory/Attribute.d -c ../../../gcc/libjava/javax/naming/directory/Attribute.java -fPIC -o javax/naming/directory/.libs/Attribute.o
gcj: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [javax/naming/directory/Attribute.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

when trying to bootstrap last night.  Notice the "" in there.  I
haven't bootstrap in a little while, so this might not be a recent
breakage.  This was with a -j6 bootstrap on a 2 CPU linux box.  I did
a make all-target-libjava manually after, and it just built, so I
suspect someone isn't -j6 safe in libjava.  :-(


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]