Re: Specifying compiler
Re: Specifying compiler
- Subject: Re: Specifying compiler
- From: Chris Espinosa <email@hidden>
- Date: Fri, 18 Nov 2005 19:54:42 -0800
On Nov 18, 2005, at 6:56 AM, Scott Ribe wrote:
How do I force XCode 2.2 to use GCC 4.0 for my entire project?
That is the default. If your target is building with gcc 3.3, then one
of these is in force:
- your target has a Build Rule set to gcc 3.3 in the Rules tab;
- your target has GCC_VERSION set to 3.3 in a target configuration or
configuration file;
- your project has GCC_VERSION set to 3.3 in a project configuration or
configuration file;
- your system has gcc_select set to 3.3 at a global level.
Check those and reset them to 4.0 if necessary.
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