This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Executing java testsuite fails: "linking simple"
- From: Tom Tromey <tromey at redhat dot com>
- To: Ken Allan <k dot allan-gcc at au dot darkbluesea dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 04 Feb 2004 18:54:49 -0700
- Subject: Re: Executing java testsuite fails: "linking simple"
- References: <40219812.7090003@au.darkbluesea.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ken" == Ken Allan <k.allan-gcc@au.darkbluesea.com> writes:
Ken> The only problem is that I get an unexpected error "FAIL: linking
Ken> simple". It's the only fail that I am getting, but I can't for the
Ken> life of me work out why it's failing since the command works perfectly
Ken> when I paste it in at the prompt.
Ken> The log entry follows, can anybody help me out here, or maybe point me
Ken> to a more appropriate list?
(java-patches is just for patches, bug- and discussion- stuff is more
suited for `java@gcc.gnu.org'.)
Offhand I'm not sure what would cause this problem. Note however
that libtool passes other flags (e.g., -fPIC) to gcj behind the
scenes, maybe that could cause the problem. Or it could be
environment-dependent in some obscure way.
One way to debug would be to enable core dumps and then use gdb on
the core file to see where the crash occurs.
Ken> Hi, I am currently trying to run the testsuite on my patches for PRs
Ken> 13972, 14009, 14012 and 14013.
BTW, I think Michael Koch looked at these patches. What is your
paperwork status? For non-trivial patches we need copyright
assignments before we can put them in. I can get you started on this
process if you don't already have papers filed.
Tom