Re: std::log10() problem
Re: std::log10() problem
- Subject: Re: std::log10() problem
- From: "Clark Cox" <email@hidden>
- Date: Wed, 29 Mar 2006 23:33:48 -0500
Now I'm confused. So, are you saying that something linked against the
10.2.8 SDK won't run under 10.3 or 10.4? I was under the impression
that using a particular version of an SDK would limit me to the
symbols available in that version of the OS, and that the app would
therefore run on OSes from that version forward. For instance, if I
select a 10.3 SDK, then I can use symbols that existed in the 10.3
version of the OS. If I actually use any of those symbols (assuming
that I'm not weak-linking), then my app wouldn't run on 10.2, but it
would run on 10.3 and 10.4+.
Where have i gone wrong?
On 3/29/06, Chris Espinosa <email@hidden> wrote:
>
> j o a r is correct and Clark is incorrect; using an SDK usually means "I
> want to have access to these calls." Setting the Mac OS X Deployment Target
> build setting to a Major Version (10.2, 10.3, 10.4, etc.) is how you say "I
> only care about running my app on versions of the OS greater than or equal
> to this."
--
Clark S. Cox III
email@hidden
My CV/Resume:
http://homepage.mac.com/clarkcox3/files/Resume.pdf
http://homepage.mac.com/clarkcox3/files/Resume.html
_______________________________________________
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