Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因为.so我用nm -gC,因为.a我只用nm。我应该用来做.la什么?
.so
nm -gC
.a
nm
.la
.la文件只是 使用的辅助文件libtool,因此它们不包含可执行代码和符号。
libtool