As suggested by the README, I did
./configure --exec-prefix=/home/sml/bin/ia32-linux --enable-hc-boot
make boot
make
and then I get the following error:
------------------------------------------------------------------------
===fptools== Finished making `all' in cbits ...
PWD = /n/bopp/shome/sml/Systems/Haskell/GHC/fptools/ghc/lib/std
------------------------------------------------------------------------
make[3]: *** No rule to make target `Array.o', needed by `libHSstd.a'. Stop.
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
My machine is running Redhat Linux 6.2 (x86).
- John