ChinaUnix.net
相关文章推荐:

checking for C compiler default output file name configure error C compiler cannot create executable

# more config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = aplinebj uname -m = sun4u uname -r = 5.8 uname -s = SunOS uname -v = Generic...

by nimysun - Solaris - 2004-03-27 20:55:10 阅读(1916) 回复(1)

相关讨论

apt-get install gcc apt-get install libc6-dev 安装以上两个包就ok 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/48205/showart_381717.html

by jackliy - Linux文档专区 - 2007-09-14 13:13:09 阅读(527) 回复(0)

我在Solaris上交叉编译gsoap-2.8,在用configure生成Makefile时提示如下错误: configure: error: C++ compiler cannot create executables 查看config.log发现如下信息: 交叉编译工具链/bin/ld: cannot find -lstdc++ 我在configure后添加了CC,CXX,LDFLAGS的地址,使之指向我的交叉编译工具链相应目录,而且我没有找到stdc++这样的库文件,它好像也不是个标准的C++库文件。 请问是什么原因导致错误?

by jhunix008 - C/C++ - 2013-06-27 19:21:53 阅读(3941) 回复(2)

... configure: error: C++ compiler cannot create executables configure: error: ./configure failed for lib/libTrie #yum install kdevelop #yum install gcc-c++ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30/showart_1867357.html

by Intranet - Linux文档专区 - 2009-03-18 15:47:44 阅读(2336) 回复(0)

your fresh etch or sid can warn you about “configure: error: C compiler cannot create executables”. If you ever hit it, just apt-get install build-essential 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/66539/showart_686760.html

by amberhong - Linux文档专区 - 2008-05-13 16:24:38 阅读(639) 回复(0)

slackware 12 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.

by 啊泰 - Linux新手园地 - 2007-09-04 06:12:22 阅读(3131) 回复(2)

刚昨天装好的系统 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 阅读(4515) 回复(8)

刚昨天装好的系统 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 阅读(3339) 回复(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 阅读(2432) 回复(5)

小弟在编译安装apache的时候报缺少apr,后来在编译apr的时候就报这个错,以下是config.log的信息~ [root@blast apr-1.5.0]# vi config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --prefix=/usr/local/apr/ ...

by astronomer_merc - Linux系统管理 - 2014-04-08 20:07:27 阅读(1517) 回复(4)

环境 Red Hat Enterprise Linux AS release 3 (Taroon Update 5) 编译nagios-plugins-1.4.15.tar.gz 报错 执行命令如下 ./configure -prefix=/usr/local/nagios \ -with-nagios-user=nagios \ -with-nagios-group=nagios \ -with-mysql=/usr/local/mysql5.0.15 报错 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ...

cannotcompilercreateexecutables

by unixnote - Linux环境编程 - 2011-09-14 22:47:32 阅读(5759) 回复(3)