This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libjava fails to build for i686-pc-linux-gnu
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: libjava fails to build for i686-pc-linux-gnu
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 26 Apr 2001 22:00:56 -0400 (EDT)
- cc: java at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
On Thu, 26 Apr 2001, Jeffrey Oldham wrote:
> ./.libs/libgcj.so: undefined reference to `GC_init_gcj_malloc'
> ./.libs/libgcj.so: undefined reference to `GC_gcj_malloc'
This suggests that boehm-gc didn't build correctly. After aoliva's change
I did a clean rebuild on i686-pc-linuxgnu both with and without
--enable-threads.
I don't know what might have gone wrong for you. Can you see if you have
-DGC_GCJ_SUPPORT=1 in <target>/boehm-gc/Makefile?
Jeff