Hi. I have just downloaded and installed (in-place)
ghc-4.01. I tried testing it by compiling the sample program
main = putStr "Hello, world!\n"
with
ghc -o hello Main.hs
This compiles without complaint (only an observation that
"ghc: module version changed to 1; reason: no old .hi
file"), but then running the program gives
[jgibbons@pounamu ghc]$ ./hello
hello: fatal error: GetMBlock: misaligned block returned
I'm using linux:
Linux pounamu.brookes.ac.uk 1.2.13 #1 Sun Feb 11 00:43:09 EST 1996 i586
and gcc-2.7.2. I would send you the output from ghc -v, but
when I tried that it hung my machine and I had to reboot. (I
only have 16M, and Netscape was running, but still...)
Am I doing something obviously wrong?
Jeremy
--
Jeremy Gibbons <[EMAIL PROTECTED]>
School of Computing and Mathematical Sciences, tel +44 1865 483660
Oxford Brookes University, Headington Campus, fax +44 1865 483666
Oxford OX3 0BP, UK. http://www.brookes.ac.uk/~p0071749/home.html