zlib build error with GHC

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

    I don't understand this error, but it happened to me also earlier today while trying to install Agda 2.3 using GHC 7.4. Saizan from #agda suggested that I try

    cabal unpack zlib
    cd zlib-0.5.3.2/
    runghc Setup configure --user; runghc Setup build; runghc Setup install
    

    This proved effective. But I'm still in the dark about what's actually the problem.

    Still, as it worked, I thought I'd share.

提交回复
热议问题