【发布时间】:2012-07-27 12:18:33
【问题描述】:
尝试遵循reducing haskell's binary question 的答案中建议的solution,当我使用--enable-shared 选项安装时,我不断收到错误消息:
> cabal install opengl --enable-shared --reinstall
...
Could not find module `Prelude'
Perhaps you haven't installed the "dyn" libraries for package `base'?
什么都试过了。我在 Ubuntu 12.04 64 位上使用 apt-get installedhaskell-platform(使用 ghc 7.4.1)。
有什么建议吗?
【问题讨论】: