centos 7 刚刚安装c++
编译软件是使用到make命令,提示make不可用centos
解决办法:code
yum -y install gcc automake autoconf libtool make编译
yum -y install gcc automake autoconf libtool make
安装g++:gcc
yum -y install gcc gcc-c++软件
yum -y install gcc gcc-c++