This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap problem with libjava
- From: mike stump <mrs at windriver dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 28 Nov 2001 13:27:45 -0800 (PST)
- Subject: 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. :-(