Re: Which SDK?
Re: Which SDK?
- Subject: Re: Which SDK?
- From: Syd Polk <email@hidden>
- Date: Wed, 21 Jun 2006 14:04:30 -0500
On Jun 21, 2006, at 12:59 , Mark Wagner wrote:
The current options for SDKs are 10.2.8, 10.3.9, and 10.4 (Universal).
If I wanted to compile a program that runs on 10.3.0 and later, would
I choose the 10.3.9 SDK, or the 10.2.8 SDK?
It really depends on what you are trying to do. 10.3.0 < 10.3.9, so
you would need to use the 10.2.8 SDK to run on 10.3.0 or later. And
you have to use gcc 3.3, as gcc 4.0 (with C++ anyway) requires
10.3.9. gcc 4.0 with C and Objective C appear to work...
If I wanted to compile
for 10.2.0, would the 10.2.8 SDK work?
You need to find the legacy development package (it's somewhere on
ADC) and use the 10.1.5 SDK. In addition, you would have to also use
gcc 3.1 or gcc 2.9.5, although once again, gcc 3.3 might work, and
gcc 4.0 might work with C and Objective C.
And if I went insane and
wanted to support 10.0.0, would I be able to do it with XCode 2.3?
No. The earliest that is theoretically possible is 10.1.5. If you
have a partition with 10.0 plus the developer tools installed on it,
you might be able to set your SDK to that partition, but I doubt you
would get very far except for very simple C and Objective C programs.
Thanks,
Mark Wagner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
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: | |
| >Which SDK? (From: "Mark Wagner" <email@hidden>) |