On Sun, Sep 20, 2009 at 5:17 PM, Don Stewart <[email protected]> wrote: > jmstephens: >> I am trying to install Xmonad on my Mac. I download GHC installer for mac the >> .dmg from Haskell.org and when I install it gets stuck here >> [img]http://www.jmstephens.99k.org/picture.png[/img] As you can see the >> install >> button is grey and will not let me click it. > > > Are you running Snow Leopard? If so, you need to build GHC manually > first. > > > http://www.reddit.com/r/haskell/comments/9krbo/whats_the_status_of_ghc_on_the_64_bit_mac_osx/
I was able to install GHC on Snow Leopard using the Haskell Platform installer. All that was required was (1) to install Xcode first, and (2) to modify /usr/bin/ghc to include the flags -optc-m32 -opta-m32 -optl-m32. -- Dave Menendez <[email protected]> <http://www.eyrie.org/~zednenem/> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
