概述
不必卸载原有版本gcc和g++
1.升级gcc
apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-4.8sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
2.升级g++
apt-get install g++-4.8
最后使用gcc --version和g++ --version来验证版本
转载于:https://blog.51cto.com/lonelyprogram/1355259
最后
以上就是无奈皮皮虾为你收集整理的ubuntu升级gcc和g++到4.8(支持c++11)步骤的全部内容,希望文章能够帮你解决ubuntu升级gcc和g++到4.8(支持c++11)步骤所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复