make: g++: Command not found
g++ make: g++: Command not found
sudo apt-get install build-essential
make: g++: Command not found
g++ make: g++: Command not found
sudo apt-get install build-essential
解决问题的方法:
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum -y install gcc gcc-c++