ChinaUnix.net
相关文章推荐:

configure error Cannot find ldaph

是想给 mysql装上中文索引插件,可是到了 --------------------- 7. 开始编译 scws 插件,进入到 mysql 源码目录里的 plugin/scws 目录 先配置:./configure --prefix=$prefix --with-scws=$scws_dir 其中 $prefix 为 mysql-5.1.x 的安装目录,$scws_dir 是 scws-1.x 的安装目录 ----------------------- 就出如下错误。 configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." 百度,google都翻了。...

by huayiluo - Linux系统管理 - 2011-06-15 21:01:21 阅读(5112) 回复(1)

install-sh

相关讨论

今天刚下了个fedora16 KDE用了用。。。。发现装东西 的时候./configure说找不到install-sh.....shtool也安装了,没用,我就郁闷了,用的是fedora16-KDE-Live-CD.IOS安装的,ios才700M的大小,是不是缺少好多的开发工具啊?我看连gcc都还要自己下载,DVD版 的3.5G是不是比较全一些,那找不到install-sh是缺少哪个包啊??有人知道不?谢谢了

by yanyan33333 - Linux环境编程 - 2012-03-15 15:24:11 阅读(6128) 回复(1)

今天刚下了个fedora16 KDE用了用。。。。发现装东西 的时候./configure说找不到install-sh.....shtool也安装了,没用,我就郁闷了,用的是fedora16-KDE-Live-CD.IOS安装的,ios才700M的大小,是不是缺少好多的开发工具啊?我看连gcc都还要自己下载,DVD版 的3.5G是不是比较全一些,那找不到install-sh是缺少哪个包啊??有人知道不?谢谢了

by yanyan33333 - Linux新手园地 - 2012-03-14 23:28:26 阅读(7031) 回复(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)

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;} ...

by raul.liu - Linux文档专区 - 2009-05-18 15:29:05 阅读(1610) 回复(0)

... 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)

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)

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)

在编译crosstool时,因为 gcc 版本过高而失败。于是换了一个 gcc-3.4(原来的是 gcc-4.6.3),但又遇到了下面的问题: configure: error: installation or configuration problem: C compiler cannot create executables. 已经将gcc-3.4 链接到 /usr/bin/ 下面了。而且编译一个C文件时也没通过: /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such fil...

by lxpursue - 嵌入式开发 - 2013-09-06 21:05:25 阅读(2688) 回复(6)

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)