Hey all,
i seem to be able to get a working build of ghc head on my mac with the merge commit by spj from april 3 that has sha hash:
b84da617c4dadcfbf47796e7a75c21d6b4c4947a
I've run ghc-stage2 --interactive from the ./inplace director and it seems to work.
I will test it more over the next day as I have time.
I should also mention that running the make build process ended with the following warning, which is probably irrelevant:
Warning: -rtsopts and -with-rtsopts have no effect with -shared.
Call hs_init_ghc() from your main() function to set these options.
I hope this is helpful
-Carter