Re: How to get list of symbols defined in a .a static library?
Re: How to get list of symbols defined in a .a static library?
- Subject: Re: How to get list of symbols defined in a .a static library?
- From: "Peter O'Gorman" <email@hidden>
- Date: Thu, 21 Sep 2006 13:49:26 +0900
On Sep 21, 2006, at 1:29 PM, Cameron Hayne wrote:
On 20-Sep-06, at 7:06 PM, Jerry Krinock wrote:
I remember there is some command-line magic you can invoke on a .a
library
file which prints out all of the symbols which are defined in the
library.
Could someone please refresh my memory on how to do that, or is
there a
better way?
I think you want 'nm' - read 'man nm'
By the way, this does show up in the results from 'man -k symbol'
nm will show the list of symbols in the objects in the archive, otool
-Sv will show the archive table of contents, these can actually be
different.
Peter
_______________________________________________
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