
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

On Sun, Mar 21, 2004 at 06:12:28PM +0100, Ralf Laemmel wrote:
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')
Silly bug in the Makefile -- please try again.
participants (2)
-
Ralf Laemmel
-
Ross Paterson