This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libjava build is broken on SMP
- From: Andrew Haley <aph at redhat dot com>
- To: gnustuff at thisiscool dot com, gcc at gcc dot gnu dot org
- Date: Thu, 28 Aug 2003 18:09:17 +0100
- Subject: libjava build is broken on SMP
- References: <20030828170429.GA12364@lucon.org>
H. J. Lu writes:
> With this patch:
>
> http://gcc.gnu.org/ml/java-patches/2003-q3/msg00427.html
>
> libjava is broken on SMP. I got
>
> make: *** No rule to make target `java/lang/AbstractMethodError.class', needed by `java/lang/AbstractMethodError.h'. Stop.
>
> Could you please fix it?
>
> BTW, I am running make 3.80.
Mohan, FYI: you don't need an SMP box to test this. 'make -j10' or
somesuch will work even on a uniprocessor.
Andrew.