Re: problems compiling Libsystem
Re: problems compiling Libsystem
- Subject: Re: problems compiling Libsystem
- From: Kevin Van Vechten <email@hidden>
- Date: Sun, 3 Oct 2004 16:27:12 -0700
Libsystem does not contain any C code itself. Instead it assembles libraries from several projects into a single dynamic library. This is done for reasons specific to Apple's internal build system.
Libsystem consists of (at least) the following projects:
cctools_ofiles
Libc
Libc_debug
Libc_profile
Libc_static
Libinfo
Libkvm
Libwrappers
Libnotify
Libstreams
UserNotification
Libsystem looks in /usr/local/lib/system for the results of the above projects. You might want to take a look at the Darwin build scripts <http://darwinsource.opendarwin.org/darwinbuild/> which may help with building Libsystem.
- Kevin
On Oct 3, 2004, at 3:57 PM, FarVibes wrote:
Hi, im trying to compile the library Libsystem-71.1.1, but there are several libraries missing to do so. the error i get:
/usr/bin/libtool: can't locate file for: -lmacho
/usr/bin/libtool: file: -lmacho is not an object file (not allowed in a library)
same error for the libraries -ldyld (dyld is present but not named in the style lib*.a), -lunc and -lcc_noc++
i have no idea, where to get these libraries, can anybody tell me where I can get these or tell me if i missed something.
thx in advance _______________________________________________
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
_______________________________________________
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