This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]