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.
当使用 GNU LD for Linux 使用“-rpath-link”选项链接一些 C 代码时,它运行良好且符合预期。
但是,当使用 Mac OS X 的 LLVM LD 版本 3.7.1 使用“-rpath-link”选项链接相同的 C 代码时,LD 会给出错误(“未知选项”)。
我的问题是:LLVM LD 中“-rpath-link”选项的等价物是什么?