[Haskell] hugs-package under Cygwin

Sven Panne Sven.Panne at aedion.de
Fri Jan 30 16:02:59 EST 2004


Graham Klyne wrote:
> [...] /cygdrive/j/exchange/GK/hugs98-20040109 contains the Hugs 
> source kit, and /cygdrive/c/DEV/Hugs98 is my Hugs install directory.
> 
> [[
> graham at RINCEWIND /cygdrive/j/exchange/GK/hugs98-20040109/src/unix
> $ ./hugs-package.in /cygdrive/c/DEV/Haskell/lib/HaXml-1.10/src 
> /cygdrive/c/DEV/Hugs98/libraries/
> @FindCmd@: not found
> @SortCmd@: not found
> mv: C:/dev/cygwin/tmp/cvs.1420.2: No such file or directory
> ./hugs-package.in: cannot open C:/dev/cygwin/tmp/cvs.1420.1: no such file

foo.in files are files mangled by configure to foo, substituting things for
the platform in question, i.e. you never execute them directly. Your
/cygdrive/c/DEV/Hugs98 directory tree should contain a suitable hugs-package.

Cheers,
    S.



More information about the Haskell mailing list