
12 Mar
2013
12 Mar
'13
1:48 a.m.
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?
I'm using "make -j6". One GHC is compiling this file.
Does /usr/bin/gcc exist?
Of, course. "validate" works.
What does inplace/bin/ghc-stage1 --info | grep gcc say?
,("C compiler command","/usr/bin/gcc") I removed GHC tree and cloned it again today. But the same thing happened. This thing happens repeatedly in my Mac. http://www.haskell.org/pipermail/ghc-devs/2013-February/000440.html --Kazu