• 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: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks


  • Subject: Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks
  • From: Chris Hanson <email@hidden>
  • Date: Mon, 25 Jul 2005 18:06:25 -0700

On Jul 25, 2005, at 4:07 PM, Marcel Weiher wrote:

For what it sounds like you want to do, you should build against the Mac OS X 10.4 SDK, specify a Mac OS X Deployment Target of 10.3, and specify GCC 3.3 as your compiler.


Huh?!

I'm not sure how to take your question, so I'll describe what each of the items above means in a bit more detail.


SDK = Mac OS X 10.4: "I want my software to be able to take advantage of Tiger features when running on Tiger, so when looking for headers, libraries, and frameworks, look in the Tiger SDK."

Mac OS X Deployment Target = 10.3: "I want my software to be able to run on Panther, so weak-link any APIs that are in Tiger that aren't in Panther. I'll avoid invoking those APIs on Panther, because weak- linking means they'll be NULL. Use regular linking for any APIs that are in both Panther and Tiger if you want, because I won't try to run on any OS prior to Panther."

Compiler = GCC 3.3: "I want my software to run on Panther releases prior to 10.3.9."

Is this what you were wondering?

  -- Chris

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks (From: "Frederick C. Lee" <email@hidden>)
 >Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks (From: Chris Hanson <email@hidden>)
 >Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks (From: Michael Hanna <email@hidden>)
 >Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks (From: Chris Hanson <email@hidden>)
 >Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks (From: Marcel Weiher <email@hidden>)

  • Prev by Date: Cocoa-Carbon Bridging
  • Next by Date: Re: Can I use resource in cocoa library?
  • Previous by thread: Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks
  • Next by thread: Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks
  • Index(es):
    • Date
    • Thread