linux :make: gcc: Command not found

来源:互联网 发布:mac安装战网失败 编辑:程序博客网 时间:2024/05/19 15:26

从这里开始-〉系统设置-〉添加删除应用程序里,选上了gcc更新安装了一下。好用了。



一般出现这个-bash: make: command not found提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可。

yum -y install gcc automake autoconf libtool make

直接ssh运行即可,安装make。

0 0
原创粉丝点击