DIALOG
LDD
ldd ldd /usr/bin/gcc - lists all libraries required by gcc
NM
nm nm libraryname lists all the symbols contained by libraryname
U = Undefines - the library uses the symbol but does not define it
T = symbol define in the library
W = symbol weakly defined in the library
INDENT
|