RE: heap exhausted error

2004-05-04 Thread Simon Peyton-Jones
Title: Message Yes, maybe user-caused heap overflow should get a different error message. Its certainly not GHCs fault! Simon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of herington, dean Sent: 03 May 2004 16:08 To: '[EMAIL PROTECTED]' Subject: heap

ghci and unboxed ints

2004-05-04 Thread Josef Svenningsson
Hi, I just played randomly with ghci for a while and encountered the following rather odd behaviour: Prelude :m GHC.Base Prelude GHC.Base let a = 1# +# 2# Prelude GHC.Base show (I# a) 18345984 The number shown is the one I got when running on Solaris. I get a different one when running on

Re: ghci and unboxed ints

2004-05-04 Thread Donald Bruce Stewart
josefs: Hi, I just played randomly with ghci for a while and encountered the following rather odd behaviour: Prelude :m GHC.Base Prelude GHC.Base let a = 1# +# 2# Prelude GHC.Base show (I# a) 18345984 The number shown is the one I got when running on Solaris. I get a different one

Re: ghci and unboxed ints

2004-05-04 Thread Donald Bruce Stewart
dons: josefs: Hi, I just played randomly with ghci for a while and encountered the following rather odd behaviour: Prelude :m GHC.Base Prelude GHC.Base let a = 1# +# 2# Prelude GHC.Base show (I# a) 18345984 The number shown is the one I got when running on Solaris. I get

Re: heap exhausted error

2004-05-04 Thread Sigbjorn Finne
MessageThanks, tidied up a while back - 6.2.1 includes the fix. --sigbjorn - Original Message - From: herington, dean To: '[EMAIL PROTECTED]' Sent: Monday, May 03, 2004 08:07 Subject: heap exhausted error ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC

RE: problems building the GHC as a package

2004-05-04 Thread Mauro La Salete Costa Lima de Araujo
On Fri, 30 Apr 2004, Simon Marlow wrote: On 28 April 2004 15:53, Mauro La Salete Costa Lima de Araujo wrote: You don't need to build the RTS when building GHC as a package. If you want to do this, you have to remove BuildPackageGHC=YES from build.mk, build the compiler, RTS and