This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Failure to build gcc cvs HEAD 20030915 on sparc-linux: undefined references...
- From: Tom Tromey <tromey at redhat dot com>
- To: Christian Joensson <c dot christian dot joensson at comhem dot se>
- Cc: java <java at gcc dot gnu dot org>
- Date: 16 Sep 2003 12:30:48 -0600
- Subject: Re: Failure to build gcc cvs HEAD 20030915 on sparc-linux: undefined references...
- References: <20030916101736.A8193@sparky.j-son.org>
- Reply-to: tromey at redhat dot com
>>>>> "Christian" == Christian Joensson <c.christian.joensson@comhem.se> writes:
Christian> make: -j 4 bootstrap-lean
Christian> ./tmp/ccJna6Sw.o(.text+0x14): In function `main':
Christian> /tmp/ccuIzE0d.i:9: undefined reference to `/.libs/libgcj.so: undefined reference to `java::lang::ArrayIndexOutOfBoundsException::class$'
Christian> ./.libs/libgcj.so: undefined gnu::gcj::convert::Convert::class$'
I've had another report of a failure like this when building with -j,
but I was unable to reproduce. So unfortunately I don't have a
theory. I'd like to fix it, if only I knew what was wrong...
Tom