Re: Building for 10.3 target using X-Code 2.1
Re: Building for 10.3 target using X-Code 2.1
- Subject: Re: Building for 10.3 target using X-Code 2.1
- From: Steve Christensen <email@hidden>
- Date: Tue, 2 May 2006 07:06:36 -0700
On May 1, 2006, at 10:21 PM, John Draper wrote:
Steve Christensen wrote:
On May 1, 2006, at 12:26 PM, John Draper wrote:
I'm using X-Code 2.1 and building for a 10.3 target.
I missed this part before. Any reason you're not using Xcode 2.2.1?
You'll need to be using at least that version eventually if you want
to build Universal Binaries.
Well, perhaps you're not building for 10.3? The "Mac OS
Deployment Target" setting should be set to 10.3 if that's what
you want.
I did that.... but it still thinks I want to build for 10.3,
what's up with that?
For 10.3 or 10.4? For me, the gcc invocation lines in the build
output specify the minimum OS version. I didn't see that in yours.
If you're building for anything earlier than 10.3.9, you need to
be using the gcc 3.3 compiler. You can set this by adding the
following to your build settings:
GCC_VERSION 3.3
We did that, it made no difference and I still get that link
error. All I can think of
is that some new object is using it, and Apple didn't tell us about
it... (sigh).
Did the gcc version change in the build output? When I build my
Universal project, I see the following since I'm specifying different
compilers for each architecture:
/usr/bin/gcc-3.3 -arch ppc -DMAC_OS_X_VERSION_MIN_REQUIRED=1030 ...
/usr/bin/gcc-4.0 -arch i386 -mmacosx-version-min=10.4 ...
_______________________________________________
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