标签: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++
标签:g++ ++ com comm span native comment upd gcc
原文地址:http://www.cnblogs.com/Call-C/p/6941423.html