This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 15 Jan 2002 21:04:24 -0700
- Subject: Re: testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc
- References: <3C3DDD9D.DA83FF06@pop.agri.ch> <87hepuuhpv.fsf@creche.redhat.com> <3C3E111E.9105ABBA@pop.agri.ch> <87pu4ga3dm.fsf@creche.redhat.com> <3C40B0AF.FE8EE12@pop.agri.ch> <87bsfy3sq6.fsf@creche.redhat.com> <3C41F5E7.C8F884D7@pop.agri.ch> <87zo3hyh0g.fsf@creche.redhat.com> <3C432DB0.76D5CB32@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "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