30 Jan
2004
30 Jan
'04
3:02 p.m.
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@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.