Re: Source code for libSystem.B.dylib?
Re: Source code for libSystem.B.dylib?
- Subject: Re: Source code for libSystem.B.dylib?
- From: Kevin Van Vechten <email@hidden>
- Date: Mon, 7 Nov 2005 23:35:00 -0800
Libsystem is what I'd call an "umbrella" project, that actually links together various static libraries from /usr/local/lib/system/ into the libSystem.B.dylib.
The projects which contribute to Libsystem (by placing their result in /usr/local/lib/system/) include:
CommonCrypto Csu Libc (also built as Libc_debug, Libc_profile) Libinfo Libkvm Libm Libnotify Libstreams UserNotification cctools (built as cctools_ofiles) gcc_os_35 keymgr launchd (built as lauchd_libs) dyld (built as libdyld)
All of Libsystem is open source, so you'll find what you're looking for in one of the above projects.
- Kevin
On Nov 7, 2005, at 9:57 PM, Rob Ballantyne wrote: Hi,
Where can I find the source, if it's available that is, for libSystem.B.dylib? I checked the Libsystem-88.1.2 project but that, on the surface, doesn't appear to be the right stuff. Nothing else at the Darwin sources site seems to be appropriate.
Any pointers?
Many Thanks,
Rob
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden