Re: Problem building gcc 3.3 project with clean install of Xcode 2.2.1
Re: Problem building gcc 3.3 project with clean install of Xcode 2.2.1
- Subject: Re: Problem building gcc 3.3 project with clean install of Xcode 2.2.1
- From: Allen Cronce <email@hidden>
- Date: Mon, 13 Mar 2006 09:34:49 -0800
Thanks Chris! That was the problem. I should have caught the fact that
our 3.3 targets were building for native and not PPC explicitly.
Best,
--
Allen Cronce
Chris Espinosa wrote:
On Mar 13, 2006, at 8:49 AM, Sean McBride wrote:
Unfortunately I'm seeing the following error
building a gcc 3.3 target:
gcc-3.3:
installation problem, cannot exec `cc1': No such file or
directory
Only gcc 4 exists on Intel Macs.
Not entirely true; you can build Universal for PPC using gcc 3.3
and Intel using gcc 4.0 on an Intel Mac.
What doesn't exist is gcc 3.3 compiling for Intel macs, so if
you're building a configuration whose architecture is $(NATIVE_ARCHS)
and uses gcc 3.3, that configuration will work on PPCs but fail in this
way on Intel machines.
The solution is to ensure that only your PPC configurations use
gcc 3.3.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden