On a sparc, Solaris 2.5.1, during make boot, I encounter the following
minor glitch:
------------------------------------------------------------------------
==fptools== gmake boot --no-print-directory -r;
in /amd/church/projects/pacsoft/E/haskell/ghc-3.01/ghc/driver
------------------------------------------------------------------------
../utils/unlit/unlit ghc-asm.lprl ghc-asm.prl
../utils/unlit/unlit ghc-iface.lprl ghc-iface.prl
../utils/unlit/unlit ghc-consist.lprl ghc-consist.prl
../utils/unlit/unlit ghc-split.lprl ghc-split.prl
../utils/unlit/unlit ghc.lprl ghc.prl
rm -f ghc-3.01
Creating ghc-3.01...
echo "#! "/usr/local/bin/perl > ghc-3.01
Done.
ln -s ghc-3.01 ghc
ln: cannot create ghc: File exists
gmake[2]: *** [ghc] Error 2
gmake[1]: *** [boot] Error 2
gmake: *** [boot] Error 2