Re: heap and other problems self-compiling 4.02

1999-05-20 Thread George Russell
Giuliano wrote: On Wed, May 19, 1999 at 10:16:54AM +0200, Thomas Pasch wrote: I tried to compile 4.02 from sources on a ix86-linux-glibc2.1 machine and found that this is simply impossible. But when it cames to compile ParselFace.hs in ghc/compiler/rename the Heap was exhausted. One

RE: heap and other problems self-compiling 4.02

1999-05-20 Thread Simon Marlow
My build.mk file contains the lines: # Magic for the obscene amount of memory we need to compile the parser. rename/ParseIface_HC_OPTS += -H80m -optCrts-M90m which seems to do the trick, on sparc-solaris anyway. Perhaps they should be added to the GHC distribution? Well, the

Re: gcc 2.8.1 / egcs on Sparc

1999-05-20 Thread Michael Weber
On Wed, May 19, 1999 at 08:21:27 -0700, Simon Marlow wrote: [MYSELF wrote]: Nevertheless, ghc/driver/ghc BUS ERRORs... :-( Configuration: Solaris 2.7 gcc 2.8.1 ghc 4.01 pl 0 (binary version) ghc-4.02-src.tar.gz BTW: I also made this uahalf/uaword-change change in the