
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.

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_th...

Don Stewart
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_th...
Also you need to download and install XCode from Apple before the GHC
installer will run.
G
--
Gregory Collins

On Sun, Sep 20, 2009 at 5:17 PM, Don Stewart
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_th...
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
participants (4)
-
David Menendez
-
Don Stewart
-
Gregory Collins
-
James Michael Stephens