[TriLUG] INPUT line in shared libraries

Scott Chilcote scottchilcote at earthlink.net
Tue May 15 09:28:55 EDT 2007


Hi Joe,

A couple more notes...

"ar t libmenu.a" will list the object files that a statically linked 
library contains.

"nm libmenu.so.5.4" will show all of the symbols defined in the library, 
whether shared or static.  This can be useful to help understand why 
linking fails.

Some detailed information on shared library development is here:

http://www-128.ibm.com/developerworks/library/l-shobj/

'pologies if this is old news.

--
Scott C.



More information about the TriLUG mailing list