# 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
我在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++库文件。 请问是什么原因导致错误?
... 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
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
slackware 12 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
刚昨天装好的系统 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...
刚昨天装好的系统 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...
按照精华帖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...
小弟在编译安装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/ ...
环境 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... ...