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++