且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ELF:链接:为什么我在.so文件中获得未定义的引用

更新时间:2022-04-11 22:52:50

I thought that .so files had all its symbols resolved, contrary to .o files that still need linking.

共享库可能不完整,可以.

Shared libraries can be incomplete, that is OK.

do you know how I can get a list on undefined symbols in an ELF file

使用

nm -C -u libwx_baseu-2.8.so