1.产看你的gcc版本 ls /usr/bin/gcc -l
2.查看当前GCC版本 gcc --dumpversion
3.下载安装所需版本的gcc
4.查看当前安装的gcc版本 ls /usr/bin/gcc* -l
5.增加gcc可选项(假如你增加的为gcc-3.3)
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.3 40
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-3.3 30
6选择你的gcc
update-alternatives --config gcc
7最后查看gcc版本
2.查看当前GCC版本 gcc --dumpversion
3.下载安装所需版本的gcc
4.查看当前安装的gcc版本 ls /usr/bin/gcc* -l
5.增加gcc可选项(假如你增加的为gcc-3.3)
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.3 40
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-3.3 30
6选择你的gcc
update-alternatives --config gcc
7最后查看gcc版本