This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc


>>>>> "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


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