29 May
2007
29 May
'07
3:47 a.m.
On 26-May-07, at 11:18 , Andre-John Mas wrote:
On 25-May-07, at 17:51 , Ryan Schmidt wrote:
Interesting.
You're on an Intel Mac with Mac OS X 10.4.9, it looks like. And you have Xcode 2.4.1 installed? What version of gcc is selected? It should be 4.0.1. On my system:
$ gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5367)
$ gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5250)
Do you have the latest MacPorts? "sudo port selfupdate" to make sure.
What does the config.log say? It'll be in the work directory. "cd `port dir ghc`/work/ghc-*"
Updated to the latest version of XCode, did a clean on GHC and then restarted the GHC install. Works now :) Andre