The usage of runghc ?

I tried to install haskell-fastcgi ( http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/ ).
runghc Setup.hs configure --prefix=$HOME/extra runghc -I$HOME/extra/include Setup.hs build Preprocessing library fastcgi-2006.10.9...
FastCGI.hsc:50:21: error: fcgiapp.h: No such file or directory compiling Network/FastCGI_hsc_make.c failed command was: ghc -c Network/FastCGI_hsc_make.c -o Network/FastCGI_hsc_make.o Setup.hs: got error code while preprocessing: Network.FastCGI
runghc --help runghc: syntax: runghc [-f GHCPATH] [GHC-ARGS] FILE ARG...
?

On 2/4/07, keepbal
I tried to install haskell-fastcgi ( http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/ ).
runghc Setup.hs configure --prefix=$HOME/extra runghc -I$HOME/extra/include Setup.hs build Preprocessing library fastcgi-2006.10.9...
FastCGI.hsc:50:21: error: fcgiapp.h: No such file or directory compiling Network/FastCGI_hsc_make.c failed command was: ghc -c Network/FastCGI_hsc_make.c -o Network/FastCGI_hsc_make.o Setup.hs: got error code while preprocessing: Network.FastCGI
You probably haven't installed fastcgi yet. See http://www.fastcgi.com/ -- Cheers, Lemmih
participants (2)
-
keepbal
-
Lemmih