Re: How to determine shared libraries?
Re: How to determine shared libraries?
- Subject: Re: How to determine shared libraries?
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 18 Dec 2005 22:59:28 -0500
Hi Craig - by using the "otool" command you should get what you want.
E.g.:
% cd /Applications/TextEdit.app/Contents/MacOS
% otool -L TextEdit
TextEdit:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 11.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.0.0)
%
Daniel
On Dec 18, 2005, at 10:57 PM, Craig Burton wrote:
I use ldd on Solaris and chatr on HP-UX, but I can't figure out how
to view the shared libraries that are used by an application on Mac
OS X. Is there a way to do this?
Thanks in advance,
Craig
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden