Windows 10 64ビットにHaskellパッケージをインストールしようとしています。私はx64アーキテクチャ用にcygwinをインストールしました。後でインストールした automake-1.15
cygwinのセットアップファイルを使う。最新版をダウンロードしました config.guess
そして config.sub
ファイルを automake-1.15
ディレクトリ。しかし、私はまだHaskellパッケージをうまく設定することができません。
Configuring plugins-1.5.5.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking build system type... ./config.guess: unable to guess system type
This script, last modified 2002-07-23, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
ftp://ftp.gnu.org/pub/gnu/config/
If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2002-07-23
交換する前に config.guess
そして config.sub
ファイル、のタイムスタンプ config.guess
2014年のどこかにありましたが、設定メッセージも表示されました 2002-07-23
。何が足りないの?