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]
Other format: [Raw text]

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


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