Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: staticly linked libc ?




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

This email sent to email@hidden
References: 
 >Re: staticly linked libc ? (From: Dave Dyer <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.