nm -C --defined-only -g liblibrary.so
To view a list of shared libraries required by a program:
ldd program
Tested on Ubuntu 10.10. Note that the equivalent functionality in Windows would be provided by dumpbin.exe.
nm -C --defined-only -g liblibrary.so
ldd program
0 comments:
Post a Comment