You are here

Rosetta 3.4 build on Fedora 16 (VM)

2 posts / 0 new
Last post
Rosetta 3.4 build on Fedora 16 (VM)
#1

Dear All,

I am trying to build Rosetta 3.4 on Fedora16 when I type ./scons.py bin mode=release at command line.

./scons.py bin mode=release
scons: Reading SConscript files ...
Running versioning script ... svn: “.”不是工作副本
Done. (0.0 seconds)
scons: done reading SConscript files.
scons: Building targets ...
g++-4.6 -o build/src/release/linux/3.2/32/x86/gcc/4.6/apps/public/AbinitioRelax.o -c -isystem external/boost_1_46_1/boost/ -isystem external/boost_1_46_1/boost/ -malign-double -march=pentium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/linux/32/gcc/4.6 -Isrc/platform/linux/32/gcc -Isrc/platform/linux/32 -Isrc/platform/linux -I/public/home/users/qiang/Programs/include -Iexternal/boost_1_46_1 -Iexternal/dbio -I/usr/include -I/usr/local/include src/apps/public/AbinitioRelax.cc
sh: g++-4.6: command not found
scons: *** [build/src/release/linux/3.2/32/x86/gcc/4.6/apps/public/AbinitioRelax.o] Error 127
scons: building terminated because of errors.

I would be very grateful for any help.
Best Regards

Post Situation: 
Fri, 2012-07-27 01:06
Ryhon Wang

"sh: g++-4.6: command not found"

What happens when you type "which g++-4.6."? What about just "which g++"? Have you modified any of the files in tools/build? Scons shouldn't go looking for g++-4.6 without you specifically requesting it (which you haven't on the command line, but which you might have in tools/build/user.settings or some other file nearby).

Fri, 2012-07-27 07:29
smlewis