码迷,mamicode.com
首页 > 其他好文 > 详细

-bash: make: command not found的解决办法

时间:2018-04-25 14:58:21      阅读:1727      评论:0      收藏:0      [点我收藏+]

标签:make: command not fo

Centos中无法使用make,make install,命令 make: command not found

一般出现这个-bash: make: command not found提示,

是因为安装系统的时候使用的是最小化mini安装,

系统没有安装make、vim等常用命令,直接yum安装下即可。


yum -y install gcc automake autoconf libtool make

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

-------------------------------------------------------

安装:

yum -y install gcc automake autoconf libtool make

安装g++:

yum install gcc gcc-c++


-bash: make: command not found的解决办法

标签:make: command not fo

原文地址:http://blog.51cto.com/sf1314/2107674

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!