Re: More questions on installing 2.05

1997-08-06 Thread Ian Collier
Me again... :-( After my success at compiling ghc-2.05 on SunOS 4, I am now attempting it on sparc-sun-solaris2.5.1 and i386-unknown-solaris2.5 and both of them have stopped with this: ghc-0.29 -cpp -fhaskell-1.3 -fglasgow-exts -DCOMPILING_GHC -Rghc-timing -I. -I codeGen -InativeGen -Iparser

Re: More questions on installing 2.05

1997-08-06 Thread Ian Collier
On Tue, 05 Aug 1997 00:50:05 +0100 (BST), Sigbjorn Finne said: Question 3: How do I even make the docs? You'll have to give the doc target, e.g., 'make dvi', in the directory containing the .lit files. OK, I've got somewhere with this (is it mentioned anywhere in the installation

Re: More questions on installing 2.05

1997-08-05 Thread Sigbjorn Finne
Ian Collier writes: .. I had to add GhcHcOpts=-H12m to my build file to get it to stop complaining (12m was a guess, but the default of 6m was definitely too small). I would have thought this would have been added as necessary by the developers to avoid me having to increase the size

Re: More questions

1993-05-18 Thread kh
More questions along the same lines as for n+k: Does == in the pattern match translation refer to == in PreludeCore? Does negate in the translation of -e refer to negate in PreludeCore? All identifiers used in explicit translations refer to those from the Prelude. Kevin