1、安装gcc基本开发工具环境
yum groupinstall 'Development Tools'
2、安装完成后查看安装是否成功
whereis gcc
3、查看gcc版本
gcc --version

相关文章: