Re: Re2: GHC-4.03 heap managemen bug?

1999-03-26 Thread Sven Panne
[ Just a "me too" from Munich :-] "Michael V. Nikolaev" wrote: > [...] PrelArr.lhs compilation permanently completes with error: > > ../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O >-split-objs -odir PrelArr -H8m -c PrelArr.lhs -o PrelArr.o -osuf o > hsc: fatal err

Re: GHC-4.03 heap managemen bug?

1999-03-26 Thread Michael V. Nikolaev
Thank you, ParseIfase compiled successfully, but: ==fptools== make all --unix --no-print-directory -r; in /f/cygnus/cygwin-b20/home/mvn/fpbuild/ghc/lib/std

Re2: GHC-4.03 heap managemen bug?

1999-03-26 Thread Michael V. Nikolaev
-Original Message- From: Michael V. Nikolaev <[EMAIL PROTECTED]> To: Sigbjorn Finne (Intl Vendor) <[EMAIL PROTECTED]> Cc: GHC bugs mail-list <[EMAIL PROTECTED]> Date: 26 ??? 1999 ?. 17:18 Subject: Re: GHC-4.03 heap managemen bug? Repeated "make all" solves STATUS_ACCESS_VIOLATION in

RE:

1999-03-26 Thread Mark Jones
| isDigit, readDec, and isAscii are defined in module Char, | not in the Prelude, at least in Haskell 98 | | http://haskell.systemsz.cs.yale.edu/definition/ | | Maybe the version of Hugs you are using is pre-Haskel98. | Anyway, just say 'import Char' I'm afraid that this is a problem with

FW: makefile errors for ghc 2.10 for irix-6.5

1999-03-26 Thread Sigbjorn Finne (Intl Vendor)
First attempt at posting this was unsuccessful, it seems.. --sigbjorn -Original Message- From: Sigbjorn Finne (Intl Vendor) Sent: Friday, March 26, 1999 08:56 To: 'Michelle Lujan' Cc: '[EMAIL PROTECTED]' Subject: RE: makefile errors for ghc 2.10 for irix-6.5 Hi, it looks as if you'r

RE: GHC-4.03 heap managemen bug?

1999-03-26 Thread Sigbjorn Finne (Intl Vendor)
The compiler has got a space leak (and it's compiling Happy generated sources - a bad combination); compile ParseIface with -dcore-lint to fight it (for now). hth, --sigbjorn Michael V. Nikolaev <[EMAIL PROTECTED]> writes: > > Hi All, > > I were trying to build GHC-4.03 from the CVS repo (ye

makefile errors for ghc 2.10 for irix-6.5

1999-03-26 Thread Michelle Lujan
Hi, I am trying to install GHC on a SGI running IRIX-6.5. I am getting errors on my makefile even though I have applied the patch as recommended on the web page. These are the errors messages that I am getting when I try to run the makefile created by the configure script: make: file `Makefil