Re: Which Frameworks? /Developer/SDK 10.4/System/Library/Frameworks vs System/Library/Frameworks
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