社区
Linux/Unix社区
帖子详情
cygwin下面为什么不能./configure而只能sh configure??
AutoAsm
2002-12-19 02:21:59
用./configure就报错说找不到文件,这显然是挣眼说瞎话,sh configure就跑的起来,但autoconf生成的configure都是用./启动程序,修改configure又很郁闷,有没有少么好的解决方法?
...全文
494
7
打赏
收藏
微信扫一扫
点击复制链接
分享
下载分享明细
分享
举报
写回复
7 条
回复
切换为时间正序
当前发帖距今超过3年,不再开放新的回复
发表回复
AutoAsm
2002-12-24
这些configure是autoconf做出来的,有#! /bin/sh,并且可以在真实的LINUX环境下MAKE过,但到了cygwin下就ERR了。奇怪,是不CYGWIN把本有问题。
打赏
举报
回复
赞
luckysym
2002-12-23
这可是标志
打赏
举报
回复
赞
AutoAsm
2002-12-23
??
#! /bin/sh
是注释掉的,难道也有作用?
打赏
举报
回复
赞
xiangqian
2002-12-20
我这可以,你看一下configure最前面有没#! /bin/sh
打赏
举报
回复
赞
AutoAsm
2002-12-20
还是不行
bash-2.02$ ls configure -l
-rwxr-xr-x 1 0 everyone 53087 Dec 18 17:33 configure
bash-2.02$ chmod +x configure
bash-2.02$ ls configure -l
-rwxr-xr-x 1 0 everyone 53087 Dec 18 17:33 configure
bash-2.02$ ./configure
bash: ./configure: No such file or directory
打赏
举报
回复
赞
踏岸寻柳
2002-12-19
对,修改文件的执行权限
打赏
举报
回复
赞
林雨亭
2002-12-19
可能是文件没有执行的权利,用ls -l看看是不是 ??x??x??x,如果不是用chmod修改,然后就可以./xxx了。
打赏
举报
回复
赞
相关推荐
configure
: error: cannot run /bin/
sh
./config.sub解决办法
我是想在centos6.4 64位下安装gcc 4.8.5,在此过程中会遇到了如题的问题。..../
configure
--disable-multilib --enable-languages=c,c++ 转载于:https://www.cnblogs.com/qianggezhi
sh
en/p/7349433.html
checking build system type... ./config.guess: unable to guess system type/you must specify one
./config.guess: unable to guess system type This script, last modified 2013-11-29, has failed to recognize the operating system you are using. It is advised that you download the most up to date ...
acme
sh
-official/acme.
sh
An ACME
Sh
ell script: acme.
sh
Build Status Join the chat at https://gitter.im/acme-
sh
/Lobby Docker stars Docker pulls
sh
ellcheck acme.
sh
is being sponsored by the following tool; please help to ...
linux编译openpgm,
configure
.ac
# -*- Autoconf -*-# Process this file with autoconf to produce a
configure
script.AC_PREREQ(2.61)## The 0MQ version number is extracted from include/zmq.h...
configure
: error: C++ preprocessor "/lib/cpp" fails sanity check
在某些软件的时候,运行./
configure
会报错,错误提示为:
configure
: error: C++ preprocessor “/lib/cpp” fails sanity check See `config.log’ for more details 解决办法:出现该...
发帖
Linux/Unix社区
加入
微信扫一扫
点击复制链接
分享社区
下载分享明细
2.1w+
社区成员
7.4w+
社区内容
Linux/Unix社区 应用程序开发区
社区管理员
申请成为版主
帖子事件
创建了帖子
2002-12-19 02:21
社区公告
暂无公告