报错configure:error: no acceptable C compiler found in $PATH。。
查看日志:
出错原因:新安装的linux系统,没有gcc库
解决方案:使用yum install gcc,然后发现另外个坑,没有gcc
接着解决没有gcc:
http://www.cnblogs.com/dieyaxianju/p/7582270.html
报错configure:error: no acceptable C compiler found in $PATH。。
查看日志:
出错原因:新安装的linux系统,没有gcc库
解决方案:使用yum install gcc,然后发现另外个坑,没有gcc
接着解决没有gcc:
http://www.cnblogs.com/dieyaxianju/p/7582270.html