Hello all,
I am trying to install Rosetta 3.1 on Opensuse 11.2 using gcc 4.4.1. It is an x86_64 box. I am getting the following error after scons bin mode=release
KeyError: Unknown version number Linux) for compiler ‘gcc”
Open tools/build/basic.settings. Find the entries for gcc. Add an entry for gcc 4.4 (the last one that’s there is 4.1, just copy/paste it and increment it to 4.1). That ought to work…
The other similar post reminded me that there’s a know issue with 4.4.1 anyway. It’s not the issue you’re having (it’s an internal compiler segfault halfway through compilation) but 4.4.1 isn’t going to work anyway – try GCC 4.3?