no acceptable C compiler found in $PATH
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-17
执行./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后, 提示:No targets specified 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安装成功,所需文件有: libf2c-3.3.2-1.i386.rpm libstdc -devel-3.3.2-1.i386.rpm glibc-kernheaders-2.4-8.36.i386.rpm glibc-headers-2.3.2-101.i386.rpm glibc-devel-2.3.2-101.i386.rpm gcc-objc-3.3.2-1.i386.rpm binutils-2.14.90.0.6-3.i386.rpm gcc-3.3.2-1.i386.rpm gcc-c -3.3.2-1.i386.rpm automake14-1.4p6-7.noarch.rpm 安装比较简单: #rpm -ivh rpm文件 OK,可以正常使用./configure 和make命令了. 我在centos 用yum install gcc 也很方便 不过先要用yum install yum-fastestmirror更新下源,不然太慢了
|
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 學linux,從空杯開始。下一篇: linux计划任务
关于no acceptable C compiler found in $PATH的所有评论