• 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: Using gcc 4.0 to target 10.3.9 which SDK do I use?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using gcc 4.0 to target 10.3.9 which SDK do I use?


  • Subject: Re: Using gcc 4.0 to target 10.3.9 which SDK do I use?
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 6 Sep 2006 19:08:23 -0700


On Sep 6, 2006, at 3:56 PM, Mike Lazear wrote:

When using gcc 4.0 and wanting to run on 10.3.9 (ppc)

which SDK do I use MacOSX10.4u.sdk or MacOSX10.3.9.sdk?


It depends on whether you want the app to be able to take advantage of 10.4 features when it's actually run on 10.4.

If you use the 10.3.9 SDK, you'll be limited to 10.3.9 API and functionality.
If you use the 10.4u SDK, you can use 10.4 APIs, but your code will have to check at runtime to see what version you're running on before calling APIs introduced in 10.4.

should my deployment target be 10.3 or 10.4?


If you want your app to run on 10.3.9, you should set your Deployment Target to 10.3.  If you set it to 10.4, it will require 10.4 or later.

I recommend you read the Cross-Development Programming Guide.  This is the most basic issue discussed there.

 http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development/index.html

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

  • Follow-Ups:
    • Re: Using gcc 4.0 to target 10.3.9 which SDK do I use?
      • From: Mike Lazear <email@hidden>
References: 
 >Using gcc 4.0 to target 10.3.9 which SDK do I use? (From: Mike Lazear <email@hidden>)

  • Prev by Date: Re: Resolving EXC_BAD_INSTRUCTION (Where do I begin?)
  • Next by Date: Re: Resolving EXC_BAD_INSTRUCTION (Where do I begin?)
  • Previous by thread: Using gcc 4.0 to target 10.3.9 which SDK do I use?
  • Next by thread: Re: Using gcc 4.0 to target 10.3.9 which SDK do I use?
  • Index(es):
    • Date
    • Thread