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]

libgij and libgcj link to different libgcc_s.so


Hi list,
it looks like this:

# ldd /opt/gcj-4.2.0_alpha20060819/lib/libgij.so.8.0.0 
	libgcc_s.so.1 => /opt/gcj-4.2.0_alpha20060819/lib/libgcc_s.so.1 (0xb636a000)

# ldd /opt/gcj-4.2.0_alpha20060819/lib/libgcj.so.8.0.0 
/opt/gcj-4.2.0_alpha20060819/lib/libgcj.so.8.0.0: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /opt/gcj-4.2.0_alpha20060819/lib/libgcj.so.8.0.0)
	libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1 (0xb6376000)


Shouldn't libgcj also link to the correct one?


Regards,
Hanno


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