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: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 6 Jun 2001 21:39:16 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Wed, 6 Jun 2001, Jeffrey Oldham wrote:
> See also http://gcc.gnu.org/ml/java/2001-06/msg00036.html. Which
> libgcc_s.so should I be using? I conjecture I am using one built for
> gcc 3.0, but I do not know how to confirm this. What Linux commands
> do I issue to find out?
Use `ldd foo' to see what foo links with.
IMO the testsuite executables should link to libgcc_s in the gcc
build directory. Anything else is a bug. (Other shared libs seem to be
linked with -rpath, I don't know why libgcc_s should be any different.)
Jeff