Re: staticly linked libc ?
Re: staticly linked libc ?
- Subject: Re: staticly linked libc ?
- From: Jonas Maebe <email@hidden>
- Date: Mon, 26 Feb 2007 21:45:01 +0100
On 26 Feb 2007, at 21:40, Dave Dyer wrote:
I'm thinking that a plausible way to address this problem is to
staticly link libc
My question is, how do I direct xcode to do this?
Statically linking to libc is unsupported on Mac OS X (Mac OS X even
doesn't ship with a statically linkable libc), because
a) libc is tied to system calls
b) system calls are a private interface, i.e. they can appear,
disappear and change behaviour at any time
So a particular version of libc is completely tied to the OS version
it shipped with.
Jonas
_______________________________________________
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