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: java at gcc dot gnu dot org
- Subject: Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Thu, 7 Jun 2001 07:44:39 -0700
- cc: oldham at codesourcery dot com, tromey at redhat dot com, jsturm at one-point dot com, apbianco at cygnus dot com
- Reply-to: oldham at codesourcery dot com
With help very quickly provided by Jeff Sturm, Tom Tromey, and
Alexandre Petit-Bianco, I was able to eliminate the numerous gcc 3.1
libjava regression test failures that I have recently seen.
The problem was that the tests were using an old libgcc_s.so.0 in the
installation directory, not the libgcc_s.so.0 built during
bootstrapping. Removing everything from the installation directory
permitted the executable to run correctly.
Is there a reason that using a library not in the build directory
would be preferred over one that is in the build directory?
Thanks again for helping me through the difficulties.
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com