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]

Re: 3.3 configure static


> What happens if you remove the symbolic link
> install/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../libgcj.so
> It should find the static library and link to that.

It works partially. The linker does not complain when not finding libgcj.so. But I am
still running into a problem though:

/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libgcc_s.so.1: version `GCC_3.3' not found

And just removing the symbolic link libgcc_s.so in the same directory doesn't work.
The linker complains about it:

/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status

It is a bit strange because the 3.3 version of libgcc_s.so.1 seems to be the same
file as in/usr/lib; at least it is versioned similarly.


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