GHC still unHappy

1999-01-03 Thread George Russell
Like a lamb to the slaughter, I boldly tried the suggestion of generating the GHC parsers with -a -g -c and got the following messages: /usr/local/pub-bkb/ghc/ghc-latest/bin/ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser

RE: 2.01: Missing interface declarations for selector functions?

1999-01-03 Thread Simon Peyton-Jones
That's certainly a bug -- but it isn't present in the current GHC release (4.04). I don't think we'll fix 2.01. Simon | -Original Message- | From: Magnus Carlsson [mailto:[EMAIL PROTECTED]] | Sent: 15 October 1996 17:55 | To: [EMAIL PROTECTED] | Subject: 2.01: Missing interface

RE: GHC still unHappy

1999-01-03 Thread Simon Marlow
Like a lamb to the slaughter, I boldly tried the suggestion of generating the GHC parsers with -a -g -c and got the following messages: /usr/local/pub-bkb/ghc/ghc-latest/bin/ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser

RE: H/Direct 0.16

1999-01-03 Thread Sigbjorne Finne (Intl Vendor)
ok, a version of ghc is crashing. In order to help, I need some more info, like: ghc version number, what file you're compiling etc. thanks, --sigbjorn -Original Message- From: Koen Claessen [mailto:[EMAIL PROTECTED]] Sent: Friday, November 05, 1999 13:12 To: [EMAIL PROTECTED] Cc:

Problems building 3.02 and 4.04 on x86 Solaris

1999-01-03 Thread Daniel Chalmers
Hi, I am trying to get Haskell working on a Solaris 2.7 / Intel machine. I would like to confess in advance that this is the first GHC installation I've tried, and apologise if this is known / trivial - I couldn't see solutions on the mailing list archives, READMEs, or from more experienced help

RE: H/Direct 0.16

1999-01-03 Thread Koen Claessen
Hi, (I was trying to make H/Direct work with Hugs). It was a lot of work to find it, but now I have removed the recursive dependency between AddrBits and HDirect. AddrBits only needed HDirect.Octet, which was the same as AddrBits.Octet, and HDirect.Ptr, which was the same as Pointer.Ptr. Now,

Re: H/Direct 0.16

1999-01-03 Thread Jeffrey R. Lewis
"Sigbjorne Finne (Intl Vendor)" wrote: Hi, if you compile the contents of lib/ with FOR_HUGS set to YES, you shouldn't run into either of these, e.g., sof$ make FOR_HUGS=YES AddrBits.hs ../src/ihc -fno-qualified-names --hugs -fno-imports\ -fint-is-int -c AddrBits.idl -o

GreenCard 2.0 bug

1999-01-03 Thread Koen Claessen
Hi, I have (maybe temporarily) given up on H/Direct. The system just seems way too heavyweight to use for the simple application I had in mind (let alone to install everything). Therefore, I tried GreenCard. The compiler works fine, but when I compile the c-code, it complains about

Re: Why can't GHC print out these strings?

1999-01-03 Thread Michael Weber
On Fri, Nov 05, 1999 at 15:59:29 +0100, George Russell wrote: Long.hs looks fairly simple to me. However when compiled with ghc -O2, I get a segmentation fault: ghc Long.hs -o long -O2 ./long Segmentation Fault works, regardless of '', '-O', '-O2'... ABC.hs is a little more

Patch for Haskell callback construction

1999-01-03 Thread Sven Panne
Using the highly recommendable debugging tools ddd and Knockando (13yrs %-}, I was finally able to track down the problems with the 'foreign export ccall dynamic' construct for constructing Haskell callbacks. The dynamically built adjustor thunks for the ccall calling convention contained two