(1.)查看是否安装了gcc相关程序 命令:which gcc (显示没有相关的文件) (2)安装gcc程序 命令:yum -y install gcc automake autoconf libtool make (3)测试gcc gcc -v