需要安装GCC:
1.安装:
sudo apt-get build-dep gcc
或者:
sudo apt-get install build-essential
3.查看版本:
gcc --version
Ubuntu:error: no acceptable C compiler found in $PATH
原文:https://www.cnblogs.com/qq2806933146xiaobai/p/14676282.html