出现这个问题,有两种可能:
第一,你没有安装g++
第二,你的gcc的版本和g++版本不相符合
安装gcc和g++及一些依赖包
sudo apt-get install build-essential
sudo apt-get install g++