This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build problem



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]