Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation › Reply To: Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation
Hello, a newbie here.
I’m trying to install Rosetta3.2 in a new 64 bit system running Ubuntu11. It complained when I use gcc/g++ 4.5 so I tried installing 4.3 and then 4.2, removing the links to 4.5 and linking to gcc/g++ 4.3 and then 4.2. Compilation went on for about half an hour ending with this error:
….
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.a(functexcept.o): relocation R_X86_64_32 against `std::bad_typeid::~bad_typeid()’ can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/libObjexxFCL.so] Error 1
scons: building terminated because of errors.
Any idea what the problem could be? Thanks, Hugo.