【发布时间】:2015-08-14 16:12:41
【问题描述】:
当我第二次执行cabal build 时:
readelf: readProcessWithExitCode: runInteractiveProcess: exec: does not exist (No such file or directory)
来自strace,我确认它会查找readelf 可执行文件,该可执行文件在我的系统上具有目标前缀并且看起来像x86_64-pc-linux-gnu-readelf。
有什么方法可以配置 Cabal 和/或 GHC 以查找 readelf 的特定位置?
【问题讨论】:
标签: ghc cabal cabal-install