Solaris 链接器详细程度选项(ld -D 标记)
与 ld
(SunOS 5.10、Sun Studio 12)链接时,ld -D
接受的可能令牌列表是什么?
man ld
和 ld --help
都没有显示正确的列表。也就是说,我需要有关缺失符号的完整信息(而不仅仅是 C++ 函数的分解名称)。
When linking with ld
(SunOS 5.10, Sun Studio 12), what is the list of possible tokens that are accepted by ld -D
?
Neither man ld
nor ld --help
reveals the proper list. Namely, I need full information on the missing symbols (not just the demangled name of a C++ function).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如手册页所述:
运行 ld -D help 确实会输出可用选项的列表。
As the man page says:
running
ld -D help
does indeed output the list of available options.