首页 > 代码库 > Centos6.0 通过devtoolset-2工具安装gcc 4.8
Centos6.0 通过devtoolset-2工具安装gcc 4.8
具体步骤:
1、Save repository information as /etc/ yum .repos.d/slc6- devtoolset.repo on your system,then install it using yum
wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repoyum install devtoolset-2
2、在安装过程中出现了错误:找不到相关的 GPG key,只要根据提示安装相应的GPG key 即可
这一步最关键,14年2月份给出的以下密钥已经不可用,当前可用的如下:
rpm --import http://ftp.mirrorservice.org/sites/ftp.scientificlinux.org/linux/scientific/51/i386/RPM-GPG-KEYs/RPM-GPG-KEY-cern
这一步就是我写这篇博客的主要原因,可能你看到博文时这个GPG key已不可用,这时可以参考:
http://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos
3、重新安装即可
yum install devtoolset-2
4、export
ln -s /opt/rh/devtoolset-2/root/usr/bin/* /usr/local/bin/ hash -r gcc --version
备注:
需要参考的几个网址:
Developer Toolset
Scientific Linux
Install gcc 4.7 on Centos
RedHat Developer Toolset
Centos6.0 通过devtoolset-2工具安装gcc 4.8
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。