大家好,又见面了,我是全栈君。
出处:http://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos
执行以下命令
cd /etc/yum.repos.d
wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo
yum --enablerepo=testing-1.1-devtools-6 install devtoolset-1.1-gcc devtoolset-1.1-gcc-c++
成功后安装于目录
/opt/centos/devtoolset-1.1/root/usr/bin/
版本为 4.7.2
设置环境变量取代默认gcc:
export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
export CPP=/opt/centos/devtoolset-1.1/root/usr/bin/cpp
export CXX=/opt/centos/devtoolset-1.1/root/usr/bin/c++
有些源代码依赖于较高的gcc版本,这是解决办法。
gcc 4.8.1和4.8.2在此:https://people.centos.org/tru/devtools-2/
参考上述办法安装。
转载于:https://my.oschina.net/quanzl/blog/786812
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/108785.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...