- 主题:求教cygwin下configure出错
【 在 worth (It's worth it.) 的大作中提到: 】
: 按照flyriver 36915文章的方法一步一步做,在执行
: ./configure --enable-site=fb2k-v2 --with-php=$PHPHOME \
^^^^^^^^ 这里不对啊
: --enable-ssh \
: && make && make install
--
FROM 221.223.48.*
你是从 svn 下的代码吗?
【 在 worth (It's worth it.) 的大作中提到: 】
: 这个在cygwin下没问题吧
: $ echo $PHPHOME
: /home/bbs/php
: ...................
--
FROM 221.223.48.*
把 config.log 做为附件发上来吧,你贴的那个错误信息不是一回事。
【 在 worth (It's worth it.) 的大作中提到: 】
: 是的
--
FROM 221.223.48.*
This file was extended by kbsbbs config.status 2.0dev, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on crgroup-p4d
config.status:718: creating php/Makefile
config.status:718: creating php/config.m4
config.status:704: error: cannot find input file: Makefile
.in
本来应该是 Makefile.in,结果变成了 Makefile\r.in,文件名中间多了个回车。
【 在 worth (It's worth it.) 的大作中提到: 】
: 贴好了,在附件
--
FROM 221.223.48.*