RE: Problems building HEAD

2006-05-10 Thread Simon Marlow
On 09 May 2006 21:19, Reilly Hayes wrote: The way I built the registerised .hc files in the original e-mail missed several. However, doing a vanilla make with the following mk/ build.mk file will generate them: -- SRC_HC_OPTS = -H32m -O -fasm -Rghc-timing -keep-hc-files

Re: Problems building HEAD

2006-05-09 Thread Reilly Hayes
Simon, Thanks for all your help. I've tried file individual messages when I'm pretty sure I've identified a problem with the distribution itself. However, I thought it might be useful to post more on my experiences in creating this build. 1) REGISTERISED HC FILE CREATION (on Linux

Re: Problems building HEAD

2006-05-02 Thread Simon Marlow
Reilly Hayes wrote: 1) Issues with bookstrap.mk bootstrap.mk in head contains the following lines TOP_SAVED := $(TOP) TOP:=$(TOP)/ghc include $(TOP)/mk/version.mk include $(TOP)/mk/paths.mk # Reset TOP TOP:=$(TOP_SAVED) Yes, none of that is required any more. Thanks. 2) Building the

Problems building HEAD

2006-04-30 Thread Reilly Hayes
I'm trying to build head (latest try with ghc-6.5.20060429) for my macbook pro (Mac OS X intel) using hc files built on a x86 linux (Ubuntu Breezy Badger).  I have the following issues:1) Issues with bookstrap.mkbootstrap.mk in head contains the following lines TOP_SAVED := $(TOP) TOP:=$(TOP)/ghc