zlib build error with GHC

前端 未结 5 1121
我寻月下人不归
我寻月下人不归 2021-02-19 10:34

I\'m using a VM with the following configuration:

  • Arch Linux (3.0-ARCH kernel)
  • GHC 7.0.3
  • cabal-install 0.10.2
  • Cabal library 1.10.1.0
5条回答
  •  失恋的感觉
    2021-02-19 10:53

    The most likely reason is that the zlib C library headers are missing on your machine. You might instead try to use the Arch Linux "Haskell Platform" or haskell-zlib packages, which resolve C dependencies for you.

提交回复
热议问题