问题:
安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
解决方法:
1、命令
yum -y install gcc automake autoconf libtool make
2、安装g++:
yum install gcc gcc-c++
问题:
安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
解决方法:
1、命令
yum -y install gcc automake autoconf libtool make
2、安装g++:
yum install gcc gcc-c++