|
From: Abdul H. M. <ha...@cs...> - 2009-04-02 18:18:39
|
Hi, I am building jRate-0.7.2-3.3.3 on ubuntu 64 bit running on AMD64. GCC-3.3.3 builds without any problem if build separately, but when I try to build it with jrate the linker gives an error. The --diasable-multilib option doesn't seem to work when the jRate patch is applied to gcc. The configure command that I give is as following: 1. root@haseeb:/opt/jrate/jrate-0.3.7.2-3.3.3# CC="/opt/gcc-3.3.3/bin/gcc" ./configure --enable-languages=c,c++,java --prefix=/opt/jrate/gcc --disable-multilib --enable-threads=posix --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu 2. make gives an error /opt/jrate/jrate-0.3.7.2-3.3.3/gcc-build/x86_64-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status I will really appreciate any kind of help. Cheers Haseeb |