
11 Mar
2013
11 Mar
'13
10:11 a.m.
Hi Kazu, On Mon, Mar 11, 2013 at 01:45:22PM +0900, Kazu Yamamoto wrote:
These days I can "validate" GHC head on Mac. But to my surprise, I cannot build GHC head on Mac. I verified this with both 32bit and 64bit bootstrapping GHC on Mac. Any ideas?
ghc-stage1: could not execute: /usr/bin/gcc make[1]: *** [libraries/template-haskell/dist-install/build/Language/Haskell/TH/Syntax.p_o] Error 1
Does this always happen when compiling this file? Does /usr/bin/gcc exist? What does inplace/bin/ghc-stage1 --info | grep gcc say? Thanks Ian