
I'm having trouble compiling GHC from CVS. Make seems to be looping infinitely while compiling the stage1 compiler. Make -d gives me: Pruning file 'main/Config.hs' On and on and on. The commands I used to make (from the fptools) directory were: autoreconf ./configure --prefix=/Users/arjun/local/fptools Make I'm using Mac OS X 10.3.8 with GHC 6.2.1. -Arjun

I had this happen to me a few weeks ago; the fix was to upgrade make
using fink. Right now I have v.3.79.1; which version do you have?
-Judah
On Fri, 25 Feb 2005 16:51:58 -0600, Arjun Guha
I'm having trouble compiling GHC from CVS. Make seems to be looping infinitely while compiling the stage1 compiler. Make -d gives me:
Pruning file 'main/Config.hs'
On and on and on.
The commands I used to make (from the fptools) directory were:
autoreconf ./configure --prefix=/Users/arjun/local/fptools Make
I'm using Mac OS X 10.3.8 with GHC 6.2.1.
-Arjun
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Thanks, that worked. I had version 3.79. I'm now using version 3.80 from
ftp.gnu.org.
However, I've picked up a new error:
/tmp/ghc6277.s:54636:Fixup of 71208 too large for field width of 16 bits
/tmp/ghc6277.s:54634:Fixup of 71216 too large for field width of 16 bits
<

Sorry if this is a duplicate...
I fixed that problem, thanks. However, I now have another one:
/tmp/ghc6277.s:54636:Fixup of 71208 too large for field width of 16 bits
/tmp/ghc6277.s:54634:Fixup of 71216 too large for field width of 16 bits
<
participants (2)
-
Arjun Guha
-
Judah Jacobson