当我第二次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
的具体位置?