美文网首页
error: C compiler cannot create

error: C compiler cannot create

作者: 其实我很dou | 来源:发表于2018-08-17 18:22 被阅读0次

    在源码编辑软件时, 配置的时候总报错, error: C compiler cannot create executables, 查看日志config.log, 可以看到

    image.png
    ld出问题, 在网上查博客, https://blog.csdn.net/zhangqin9527/article/details/78732174终于发现有用的(其他博客很多都是千篇一律, 唉)
    执行
    yum -y install binutils
    

    安装binutils后, 重新配置, 就不会报错,
    遇到问题, 不能慌, 也不能乱投医, 查看错误日志, 一步一步排查, 方可解决问题

    相关文章

      网友评论

          本文标题:error: C compiler cannot create

          本文链接:https://www.haomeiwen.com/subject/psmtiftx.html