在linux上安装gcc

时间:2015-04-22 02:13:47

标签: c++ c linux gcc devtoolset

如何在需要yum进行安装的centos或科学linux操作系统上安装gcc version 4.8。

我尝试从https://ftp.gnu.org/gnu/gcc/gcc-4.8.2/下载gcc,然后运行./configure然后make。运行make后它给出了我的错误:configure:error:无法计算目标文件的后缀:无法编译 参见`config.log'了解更多详情。

我是否可以通过yum install

在linux上安装gcc version 4.8

我试过了: 1)。我试过yum --enablerepo=testing-2-devtools-6 install devtoolset-2-gcc devtoolset-2-gcc-c++它给了我找不到存储库

2)。 yum group install "Development Tools"。它给了我已安装的包gcc-4.4.7-11.el6.x86_64和最新版本

3)。从头开始构建它,您必须先执行./contrib/download_prerequisites才能在GCC源代码树中获取MPFR,GMP和MPC,然后创建一个单独的目录并运行/ path / to / gcc / source / configure。 它给出了:

  

配置:错误:构建树外但/home/Softwares/gcc-4.8.2   包含host-x86_64-unknown-linux-gnu

2 个答案:

答案 0 :(得分:2)

https://access.redhat.com/documentation/en-US/Red_Hat_Developer_Toolset/3/html/3.0_Release_Notes/DTS3.0_Release.html#Features 以类似于描述here的方式安装Red Hat Developer Toolset 3.0(或2.X)。 (基本上你使用为CentOS构建的其他人的回购集。)

答案 1 :(得分:1)

谷歌说试试

yum group install "Development Tools"

结帐:http://www.cyberciti.biz/faq/centos-rhel-7-redhat-linux-install-gcc-compiler-development-tools/