This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
wrong libgcc_s.so picked up in testsuite
- From: Michael Ritzert <ritzert at t-online dot de>
- To: java at gcc dot gnu dot org
- Date: Thu, 27 Feb 2003 17:37:26 +0100
- Subject: wrong libgcc_s.so picked up in testsuite
Hi all,
I see hundreds of testsuite failure for libjava because the wrong version of
libgcc_s.so is picked up by the linker:
PASS: SyncTest compilation from source
/var/ritzert/compile/gcc/HEAD/i686-pc-linux-gnu/libjava/testsuite/SyncTest.exe:
/opt/gcc-3.2.2/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by
/var/
ritzert/compile/gcc/HEAD/i686-pc-linux-gnu//libjava/.libs/libgcj.so.4)
FAIL: SyncTest execution - source compiled test
I guess it's because I have
% echo $LD_LIBRARY_PATH
/opt/gcc-3.2.2/lib:
% echo $LD_RUN_PATH
/opt/gcc-3.2.2/lib:
It this configuration unsupported or is this a bug in the testsuite?
Michael