需要安装GCC:
1.安装:
sudo apt-get build-dep gcc
或者:
sudo apt-get install build-essential
3.查看版本:
gcc --version