Build problem

Anthony Green green@cygnus.com
Thu Jul 8 05:12:00 GMT 1999


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


More information about the Java mailing list