testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc
Tom Tromey
tromey@redhat.com
Tue Jan 15 19:49:00 GMT 2002
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> I tried now with a verbose option.
Andreas> Now one of the most errors is this one:
Andreas> /usr/bin/ld: Undefined symbols:
Andreas> _main <------------
Andreas> ___gxx_personality_v0
This means that some C++ file isn't being compiled with the "java"
pragma. You'll have to find out which file; just run nm on the .o's
until you find one with ___gxx_personality_v0 undefined.
Andreas> Didn't find file /Volumes/xufs/gccsrc/objdir/powerpc-apple-darwin5.2/libjava/tes
Andreas> tsuite/../../qthreads/.libs/libgcjcoop.a, returning
Andreas> Does this matter?
No.
Tom
More information about the Java
mailing list