Click to See Complete Forum and Search --> : Anyone know the nm command?


veggie2u
04-13-2001, 11:47 PM
Can someone tell me the difference between the .a and .so libraries that 'make' makes, and what the nm command tells you about the library? (what do the letters mean - does 'U' mean not compiled in?)

veggie2u

PLBlaze
04-14-2001, 12:28 AM
The *.a libs are static and *.so are shared...nm utility lists symbols from objects in the libs/files...I don't know what U stands for, perhaps man nm will tell you more.Hope this helps.

[ 14 April 2001: Message edited by: PLBlaze ]