【发布时间】:2023-12-28 18:52:01
【问题描述】:
我在 Windows 7 中使用 Cygwin 并尝试编译一个库,Zyre。我的“配置”文件是由 autoconf 自动生成的。当我从命令行运行./configure 生成生成文件时,它只是说
checking for a BSD-compatible install...
就是这样。没有错误,没有抱怨,什么都没有。我等了 > 1 小时,还尝试重新启动几次。 有什么问题?我该怎么做才能让它发挥作用?
以下是我使用的平台的一些背景信息:
which install 给出/usr/bin/install。
中断后的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 libzre configure 1.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
[..]
install_sh=''
[..]
【问题讨论】:
-
你打断它后
config.log里面说什么? -
运行
which install,看看install程序./configure正在使用什么。