This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Build problem
- To: krab@venus.is.s.u-tokyo.ac.jp
- Subject: Re: Build problem
- From: Anthony Green <green@cygnus.com>
- Date: Thu, 8 Jul 1999 05:11:40 -0700 (PDT)
- CC: java-discuss@sourceware.cygnus.com
Kresten wrote:
> When I try to build libgcj, I get an error
> Undefined first referenced
> symbol in file
> __builtin_new .libs/libgcj.so
> terminate(void) .libs/libgcj.so
__builtin_new should be in your libgcc.a. Use nm and look for an
opnew.o.
terminate(void) is really terminate__Fv, and should also be in libgcc.a.
Look for exception.o.
> I'm compiling this with the latest egcs.
Do you mean the latest snapshot? That should be ok.
What kind of system are you using.
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California
- References:
- Build problem
- From: Kresten Krab Thorup <krab@yl.is.s.u-tokyo.ac.jp>