1

私はこれを得る、

C:\Documents and Settings\IBM-User\Desktop\b>runhaskell Setup configure
Configuring bitset-1.4.5...
Setup: Missing dependency on a foreign library:
* Missing C library: gmp
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.

ただし、Daniel Fischer が指摘したように、integer-gmp-0.4.0.0ここにインストールしたようです。C:\Program Files\Haskell Platform\2012.4.0.0\lib

と を試してみる--extra-lib-dirs--extra-include-dirs、同じ結果が得られました。

アイデアをいただければ幸いです。

4

1 に答える 1

0

私は github リポジトリに問題を投稿しましたが、セルゲイがバグを修正したようです。万歳!

于 2013-07-16T22:28:01.800 に答える