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.
我知道如何使用 nm 在二进制文件中显示未定义的符号。我也知道如何使用 otool 来显示二进制文件链接到哪些库。
但我不知道如何为每个未定义的符号显示,链接器应该找到哪个库?
注意:我假设此类信息存储在 mach-o 二进制文件中,因为我在运行时错误之前已经看到 dyld 会告诉您丢失的符号并准确指出它希望在哪个库中找到该符号。
你只是想念-m标志的使用nm吗?
-m
nm