> 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).

You probably didn't install the HC files too - there's a pointer from the
download page.

BTW, it's much simpler (and quicker) to install one of the binary
distributions/packages rather than bootstrapping up from .hc files.  If you
really want to go this way, though, there's a script called hc-build in
fptools/distrib that should be of some help.

Cheers,
        Simon

Reply via email to