美文网首页iOS逆向Serverweb
CentOS安装报错:unable to execute gcc

CentOS安装报错:unable to execute gcc

作者: 初xin工作室 | 来源:发表于2019-08-09 15:28 被阅读0次

    缺少gcc依赖环境  报错提示:

    unable to execute gcc: No such file or directory

    error: command 'gcc' failed with exit status

     解决:  yum -y install gcc

    总结:安装过程中,可能仍存在其它的环境依赖包情况。解决的思路----缺啥补啥。

    ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

    作者:刍狗

    来源:cnblogs

    链接:https://www.cnblogs.com/chentq/p/4954135.html

    著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

    ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

    相关文章

      网友评论

        本文标题:CentOS安装报错:unable to execute gcc

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