Hallo!
I am still trying to build the ghc-4.08 from the standard ghc-4.08-src.tar.gz.
After installing autoconf I could make it a bit farer but then make (ghc)
complaind that there was not enough space to build.
So I added -H96M to GhcHcOpts in the ..../fptools/mk/build.mk.
But now it dies later when:
touch System.o ;
rm -f libHSstd.a
TMPDIR=/tmp; export TMPDIR; ( echo ; /WINNT/system32/find Array CPUTime Char
Co
mplex Directory IO Ix List Locale Maybe Monad Numeric PrelAddr PrelArr
PrelArrEx
tra PrelBase PrelByteArr PrelConc PrelDynamic PrelEnum PrelErr PrelException
Pre
lFloat PrelForeign PrelHandle PrelHugs PrelIO PrelIOBase PrelList PrelMain
PrelM
aybe PrelNum PrelPack PrelRead PrelReal PrelST PrelShow PrelStable PrelTup
PrelW
eak Prelude Random Ratio System Time -name *%*.o*% -print ) | xargs ar q
libHSstd.
a
ar: FIND:: No such file or directory
make[3]: *** [libGSstd.a] Error 127
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
And that is true there are no files in /tmp. But there are lots of them in
..../fptools/ghc/lib/std.
So what went wrong and how can I go further on?
Thanks for any help,
Andreas