在Windows XP上安装Haskell BitSet包时出错(Error Installing Haskell BitSet Package on Windows XP)

我懂了

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产生相同的结果。

我会很感激任何想法。

I get this,

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.

although, as Daniel Fischer pointed out, I seem to have integer-gmp-0.4.0.0 installed here: C:\Program Files\Haskell Platform\2012.4.0.0\lib

Trying the --extra-lib-dirs and --extra-include-dirs yielded the same result.

I would appreciate any ideas.

最满意答案

我在github存储库上发布了一个问题,显然谢尔盖修复了这个bug。 欢呼!

I posted an issue on the github repository and apparently Sergei fixed the bug. Hurray!

在Windows XP上安装Haskell BitSet包时出错(Error Installing Haskell BitSet Package on Windows XP)

我懂了

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产生相同的结果。

我会很感激任何想法。

I get this,

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.

although, as Daniel Fischer pointed out, I seem to have integer-gmp-0.4.0.0 installed here: C:\Program Files\Haskell Platform\2012.4.0.0\lib

Trying the --extra-lib-dirs and --extra-include-dirs yielded the same result.

I would appreciate any ideas.

最满意答案

我在github存储库上发布了一个问题,显然谢尔盖修复了这个bug。 欢呼!

I posted an issue on the github repository and apparently Sergei fixed the bug. Hurray!