build hugs98 from CVS

Ralf Laemmel Ralf.Laemmel at cwi.nl
Sun Mar 21 18:12:28 EST 2004


Hi,

I followed http://cvs.haskell.org/Hugs/pages/downloading.htm
for building from CVS.

1. cvs -d cvs.haskell.org:/home/cvs/root checkout hugs98
2. cd hugs98
3. gmake

My system is a RedHat 9, Kernel 2.4.20-30.9
with gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

gmake dies as shown below.
(Can't find libraries in directory 'fptools')
Last few lines of Makefile log included.

Any ideas?
Could the build sequence maybe be detailed?
I didn't see any side conditions required for the build.

Thanks,
Ralf

mkdir -p ../hugsdir/libraries/Hugs
/bin/cp ../libraries/Hugs/*.* ../hugsdir/libraries/Hugs
cd ..; src/unix/convert_libraries fptools hugsdir
Can't find libraries in directory 'fptools'
gmake[1]: *** [../hugsdir/libraries/Prelude.hs] Error 1
gmake[1]: Leaving directory `/home/ralf/cvs/software/hugs98/src'
gmake: *** [all] Error 2




More information about the Cvs-hugs mailing list