-bash: make: command not found的解决办法
2020-04-30 10:17:24    17    0    0
admin

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++

上一篇: ./configure: error: the HTTP rewrite module requires the PCRE library

下一篇: 一家面包店是怎么干掉星巴克的?

17
登录 后评论.
没有帐号? 现在注册.
0 评论
Table of content