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.
如何确定我的 gcc 使用了哪个链接器? 例如,我有 3 个链接器: 一个目录中的 2 个,与 gcc 相同的位置, 另一个目录中的另一个链接器。
您可以添加-Wl,-verbose到您的gcc链接命令或使用
-Wl,-verbose
gcc
gcc -print-prog-name=ld