Cannot find a C compiler, aborting. [root@localhost]# gcc --version //查看gcc版本 bash: gcc: command not found 我们可以自己下载gcc软件包安装,但因为gcc有大量的依赖包,因此推荐使用yum方式来安装。 1,如果系统能连网,直接执行”yum install gcc*”安装gcc即可 2,如果系统不能连网,Red Hat安装光盘里...
Cannot find a C compiler, aborting. [root@localhost]# gcc --version //查看gcc版本 bash: gcc: command not found 我们可以自己下载gcc软件包安装,但因为gcc有大量的依赖包,因此推荐使用yum方式来安装。 1,如果系统能连网,直接执行”yum install gcc*”安装gcc即可 2,如果系统不能连网,Red Hat安装光盘里...
[root@localhost]# ./configure –prefix=/usr/local/axel Cannot find a C compiler, aborting. [root@localhost]# gcc –version //查看gcc版本 bash: gcc: command not found 我们可以自己下载gcc软件包安装,但因为gcc有大量的依赖包,因此推荐使用yum方式来安装。 1,如果系统能连网,直接执行”yum install g...
Cannot find a C compiler, aborting. [root@localhost]# gcc --version //查看gcc版本 bash: gcc: command not found 我们可以自己下载gcc软件包安装,但因为gcc有大量的依赖包,因此推荐使用yum方式来安装。 1,如果系统能连网,直接执行”yum install gcc*”安装gcc即可 2,如果系统不能连网,Red Hat安装光盘里...