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 Jun 29 08:40:50 1999
@@ -64,7 +64,7 @@
 SRC_HC_OPTS += -I$$PVM_ROOT/include
 endif
 
-C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) # $(SRCS_RTS_S)???
+C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) $(SRCS_RTS_S)
 
 SRC_MKDEPENDC_OPTS += -I. -I../includes



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:
   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, but I
 have no way of accessing that right now!
 



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, but I
have no way of accessing that right now!



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/MakefileTue Jun 29 08:40:50 1999
 @@ -64,7 +64,7 @@
  SRC_HC_OPTS += -I$$PVM_ROOT/include
  endif
  
 -C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) # $(SRCS_RTS_S)???
 +C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) $(SRCS_RTS_S)
  
  SRC_MKDEPENDC_OPTS += -I. -I../includes

Patch applied, Thanks.

Simon



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 with -DDEBUG, which
I always do.

Simon

 -Original Message-
 From: Sven Panne 
 Sent: Tuesday, June 29, 1999 4:20 PM
 To: Simon Peyton-Jones
 Subject: GHC warnings
 
 
 With a debugging version of ghc I get lots of warnings of the 
 following
 form:
 
WARNING: file simplCore/Simplify.lhs line 634
[l{-a3pm-} = PrelBase.Izh{-67,s-} {lzh{-a3pB-}}]
 
 Another kind of warning which pops up even with a "normal" 
 ghc is this:
 
r.u.n PrelIOBase.IO{-rpF,j-}
 
 I guess this is your territory, so my question is: Are they something
 to worry about? If not, should the corresponding lines in the ghc
 sources be removed? I'm in the middle of some ugly bug hunting in my
 code, so I just want to be sure about ghc...
 
 Cheers,
Sven
 -- 
 Sven PanneTel.: 
 +49/89/2178-2235
 LMU, Institut fuer Informatik FAX : 
 +49/89/2178-2211
 LFE Programmier- und Modellierungssprachen  
 Oettingenstr. 67
 mailto:[EMAIL PROTECTED]
 D-80538 Muenchen
 http://www.informatik.uni-muenchen.de/~Sven.Panne
 



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 me? Am *I* doing
something silly or ghc?  :-)

Cheers,
   Sven
-- 
Sven PanneTel.: +49/89/2178-2235
LMU, Institut fuer Informatik FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen  Oettingenstr. 67
mailto:[EMAIL PROTECTED]D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne