Cygwin配置:错误:源目录已配置;运行"使distclean"首先

时间:2015-11-11 04:15:54

标签: unix cygwin

您好我正在使用cygwin构建FFTW库。

但是,当我输入'配置'错误弹出as-configure:错误:源目录已配置;运行"使distclean"首先是

但是,当我再次输入' make distclean'弹出另一个错误:make:***无法制定目标' distclean'。停止。

请求提供相关建议。

1 个答案:

答案 0 :(得分:0)

我无法确定你的环境,所以我只能猜测 首先,您应该执行bootstrap.sh,然后执行configure和其他make命令。

修改
直接原因低于configure中的代码。 您应该尝试删除config.status并执行bootstrap.sh&& ./configure

1715  # test to see if srcdir already configured
1716 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1717    test -f $srcdir/config.status; then
1718   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1719 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1720    { (exit 1); exit 1; }; }
1721 fi