Ubuntu下升级gcc跟g++

好吧,TrinityCore需要4.72版本的gcc做支撑.哥的是4.6. 只好再给它生个级了.次奥啊 装个T…


好吧,TrinityCore需要4.72版本的gcc做支撑.哥的是4.6.
只好再给它生个级了.次奥啊
装个TrinityCore,基本上要把哥服务器都给升级个遍了马蛋

干脆给他装个4.8版本的!

过程如下:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo update-alternatives --remove-all gcc 
sudo update-alternatives --remove-all g++
sudo apt-get install gcc-4.8
sudo apt-get install g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
 
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade

如果安装时出现:

add-apt-repository: command not found

解决方法:安装工具包

apt-get install python-software-properties

安装成功后, 即可通过 gcc –version 命令查看当前版本.


《“Ubuntu下升级gcc跟g++”》 有 1 条评论

  1. 如果木有 请执行 sudo apt-get update

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据

More posts. You may also be interested in.