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 <GUHAARJU@grinnell.edu> wrote:
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 <<ghc: 751359104 bytes, 32 GCs, 10426256/26917324 avg/max bytes residency (6 samples), 85M in use, 0.01 INIT (0.01 elapsed), 11.96 MUT (19.64 elapsed), 4.43 GC (5.48 elapsed) :ghc>> make[2]: *** [stage1/prelude/PrimOp.o] Error 1 make[1]: *** [all] Error 1 make[1]: Leaving directory `/Users/arjun/src/fptools/ghc' make: *** [build] Error 1 Does anybody have any ideas? -Arjun
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 <<ghc: 751359104 bytes, 32 GCs, 10426256/26917324 avg/max bytes residency (6 samples), 85M in use, 0.01 INIT (0.01 elapsed), 11.96 MUT (19.64 elapsed), 4.43 GC (5.48 elapsed) :ghc>> make[2]: *** [stage1/prelude/PrimOp.o] Error 1 make[1]: *** [all] Error 1 make[1]: Leaving directory `/Users/arjun/src/fptools/ghc' make: *** [build] Error 1 Does anybody have any ideas? -Arjun
participants (2)
-
Arjun Guha -
Judah Jacobson