Well I got ghc-4.03-43.i386.rpm and installed it, but it doesn't work...
First it was missing libgmp.a (ld can't find -lgmp). Easy enough, I
copied out of the 4.02 source tree I have. However, I still can't compile
anything:
$ cat hello.hs
main = putStr "Hello World!\n"
$ ghc hello.hs
ghc: module version changed to 1; reason: no old .hi file
/usr/lib/ghc/libHSrts.a(Schedule.o): In function `raiseAsync':
Schedule.o(.text+0x96b): undefined reference to `data_start'
/usr/lib/ghc/libHSrts.a(GC.o): In function `isAlive':
GC.o(.text+0xcd0): undefined reference to `data_start'
/usr/lib/ghc/libHSrts.a(GC.o): In function `scavenge_stack':
GC.o(.text+0x2a51): undefined reference to `data_start'
Can anyone help me here? It looks as though the binary package is missing
some rather important symbol...
------------------ Peter Amstutz --------------------
-------------- [EMAIL PROTECTED] -------------
------- http://www-unix.oit.umass.edu/~tetron -------
-----------------------------------------------------