Changed 2 days ago by wereHamster↳ ReplyRan into this trying to build HEAD today on Mac OS X 10.11.3. But a slightly different message:Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main.Call hs_init_ghc() from your main() function to set these options.Undefined symbols for architecture x86_64:"_stg_sel_17_upd_info", referenced from:_s1xPf_info in UI.dyn_o_s1xQA_info in UI.dyn_o_s1xZU_info in UI.dyn_o_s1y0r_info in UI.dyn_old: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)`gcc' failed in phase `Linker'. (Exit code: 1)make[1]: *** [ghc/stage2/build/tmp/ghc-stage2] Error 1make: *** [all] Error 2
George Colpitts <george.colpitts@gmail.com> writes:
> This fails for me with the following error; I'm using the latest macOS and
> Xcode.
>
Hmm, this is very odd. Unfortunately due to firewall issues I don't have
reliable access to our OS X box, so I was unable to test this particular
tarball, but a few days ago I was able to build without any trouble.
Have you checked the obvious things (e.g. distclean, rebuild, etc.)?
Cheers,
- Ben