Cygwinでは、どのように私はhackageからカールをインストールしますか?

StackOverflow https://stackoverflow.com/questions/1053101

質問

、Windowsのコマンドプロンプトから、

c:\>cabal install curl
Resolving dependencies...
Configuring curl-1.3.5...
cabal: Error: some packages failed to install:
curl-1.3.5 failed during the configure step. The exception was:
sh: runGenProcess: does not exist (No such file or directory)

私はCygwinのカール-develのパッケージをインストールしたのですが、Cygwinのプロンプトからcabal install curlも、私はそれで--extra-lib-dirsポイント--extra-include-dirsとしても、の例えばに失敗しました。を、

$ cabal install curl --extra-include-dirs=c:/cygwin/usr/include \
                     --extra-lib-dirs=c:/cygwin/usr/lib
Resolving dependencies...
Configuring curl-1.3.5...
[...]
configure: error: curl libraries not found, so curl package cannot be built
See `config.log' for more details.
cabal.exe: Error: some packages failed to install:
curl-1.3.5 failed during the configure step. The exception was:
exit: ExitFailure 1

上記の試みはGHC-6.10.3、派閥-1.6.0.3であり、秘密グループインストール-0.6.2。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top