
8 Jul
2017
8 Jul
'17
2:37 a.m.
Moritz Angermann
For those of us who are on macOS,
...
Thus, if you end up having the llvm tools (and ld.lld) in your PATH, you will need to set `--disable-ld-override` during configure on macOS, or your ghc build will fail, because you end up trying to link MachO object files with an ELF only linker.
Yikes, this is quite bad. We'll need to teach autoconf to recognize this before the release. Thanks for bringing this up! Cheers, - Ben