一般出现这个-bash: make: command not found提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可。
yum -y install gcc automake autoconf libtool make
在使用CentOS时,如果遇到‘-bash: make: command not found’的错误,这通常是因为选择了最小化安装,缺少make、vim等基本工具。解决方法是通过yum命令进行安装,例如:`yum -y install gcc automake autoconf libtool make`。

被折叠的 条评论
为什么被折叠?