centos系统执行make命令提示错误怎么办

centos系统执行make命令提示错误怎么办

原因:

centos系统没有安装编译器。

解决办法:

(推荐教程:centos使用教程)

在SSH下输入下面的命令即可。

yum -y install gcc automake autoconf libtool make
yum install gcc gcc-c++ autoconf automake

相关视频教程推荐:linux视频教程

以上就是centos系统执行make命令提示错误怎么办的详细内容,更多请关注https://www.sxiaw.com/其它相关文章!