Segmentation fault in program

2001-02-08 Thread T.J. Brown
Hi, I'm trying to write a program (in C) that calls a function that is implemented in Haskell. The inputs to the function is: a pointer to a buffer of unsigned longs, the length of the input buffer, and a pointer to a buffer of unsigned chars. The function is to convert the buffer of unsigned

Compilation issue

2001-01-25 Thread T.J. Brown
Hi, I'm trying to install the GHC compiler on an Intel system running Windows ME. I have installed the cygwin toolkit and it seems to be working properly. I have also installed version 4.08.1 of GHC. The problem is that when I try to compile a "Hello, World!" program, I get the following