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