ghc/rts/Makefile issue

1999-06-29 Thread Michael Weber
Hi! does it any harm to include the appended patch? Otherwise, StgRun.p_o and callfun.p_o won't get cleaned out... I did a successful build with this patch, so it doesn't seem to break things... Cheers, Michael --- ghc/rts/Makefile.orig Tue Jun 29 08:40:32 1999 +++ ghc/rts/MakefileTue

RE: Where is the GHC home page?

1999-06-29 Thread Simon Peyton-Jones
I've reported it -- I don't know when the server will return Later today I hope Sorry about this Simon -Original Message- From: George Russell Sent: Tuesday, June 29, 1999 2:36 PM To: [EMAIL PROTECTED] Subject: Where is the GHC home page? When I try to access:

Where is the GHC home page?

1999-06-29 Thread George Russell
When I try to access: http://research.microsoft.com/users/t-simonm/ghc/ the linke recommended at www.haskell.org for GHC, I am told that: Directory Listing Denied This Virtual Directory does not allow contents to be listed. Apologies if this message has already appeared on the bugs list,

RE: ghc/rts/Makefile issue

1999-06-29 Thread Simon Marlow
does it any harm to include the appended patch? Otherwise, StgRun.p_o and callfun.p_o won't get cleaned out... I did a successful build with this patch, so it doesn't seem to break things... Cheers, Michael --- ghc/rts/Makefile.orig Tue Jun 29 08:40:32 1999 +++ ghc/rts/Makefile

RE: GHC warnings

1999-06-29 Thread Simon Peyton-Jones
They are harmless, I'm 95% sure, but they represent ASSERTs that I thought should be true. Finding out why they aren't true hasn't got far enough up my priority list to get done, but I'm reluctant to remove them until I understand why they happen. They only show up if you compile the compiler

Re: GHC warnings

1999-06-29 Thread Sven Panne
Simon Peyton-Jones wrote: [...] They only show up if you compile the compiler with -DDEBUG, which I always do. The r.u.n warnings show up with the "normal" ghc, too, I'm 99% sure about this. And another one (only with -DDEBUG): What do the warnings "extendCSEnv: long list: ..." try to tell