RE: Question about dynamic and static libraries
RE: Question about dynamic and static libraries
- Subject: RE: Question about dynamic and static libraries
- From: "Brant Sears" <email@hidden>
- Date: Wed, 28 Dec 2005 11:09:30 -0500
- Thread-topic: Question about dynamic and static libraries
Title: RE: Question about dynamic and static libraries
>If you are confirming with otool -L that only Cocoa and libSystem are
>pulled in by the application, then I'm truly perplexed by how you
>would be getting anything from /usr/local/lib. What is the "etc" in
>your otool output? :)
The "etc" is Carbon framework, Security framework, and other standard system frameworks that my application is using that I can account for and I didn't think were pertinent to the issue at hand.
>One thing you might try doing is examine file system usage while your
>program launches. E.g.:
>
>sudo fs_usage -w | grep MyProgram
This is a very good idea.
What I think I need to do is re-create a simplified version of the problem with just one library. I was just thinking that perhaps I had a fundamental misunderstanding as to how the Mach-o runtime architecture works as far as loading libraries, frameworks, etc.
_______________________________________________
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