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


Erik Poupaert writes:
 > 
 > > 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

The linker is looking in the /usr/lib/gcc-lib directory for your
libgcc and finding version 3.2.2.  That is bad.
  
You've either got a broken installation or your LD_LIBRARY_PATH is wrong.  

 > And just removing the symbolic link libgcc_s.so in the same directory doesn't work.

Don't do that.

Andrew.


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