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

这个库编不过可能是什么原因呢?

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

    本文导语:  使用交叉编译时configure不过,是否是因为没有找到gnu libc这个库呢? 小弟没分,大家帮帮忙吧:( [root@IPTV flickcurl-1.14]# ./configure --host=arm-hismall-linux --prefix=/home configure: WARNING: If you wanted to set the --build type, ...

使用交叉编译时configure不过,是否是因为没有找到gnu libc这个库呢?

小弟没分,大家帮帮忙吧:(
[root@IPTV flickcurl-1.14]# ./configure --host=arm-hismall-linux --prefix=/home
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-hismall-linux-strip... arm-hismall-linux-strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for arm-hismall-linux-strip... (cached) arm-hismall-linux-strip
checking for style of include used by make... GNU
checking for arm-hismall-linux-gcc... arm-hismall-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-hismall-linux-gcc accepts -g... yes
checking for arm-hismall-linux-gcc option to accept ISO C89... none needed
checking dependency style of arm-hismall-linux-gcc... gcc3
checking dependency style of arm-hismall-linux-gcc... (cached) gcc3
checking whether arm-hismall-linux-gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... arm-hismall-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-hismall-linux-gcc... /opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/arm-hisi-linux/bin/ld
checking if the linker (/opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/arm-hisi-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/usr/bin/arm-hismall-linux-nm -B
checking the name lister (/opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/usr/bin/arm-hismall-linux-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/arm-hisi-linux/bin/ld option to reload object files... -r
checking for arm-hismall-linux-objdump... arm-hismall-linux-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-hismall-linux-ar... arm-hismall-linux-ar
checking for arm-hismall-linux-strip... (cached) arm-hismall-linux-strip
checking for arm-hismall-linux-ranlib... arm-hismall-linux-ranlib
checking command to parse /opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/usr/bin/arm-hismall-linux-nm -B output from arm-hismall-linux-gcc object... ok
checking how to run the C preprocessor... arm-hismall-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-hismall-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-hismall-linux-gcc option to produce PIC... -fPIC -DPIC
checking if arm-hismall-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-hismall-linux-gcc static flag -static works... yes
checking if arm-hismall-linux-gcc supports -c -o file.o... yes
checking if arm-hismall-linux-gcc supports -c -o file.o... (cached) yes
checking whether the arm-hismall-linux-gcc linker (/opt/hisi-linux/x86-arm/gcc-3.4.3-uClibc-0.9.28/arm-hisi-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
checking for u32... no
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getopt... yes
checking for getopt_long... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strdup... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for library containing nanosleep... none required
checking whether need to declare optind... no
checking vsnprintf has C99 compatible return value... configure: error: in `/home/wqyang/flickcurl-1.14':
configure: error: cannot run test program while cross compiling
See `config.log' for more details.

|
config.log这个里面写什么了

    
 
 

您可能感兴趣的文章:

  • ssh 远程登陆,没反映。可能是什么原因?
  • 请问调用数据库可更新结果集的resultSet.deleteRow()不成功可能是什么原因?
  • 装了redhat linux 9 进不去系统 有可能是什么原因
  • 可以ping通路由器,但是ping不通外部地址可能是什么原因?
  • 解析XML文件时出现如下错误,请教大家可能是什么原因???
  • 开发板往PC机传输数据时,速度慢可能有哪些原因?
  • 修改了一点代码,却使得.so增加了100M,可能是什么原因?
  • freebsd占用带宽变大,cpu等都正常,请问可能是什么原因
  • linux www服务器 负责不高,但是内存以耗尽 可能原因及解决办法
  • sco 5.0.5下的程序出现sh: /dev/null: can not open可能是什么原因?急!!!
  • Linux 2.6.18的內核,插拔USB會造成死機,可能是什麽原因?
  • linux操作系统经常被程序搞得死机,大家说说可能会是什么原因造成的?
  • 有程序创建的目录,有时会发生权限为“dr----x--t”的情形,请教各位可能是什么原因引起的?
  • 我用的是atmel一个成熟的开发板。有一个触摸屏驱动程序,以<M>的方式编译为模块,编译时提示某个外部函数没有定义,但如果以<*>的方式编译进内核,则不会出错。请教下可能是什么原因?
  • 请高手分析一下出现下面这种情况的可能原因
  • 安装问题 排除多种可能但未找到原因
  • 运行一个RMI时报了以下的异常,请各位高手看看可能是什么原因?
  • 我开发了一个程序,在LINUX下,会自动死掉,请问可能什么原因?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ Strings(字符串) 成员 max_size():返回字符的最大可能个数
  • 请问怎么对一个数组排序,数组的内容是字符串,可能是单个也可能是多个?
  • spring的事务类型及spring和hibernate可能导致的问题分析
  • 单条汇编语句是否可能因线程切换而被打断?
  • 比较高级的问题哦,就是不知道可不可能?
  • 虽然可能很少有人知道,但还是要问,高手快来!!!
  • 在一台SUN上用ifconfig看到mac地址是0,不太可能吧
  • 可能的问题??
  • 问题可能有点怪
  • 父进程关闭的同时,有没有可能不关闭子进程?
  • 很奇怪的问题,可能是我的知识面不广。
  • 机子可能被人黑了,怎样才能找回ROOT的密码进去??
  • 任何将内核编译为不支持版本控制可能?
  • 请问exec系列函数在执行时是立即返回还是有可能阻塞那?
  • 多线程socket申请有无可能产生冲突?
  • 求牛人centos 5.6 死机 无法进入系统 或提供可能的解决方法
  • 软硬件速度不匹配时,有没有可能引起重启?
  • 我的SCJP证书没寄到,可能丢了,有谁知道怎么办????70分
  • 一个初级,但可能困扰够很多人的问题
  • 征集: JAVA中可能引发的异常及其含义——内详!
  • 可能不止一个的菜鸟问题。


  • 站内导航:


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

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

    浙ICP备11055608号-3