当前位置:  技术问答>linux和unix

make 出现的问题 “[root@chensheng gcc-3.4.5]# /opt/gcc-3.4.5/configure --prefix=/usr/”

    来源: 互联网  发布时间:2016-07-28

    本文导语:  上一步有下面这些,接着我make 命令 出现了如题的错误 [root@chensheng gcc-3.4.5]# /opt/gcc-3.4.5/configure --prefix=/usr/local/gcc-3.4.5/gcc-3.4.5_bin creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system t...

上一步有下面这些,接着我make 命令 出现了如题的错误
[root@chensheng gcc-3.4.5]# /opt/gcc-3.4.5/configure --prefix=/usr/local/gcc-3.4.5/gcc-3.4.5_bin
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile

|
是不是找不到库文件
将/usr/local/lib加入到/etc/ld.so.conf中试试

|
没报啥错误啊

|
我也有点没看明白 报错在哪儿 难道是标题上的那句话?

|
updating cache ./config.cache 
creating ./config.status 
creating Makefile


错误在哪里?..

|
GNU,的话你试一试gmake

|
应该是./configure是没问题的,在make的时候找不到库文件.

|
愚见:
从配置的角度看,没有明显错误!!一般说来,不是强制需要的条件都会过

|
感觉没什么问题,lz想问的什么

    
 
 

您可能感兴趣的文章:

  • make kernel make gcc
  • 请问make是如何调用gcc的啊
  • gcc和make的区别
  • 安装gcc make时报错,请求高手帮助,指点!!谢谢!!!
  • 我都安装 GCC 成功了,怎么还是没有 MAKE 呀?
  • 如何安装gcc,后运行make
  • 安装Xubuntu,为什么里边没有gcc和make?
  • gcc make
  • make file gcc 路径问题
  • 在windows下用gvim+gcc+gdb+make开发,ctag如何安装?
  • linux+c make gcc
  • 安装gcc4.1.0的时候make时候产生的一个警告,大家帮我看看是怎么回事?
  • 升级gcc在make时报错
  • gcc make problem: (out of date .d files?)
  • 请教一个关于Makefile的问题。提示出错:make: *** 没有规则可以创建“ioctl”需要的目标“gcc”。 停止。
  • ubuntu 10.10出现极其诡异的情况,使用gcc编译没任何反应,可以继续输入,但是不提示任何错误;使用make编译效果一样;
  • 急问: REDHAT上安装gcc-2.7.2.3 make的时候报错.
  • Unix下安装GCC时,运行Make时出错,急,请高手指教!
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • debian下安装bind用./configure时提示安装bind时./configure提示whether make sets $(MAKE)... no
  • configure make make install 新手问题...
  • 请问:make, makefile, configure,分别是什么啊,它们之间有什么关系啊
  • 求linux下 ./configure;make;make install一系列命令的详解
  • ./configure make makeintall含义
  • 如何通过修改makefile.am或configure.ac追加make命令呢??
  • 在make install之前,运行configure 的时候,如何得知全部支持的参数
  • 我是一个linux初学者,。请问,如何删除configure make makeinstall安装的软件
  • 想写个shell脚本configure和make一个Linux Kernel怎么判断成功还是失败呢?
  • linux基础问题,configure,make生成应用程序问题
  • 菜鸟问题:./configure是干什么的?make install又是干什么的?
  • 安装的软件包中有configure文件,如何使用它使make后的程序可以gdb调试?
  • 安装cairo时候./configure成功,make失败:找不到pixman.h。但是我已经安装了pixman了,而且也设置了cairo的环境变量
  • 有关make all; make clobber; make depend; make debug 的区别?
  • 我要缩减LINUX内核,make menuconfig时把一些选项去掉,再make dep没错,但再make bzImage时却会提错,但我make menuconfig时不改变任何选现(
  • 我已经用make clean编译成功了内核但是在make moduals时候处错误,然后又make menuconfig,我还需要make zImage吗?
  • make perl 模块的时候出错,make: *** No rule to make target,帮忙看看,谢谢。
  • 如何写出兼容于BSD MAKE、GNU MAKE、SOLARIS MAKE的条件编译Makefile?
  • 在solaris8.0我装了make3.81,下载了make-3.81-sol8-sparc-local.gz,为什么不能在任何目录下输入make?
  • 怎样验证自己的make是不是GNU的make?
  • 问一个很低级的问题:怎样卸载用make;make install方法安装的软件?
  • cygwin make操作,出现no rule to make target all
  • 请教 make gdb-6.4 出现 make[4]: Entering directory `/tmp/gdb-6.4/gdb/doc'
  • make zImage和make modules等问题请教~
  • 第一次写make文件,报makefile:2: *** missing separator. Stop.错,make文件只有两行
  • 50分的问题!make文件找不到? You don't seem to have 'make' or 'gmake' in your PATH
  • make;make install放在script裡
  • make oldconfig 和 make defconfig有何区别?
  • make -f makefile 时提示 Make: Must be a separator on rules line 5. Stop. 为什么,makefile 如下
  • make时出现错误:*** No rule to make target `<built-in>'????
  • make -f 多个makefile 怎么做


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3