CentOS 中没法使用make,make install 命令 make: command not found
CentOS 中无法使用make,make install 命令 make: command not found
make是gcc的编译器 安装: 安装g++:
yum -y install gcc automake autoconf libtool make
yum install gcc gcc-c++