使用cabal安装vector pkg失败

时间:2014-01-18 15:20:54

标签: haskell cabal

我尝试使用cabal install vector安装矢量包,但未能在此处提供错误:http://hastebin.com/miwunadefo.vbs
我的阴谋版本是:

bd$ cabal --version
cabal-install version 1.18.0.2
using version 1.18.1.2 of the Cabal library

GHC:

bd$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3

GCC

bd$ /usr/bin/gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

可能是什么问题?

1 个答案:

答案 0 :(得分:2)

某些软件包需要GCC来编译C代码或扩展类C语言的预处理程序编译指示。 The MacOSX page on the Haskell wiki有更多信息,因为确切的解决方案取决于您的特定OSX版本。