Rosetta 3.4 build on Fedora 16 (VM)

Member Site Forums PyRosetta PyRosetta – Build/Install Rosetta 3.4 build on Fedora 16 (VM)

Viewing 1 reply thread
  • Author
    Posts
    • #1358
      Anonymous

        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

      • #7487
        Anonymous

          “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).

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.