This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- To: oldham at codesourcery dot com
- Subject: Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- From: Tom Tromey <tromey at redhat dot com>
- Date: 07 Jun 2001 10:55:56 -0600
- Cc: java at gcc dot gnu dot org, jsturm at one-point dot com, apbianco at cygnus dot com
- References: <200106071444.HAA20344@oz.codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:
Jeffrey> Is there a reason that using a library not in the build directory
Jeffrey> would be preferred over one that is in the build directory?
It is probably a bug in the test suite.
Last time I tried it, `make check-target-libjava' with an empty
install tree worked. So maybe it is just the ordering of
LD_LIBRARY_PATH or something like that.
Tom