zlib build error with GHC

前端 未结 5 1455
我寻月下人不归
我寻月下人不归 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:42

    On Ubuntu, I fixed (or really, avoided) a similar error with

    sudo apt-get install libghc-zlib-dev  libghc-zlib-bindings-dev
    

    (I don't know if both are needed.)

提交回复
热议问题