看 Linux C 语言编程的时候经常遇到些不认识的函数,在编译的时候需要连接库文件。但是却不知该连接哪个库,动用 nm 提示的却是 "no symbols"。解决办法是用 objdump,nm 的 man 文件中的 "See also",属于 binutils 成员。
$ objdump -T *.so
就能看到什么库文件中含有相应的函数了。
Subscribe to:
Post Comments (Atom)
-- A crazy Free-Software actor. -- An inequation of Matrix.
No comments:
Post a Comment