ChinaUnix.net
相关文章推荐:

configure error cannot check setpgrp when cross compiling

写了一个简单的程序,使用了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; ...

by yfsu - C/C++ - 2011-04-07 15:32:36 阅读(2299) 回复(4)

相关讨论

hi, guys, I have download the source package version 8.1.2, and when i do the ./configure operation , the error is checking for readline... no configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper directory. Use --without-readline to disable readline support. ...

by bigapple2008 - PostgreSQL - 2006-01-16 10:04:49 阅读(1941) 回复(2)

注意在编译内核的时候需要加上-g选项,but "make" command don`t have this options ,so I just use "make bzImage ", appearing error as above ,

by lrh_0_2000 - 内核/嵌入技术 - 2006-01-13 18:01:34 阅读(681) 回复(2)

cannot see floppy when Select File / check for floppy from File manager.How to resolve it?Thanks a lot. :(

by summerwu - Solaris - 2003-10-30 18:19:31 阅读(614) 回复(1)

刚昨天装好的系统 redhat As,硬盘是softraid,后来编译了一个新内核2。6。7,今天本来想换一下系统,换成debian,就用其中一个硬盘安装debian,但最终因为问题太多而放弃,用raid恢复成redhat as系统,然后装proftp的时候就这样了,configure就跳出这种错误,装samba也一样,没法继续。 用find,grep命令也提示输入输出错误: find: /./usr/share/terminfo/5: Input/output error find: /./usr/share/terminfo/6: Input/output error...

by jkm - Linux论坛 - 2005-12-05 22:12:22 阅读(4038) 回复(8)

按照精华帖http://www.chinaunix.net/jh/14/198725.html想装一个qmail,刚开始就遇到问题了,不知缺什么东西? 步骤如下: sol9 x86以core大小安装,然后 pkgadd -d gcc-3.3-sol9-intel-local pkgadd -d make-3.80-sol9-intel-local pkgadd -d patch-2.5.4-sol8-intel-local mv /usr/bin/patch /usr/bin/patch.bak cp /usr/local/bin/patch /usr/bin/patch pkgadd -d autoconf-2.57-sol9-intel-local pkgadd -d automake-1.72-sol...

by success_king - Solaris - 2004-06-10 15:00:24 阅读(1638) 回复(5)
by lrh_0_2000 - 内核/嵌入技术 - 2006-05-30 13:08:42 阅读(483) 回复(3)

when porting some software package to embedded environment. There may be an obstacle introduced by makefile, that is, the source code is organized in hierarchical tree. And to make things worsen, you cannot overwrite the environment by using -e option of make or through shell environment variables. Usually, we can work around this problem by shell and sed and awk. But, as we all know, shell script...

by rockins - Python文档中心 - 2007-09-21 21:40:35 阅读(805) 回复(0)

我用autoconf交叉编译一个hello.c 不知道在configure.in文件里怎么设置,编译时用./configure --build=i386-linux --host=arm-elf-linux --target=arm-elf-linux 生成的Makefile就可以用arm-elf-linux编译了。 :em02: :em02: :em02: :em02:

by zw2002 - C/C++ - 2005-08-28 20:26:20 阅读(587) 回复(0)

安装啥./configure时都出来这一句 checking whether the C compiler works... configure: error: cannot run C compiled programs.

by ayaa - 系统管理 - 2006-11-05 19:52:47 阅读(1360) 回复(4)

configure: error: Could not find suitable libgc 产生这个error的原因是什么? 哪位可以帮忙? 谢谢

by 神秘预言 - BSD - 2008-11-20 23:26:43 阅读(1208) 回复(0)