有没有办法查看一个库所用到的所有的库名称?
如题???? 问题点数:50、回复次数:5Top
1 楼x86(大雪)回复于 2006-11-03 10:15:10 得分 0
lddTop
2 楼flinymengw4u(暗恋黑夜)回复于 2006-11-03 10:26:48 得分 0
ldd可以查看lib文件和可执行文件调用的库Top
3 楼wqf363(denny)回复于 2006-11-05 15:59:35 得分 0
AME
ldd - print shared library dependencies
SYNOPSIS
ldd [OPTION]... FILE...
DESCRIPTION
ldd prints the shared libraries required by each program or shared library specified on the command line.
OPTIONS
-V --version
Print the version number of ldd.
-v --verbose
Print all information, including e.g. symbol versioning information.
-d --data-relocs
Perform relocations and report any missing objects (ELF only).
-r --function-relocs
Perform relocations for both data objects and functions, and report any missing objects or functions (ELF only).
--help Usage information.Top
4 楼lucifer6(Geo Power)回复于 2006-11-06 10:52:58 得分 0
KDE下的数据包管理程序也可以Top
5 楼xfzhao_cn(kentoo)回复于 2006-11-06 15:40:23 得分 0
学习中。。。。Top




