|字号 订阅gcc编译的时候出现如下问题:
collect2 cannot find 'ld'
后来经查阅发现确实/usr/bin 没有ld,
which ld 查看没有,
选择重装binutils
yum reinstall binutils
解决问题!!

更多推荐