configure: error: no acceptable C compiler found in $PATH
安装其他软件时也有这错 貌似没装GCC组件 但装GCC也这样
谁能帮我解决下
5555555555555555555555
标题: 作者:yqhenry 时间:2010-06-10 15:39
应该是在你的$PATH中没有找到,建议把它添加到$PATH中。
标题: 作者:fengjihu 时间:2010-06-10 18:10
用yum -y install 安装
标题: 作者:redking 时间:2010-06-11 08:27
执行./configure 然后就出现以下提示 :
checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc...no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH
执行make后, 提示:Notargetsspecified and no makefile found.Stop.
执行make install后 提示:No rule to make target 'install'.Stop.
经过查阅资料,发现是因为没有安装GCC组件的原因;
我试着通过System settings中的Add/RemoveApplications来添加/删除组件,选中开发工具中相应的项,点击update,提示插入disk1,我插入光盘,但不起作用,不知是不是因为在虚拟机中的原因...没办法了,手动安装,我放入red hat 工具盘,拷出了gcc*.rpm,然后共享至虚拟机中的linux 中,安装,提示缺少其他一些组件,最后经过来回搜索与拷贝,GCC安装成功,所需文件有: