linux centos5.5 不知什么原因安装不了gcc

WBOY
Release: 2016-06-23 14:12:24
Original
1165 people have browsed it

   rpm -ivh cpp-4.1.2-48.el5.i386.rpm 回车
   rpm -ivh kernel-headers-2.6.18-194.el5.i386.rpm 回车
   rpm -ivh glibc-headers-2.5-49.i386.rpm    回车
   rpm -ivh glibc-devel-2.5-49.i386.rpm     回车
   rpm -ivh libgomp-4.4.0-6.el5.i386.rpm 回车
   rpm -ivh gcc-c++-4.1.2-48.el5.i386.rpm   回车 

安装这样的步骤安装了gcc,但输入gcc -v还是没有命令,which gcc 提示 no gcc in........

我重新安装 提示都是 上面那些都是 alerty installed 已经安装了,但就是 command not found

不知是什么原因?我的版本是centos 5.5的

yum install gcc* 但提示错误,估计是没网


回复讨论(解决方案)

yum install gcc* 但提示错误,估计是没网

可以修改源到安装光盘来安装gcc的. 不过你yum的时候为啥不在线呢

yum install gcc* 但提示错误,估计是没网

可以修改源到安装光盘来安装gcc的. 不过你yum的时候为啥不在线呢
我就是修改到光盘启动来安装gcc,提示是安装是没有出现错误的,就是不知什么原因,难道要重新安装勾上开发者模式?


yum install gcc* 但提示错误,估计是没网

可以修改源到安装光盘来安装gcc的. 不过你yum的时候为啥不在线呢
我就是修改到光盘启动来安装gcc,提示是安装是没有出现错误的,就是不知什么原因,难道要重新安装勾上开发者模式?
rpm 依赖问题很烦躁 你直接在线yum  或者吧源改为挂载的光盘  

先执行:updatedb
然后再: locate gcc

看看有没有

谢谢大家我用其他方法搞好了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template