查看静态或动态库

Linux下动态库查看方法:nm -D libavformat.so

Linux下静态库查看方法:ar -t libavformat.a

 

-----------------------

此外查看程序所连接的动态库可以

ldd program

This entry was posted in it技术. Bookmark the permalink.

发表评论

您的电子邮箱不会被公开。 标记为 * 的区域必须填写

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>