Re: Does Xcode have any compiler detection mechanism's
Re: Does Xcode have any compiler detection mechanism's
- Subject: Re: Does Xcode have any compiler detection mechanism's
- From: Mike Jackson <email@hidden>
- Date: Wed, 22 Nov 2006 08:11:36 -0500
maybe the developer used "gcc_select" to force the compiler to be 4.x
series?
man gcc_select for more details.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Nov 22, 2006, at 7:52 AM, Mark Thomas wrote:
Hi All,
Didn't get any replied on this, but now I'm completely confused
why XCode
doesn't want to gcc 3.3, when building my universal xcode project
on another
developers machines.
As I have the correct GCC_VERSION_ppc setup, and the developer
is saying
it is installed on their machine, and seems so as 'which gcc-3.3'
returns
valid path.
Any ideas ?, as this works fine on my 2 machines I have access to.
Thanks
Mark.
------------------------------------------------
Hi,
I have a universal .xcodeproj which work great for using gcc 3
for powerpc
and gcc 4 for i386 side and all builds fine on my setup. But
working with
another developer who xcode environment I don't have any access to
seems to
have have problems building my project.
Looking at his build's log it looks like XCode ignored my
request to use
gcc 3 for powerpc, even though if you check the setenv and you see the
request there. As all the powerpc code is being compiled with gcc-4.0
instead of gcc-3.3 which is not want I need, as I need to code to
load on
10.2.x system.
I'm wondering if the developer hasn't installed gcc 3 somehow, is
there a
way to detect this, or would Xcode just fail slightly under the hood ?
Any thoughts, I have asked to go to command line and type 'which
gcc-3.3' ,
which I think is going to fail, but I'm surprise XCode didn't
complain.
Thanks
Mark.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40imts.us
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