CentOS yum升级GCC到4.8

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS yum升级GCC到4.8相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

安装gcc 4.8

CentOS 7升级gcc版本

CentOS 升级GCC G++

CentOS6 yum升级高版本gcc

CentOS7升级gcc

CentOS7升级gcc