码迷,mamicode.com
首页 > 系统相关 > 详细

linux切换g++

时间:2017-06-04 19:54:13      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:g++   ++   com   comm   span   native   comment   upd   gcc   

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 50(优先级)

sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.4 50(优先级)

$ sudo update-alternatives --config gcc

$ sudo update-alternatives --config g++

linux切换g++

标签:g++   ++   com   comm   span   native   comment   upd   gcc   

原文地址:http://www.cnblogs.com/Call-C/p/6941423.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!