g++ make: g++: Command not found g++ make: g++: Command not found 提示你没找到g++可以用这个命令安装..sudo apt-get install build-essential这个就是GCC的开发环境.