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

#5558
Anonymous

    To get it to take 4.5, I think all you have to do is duplicate the lines in my preceding post:

    "gcc, 4.1" : {
    "appends" : {
    "version" : [ "4", "1" ],
    "flags" : {
    "compile" : [ "-param inline-unit-growth=1000",
    "-param large-function-growth=50000" ],
    },
    },
    },

    and replace the 4.whatever with 4.5. You may wish to lower the inline limit, which is occasionally problematic.

    You may also need to add “4.5” to the list in options.settings in the same folder.