This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: tromey at redhat dot com
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: Mon, 14 Jan 2002 20:12:49 +0100
- Subject: testsuite problems on darwin was: [patch] HAVE_LC_MESSAGES for natSystem.cc
- Organization: zero
- 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>
Tom Tromey wrote:
> This is interesting, since it is a "shouldn't happen" sort of problem.
> This means that gcj can't find the libgcj .jar file.
New try new problems. The upper one fixed, don't know how.
I tried now with a verbose option.
Now one of the most errors is this one:
/usr/bin/ld: Undefined symbols:
_main <------------
___gxx_personality_v0
This happens e.g. in the jni dir. Here I had to remove the --shared
option since this is not available on darwin.
I also lack this one:
Didn't find file /Volumes/xufs/gccsrc/objdir/powerpc-apple-darwin5.2/libjava/tes
tsuite/../../qthreads/.libs/libgcjcoop.a, returning
Does this matter?
Thanks,
Andreas