码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS yum升级GCC到4.8

时间:2017-05-19 15:14:32      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:安装   track   share   post   --   too   style   log   mod   

wget http://people.centos.org/tru/devtools-2/devtools-2.repo
mv devtools-2.repo /etc/yum.repos.d
yum install devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++

三个安装包会被装在 /opt/rh/devtoolset-2/root/ 中

更新软连接:

mv /usr/bin/gcc /usr/bin/gcc-4.4.7
mv /usr/bin/g++ /usr/bin/g++-4.4.7
mv /usr/bin/c++ /usr/bin/c++-4.4.7
ln -s /opt/rh/devtoolset-2/root/usr/bin/gcc /usr/bin/gcc
ln -s /opt/rh/devtoolset-2/root/usr/bin/c++ /usr/bin/c++
ln -s /opt/rh/devtoolset-2/root/usr/bin/g++ /usr/bin/g++
gcc --version
 
 

CentOS yum升级GCC到4.8

标签:安装   track   share   post   --   too   style   log   mod   

原文地址:http://www.cnblogs.com/threegun/p/6878389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!