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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden