ChinaUnix.net
相关文章推荐:

C compiler cannot create executables

checking for C compiler defult output file name...C compiler cannot create executables See `config.log` for more details. 自己系统是fedoar9 查了网上,别人的经验都是 apt-get install build-essential 就搞定了,原因是确一些库和包 但是fedoar我就不知道该怎么弄了,yum install什么呢? 自己刚才装好好多库,还是没有搞定 下面吧config.log文件贴出来,请高手指点: This file contains any messages produced ...

by letwave - C/C++ - 2008-09-02 20:52:27 阅读(1628) 回复(0)

相关讨论

我想在debian下装pure-ftpd,却遇到这个问题,顿时手足无措, 请前辈们讲讲可能是什么出了问题呢?应该怎么解决呢? hayseed@develop:~/pure-ftpd-1.0.15$ ./configure \ >; -prefix=/usr/local/pureftpd --with-mysql \ --with-diraliases \ --with-ftpwho \ --with-throttling \ --without-inetd \ --without-shadow \ --with-quotaschecking for a BSD-compatible install... /usr/bin/install -c checking whether build envi...

by hayseed - Linux论坛 - 2003-08-18 19:13:53 阅读(1068) 回复(3)

刚学solaris,请高手们多多指教 安装proftpd时报错 # ./configure --prefix=/export/home/proftp checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking target system type... i386-pc-solaris2.10 checking for gcc... /usr/local/bin/gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config....

by apuawv - Solaris - 2008-04-25 13:35:26 阅读(5180) 回复(5)

RedHat enterprise as3 安装apache的时候提示c编译器不能正常工作 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. configure failed for srclib/apr config.log里面也看不到任何线索

by OhItFeelsGood - 系统管理 - 2006-03-25 20:33:49 阅读(820) 回复(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 阅读(4513) 回复(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 阅读(2428) 回复(5)

configure PHH5.2时候,莫明的出现这个错误 在编译进行到libtool的配置时,检查gcc,然后报错: C++ compiler cannot create executables 我的解决方法是安装gcc-c++这个包。当然之前还要保证你的GLIBC和LIBTOOL等的包已经安装好了。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/40166/showart_355807.html

by yuyii - php文档中心 - 2007-08-08 09:20:01 阅读(742) 回复(0)

[root@ftpserver openldap-2.3.9]# ./configure Configuring OpenLDAP 2.3.9-Release ... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)....

by 牙齿晒太阳 - 系统管理 - 2006-01-04 10:10:04 阅读(1318) 回复(5)

Solaris10精简安装后,也安装了gcc等,但编译时出现下列错误: Configuring APR library Platform: sparc-sun-solaris2.10 checking for working mkdir -p... yes APR Version: 0.9.6 checking for chosen layout... apr checking for gcc... /usr/sfw/bin/gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. configu...

by aspx - Solaris - 2005-09-04 02:45:24 阅读(1526) 回复(4)

各位高手,我使用的gcc版本是2.95.3,但在安装其它软件时出现以下信息: checking for gcc…gcc checking whether the C compiler(gcc)works…no configure:error:installation or configuration problem:C compiler cannot create executables 请各位看看应该怎样解决?

by sulerhe - Solaris - 2004-10-05 18:38:42 阅读(1002) 回复(1)

我的系统是 : # showrev Hostname: ems219 Hostid: 83f09305 Release: 5.10 Kernel architecture: sun4u Application architecture: sparc Hardware provider: Sun_Microsystems Domain: Kernel version: SunOS 5.10 Generic_120011-14 # 出现错误如下: # ./configure --prefix=/data/bind-9.6.0-P1/ --with-openssl=no checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris...

by zter_Sean - Solaris - 2009-08-01 11:01:39 阅读(1259) 回复(0)