好吧,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 命令查看当前版本.
如果木有 请执行 sudo apt-get update