Re: otool
Re: otool
- Subject: Re: otool
- From: Eric Albert <email@hidden>
- Date: Wed, 29 Oct 2003 00:08:47 -0700
At 7:20 PM -0500 10/28/03, jim hopper wrote:
In previous versions of os x to find out what dynamic libraries were
required by an application i could do
otool -L <name>.app/Contents/Macos/<name>
and it would give me the list of libraries it needs. but in 10.3
its now giving me an error message that its not an object file.
is there any way to get the same info as otool -L or ldd in 10.3??
otool -L works the same on 10.3 as it did in previous versions of Mac OS X.
What does 'file <name>.app/Contents/MacOS/<name>' report?
-Eric
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >otool (From: jim hopper <email@hidden>) |