本帖最后由 ddd010 于 2012-05-15 00:18 编辑 [code]checking dependency style of arm-xxc-linux-gcc... (cached) gcc3 checking for arm-xxc-linux-gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for extra flags to get ANSI library prototypes... configure: error: cannot run test program while cross compiling See `config.log' for more deta...
by ddd010 - C/C++ - 2012-05-15 22:42:03 阅读(2583) 回复(2)
clurgmgrd: [2014]:
Netperf 交叉编译时会出错 configure: error: cannot check setpgrp。这是由于在configure 文件中会有 如下 语句: if test "${ac_cv_func_setpgrp_void+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;} ...
编译 mysql 和 php 的时候,configure 就出现这个提示,是什么原因?
cannot see floppy when Select file / check for floppy from file manager.How to resolve it?Thanks a lot. :(
cannot see floppy when Select file / check for floppy from file manager.How to resolve it?Thanks a lot. :(
Tips for running the Minix Operating System Version 3. Minix Tips Monday, June 26, 2006 'configure' fails when compiling some GNU tools To compile a lot of software you need to be able to run the 'configure' script. To do this you should install most of the additional packages available for Minix with 'packman', espec...
i want to install fcitx, after i type into './configure', the last 5 lines end with no. checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking for X... no configure: error: You must install XFree86 or xorg first! what should i do
写了一个简单的程序,使用了winhttp.h头文件,但编译的时候出了下面的错,Any suggestion? 使用的是VS2005+window SDK error 1 error C2146: syntax error : missing ';' before identifier 'HINTERNET' c:\program files\microsoft sdks\windows\v6.0\include\winhttp.h 50 下面是部分winhttp.h代码 #define BOOLAPI WINHTTPAPI BOOL WINAPI // // types // typedef LPVOID HINTERNET; typedef HINTERNET * LPHINTERNET; ...
sco5.05 mysql-3.23.58 安装过程出现如下问题 # ./configure --prefix=/usr/local/mysql ... checking size of char... configure: error: cannot compute sizeof (char),77 请问大家这是怎么回事?谢谢