• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Building for 10.3 target using X-Code 2.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Building for 10.3 target using X-Code 2.1 (From: John Draper <email@hidden>)
 >Re: Building for 10.3 target using X-Code 2.1 (From: Steve Christensen <email@hidden>)
 >Re: Building for 10.3 target using X-Code 2.1 (From: John Draper <email@hidden>)

  • Prev by Date: Re: Oh, XCode makes me mad...
  • Next by Date: Re: Oh, XCode makes me mad...
  • Previous by thread: Re: Building for 10.3 target using X-Code 2.1
  • Next by thread: Re: Building for 10.3 target using X-Code 2.1
  • Index(es):
    • Date
    • Thread