Gimhoy's Blog

[文章目录]

您曾经浏览过

yum 安装gcc4.8.x

本文最后更新于2016年2月6日,已超过三年没有更新,如果文章内容失效,请反馈给我们,谢谢!

通过yum安装gcc4.8.1详细步骤:
 

配置yum源

# vim /etc/yum.repos.d/devtools-2.repo
[testing-devtools-2-centos-$releasever]
name=testing 2 devtools for CentOS $releasever 
# baseurl=https://puias.princeton.edu/data/puias/DevToolset/$releasever/$basearch/
baseurl=https://people.centos.org/tru/devtools-2/$releasever/$basearch/RPMS
gpgcheck=0

 

安装

# yum install devtoolset-2-gcc-4.8.1 devtoolset-2-gcc-c++-4.8.1

 

测试gcc版本

# /opt/rh/devtoolset-2/root/usr/bin/gcc --version

 

修改环境变量

# ln -s /opt/rh/devtoolset-2/root/usr/bin/* /usr/local/bin/
# hash -r
# gcc -v


免费获得每月10G空间+10G免费流量
Leave a Reply

*

*