RE: Hello World program core dumps with GHC 4.08.1 on HPUX 10.2 0

2001-02-23 Thread Simon Marlow
After much messing about with the gcc and gas sources to help track down my problems with GHC on HP-UX, I think I've figured why I can't built it from scratch. I think GCC/GAS must have changed a bit since GHC was ported, and consequently the evil mangler is being a little too malicious

[GHC-Bugs] Happy 1.9's behaviour for terminals differs from docs and 1.8 ?

2001-02-23 Thread Michael Zinn
The handling of terminals in happy 1.9 seems to have been broken to some extent; terminals which DON'T have an explict $$ in them, ie, tokens defined like: %token INT { TokenInt _ } as opposed to %token INT { TokenInt $$ } do not get a sibstitution for a happy_var_position

RE: [GHC-Bugs] Happy 1.9's behaviour for terminals differs from docs and 1.8 ?

2001-02-23 Thread Simon Marlow
The handling of terminals in happy 1.9 seems to have been broken to some extent; terminals which DON'T have an explict $$ in them, ie, tokens defined like: %token INT { TokenInt _ } as opposed to %token INT { TokenInt $$ } do not get a sibstitution for a

Re: HDirect Installation Problems

2001-02-23 Thread Reuben Thomas
[Redirected from Haskell list to ghc-bugs] gcc -I. -mno-cygwin -I.-c PointerSrc.c -o PointerSrc.o Looks like you've managed to configure for mingwin. Are you by any chance not running this compile under mingwin? Check your HDirect Makefile. -- http://sc3d.org/rrt/ | competent, a.

FW: Segmentation fault in program

2001-02-23 Thread Reuben Thomas
Sorry to take so long to get around to this, but I finally have. I used Simon's modified version of your code (passing __init_ConvertProxy rather than __init_Convert as the third argument to startupHaskell), and it works fine, on large files with large and small buffers. Did you have particular

Re: HDirect Installation Problems

2001-02-23 Thread Steinitz, Dominic J
I've put: TARGETPLATFORM=i386-unknown-linux and all is well. The install instructions don't mention you have to change this and it wasn't clear (to me at least) from the comments in config.mk that this needed to be changed. Thanks, Dominic. [EMAIL PROTECTED] on 23/02/2001 15:47:00 To: