Ubuntu 12.10でg ++ 4.8をダウンロードしました:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.8
しかし、私がするとき:
sudo update-alternatives --config g++
g ++バージョンを切り替えるには、次のように表示されます。
update-alternatives: error: no alternatives for g++.
しかし、私がそうするなら:
g++ --version
それは言います:
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g ++ 4.8インストールをデフォルトのg ++に設定するにはどうすればよいですか?