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

Jeff Sturm jsturm@one-point.com
Wed Jun 6 17:58:00 GMT 2001


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



More information about the Java mailing list