Hi!
The Readline.hi file is missing in the i386-linux-glibc binary distribution
of ghc-4.02pl0.
I took the source distrib., configure'ed it, linked ghc-4.02 of the binary
distribution to fptools/ghc/drivers/ghc (unfortunately I was not able to
fully compile ghc-4.02, it swapped to death, but that's a memory issue...
:-().
Then I cd'ed to fptools/ghc/lib and executed make.
This is what happened:
####
[...]
------------------------------------------------------------------------
==fptools== make way=p all;
PWD = /mnt/sda5/src/fptools/ghc/lib/std
------------------------------------------------------------------------
rm -f Array.p_o ; if [ ! -d Array ]; then mkdir Array; else find Array -name
'*.p_o' -print | xargs rm -f __rm_food ; fi ;
../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O
-split-objs -odir Array -hisuf p_hi -prof -GPrelude -c Array.lhs -o
Array.p_o -osuf p_o
Array.lhs:41: Could not find valid interface file Ix'
Array.lhs:42: Could not find valid interface file PrelList'
Array.lhs:43: Could not find valid interface file PrelArr'
Array.lhs:44: Could not find valid interface file PrelBase'
Compilation had errors
make[1]: *** [Array.p_o] Error 1
make: *** [all] Error 1
####
Ix.hi *does* exist!
Any hints?
Michael