You are here

Rosetta 3.1 error

4 posts / 0 new
Last post
Rosetta 3.1 error
#1

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"

Any ideas?

Thank you.

Post Situation: 
Wed, 2010-07-28 16:19
yonkmj

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

Thu, 2010-07-29 07:29
smlewis

That sounds good but... that does not do it. Besides I thought the * wild card entry should take care of the discrepancy in gcc or icc versions?

Anyone have any other ideas? I can post the full error if that is helpful but this seems simple, although I cannot figure it out.
Thanks.

Thu, 2010-07-29 16:37
yonkmj

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?

Thu, 2010-07-29 19:21
smlewis