Re: Switching compilers in Xcode 3.0
Re: Switching compilers in Xcode 3.0
- Subject: Re: Switching compilers in Xcode 3.0
- From: Chris Espinosa <email@hidden>
- Date: Mon, 5 Nov 2007 12:10:19 -0800
On Nov 5, 2007, at 11:33 AM, Rick Ballard wrote: On Nov 5, 2007, at 11:07 AM, Justin C. Walker wrote:
On Nov 5, 2007, at 10:18 , Rick Ballard wrote:
Xcode no longer ships with a gcc_select tool. To switch compilers, you'll need to double-click on the target whose compiler you want to change, go to the "Rules" tab, and select the compiler you'd like to use.
The only problem now is that my Terminal window doesn't have a "Rules" tab. What do those of us with a history of GUI rejection do?
That depends on what you're doing that uses gcc, as it sounds like you're not building via an Xcode project? You should be able to directly invoke /usr/bin/gcc-3.3 instead of <Developer>/usr/bin/gcc.
Do note that gcc-3.3 will not digest native Leopard headers, so you must use the 10.3.9 or 10.4u SDK when using gcc-3.3 as your compiler. One main reason for removing gcc_select was to force people into specifying the compiler on a per-project basis rather than assuming a default compiler, because setting the default compiler to gcc-3.3 will cause incomprehensibly cryptic failures on a Leopard system.
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