Re: libSystem
Re: libSystem
- Subject: Re: libSystem
- From: Andrew Pinski <email@hidden>
- Date: Thu, 31 Mar 2005 09:19:19 -0500
On Mar 31, 2005, at 9:17 AM, Andreas Grosam wrote:
I have a framework - which does not link against any other library
explicitly. When i inspect the framework binary with "otool -L", it
says that it links against /usr/lib/libSystem.B.dylib.
Why does a framework implicitly link against it?
And which tool causes this and when and how (using System.framework)?
-lsystem (well I think really -lc) is added by the GCC driver by
default.
There is a way to turn it off but you should not.
-- Pinski
_______________________________________________
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
References: | |
| >libSystem (From: Andreas Grosam <email@hidden>) |