problems installing HDirect com package

"Andre W B Furtado" <[email protected]> Wed, 15 Oct 2003 08:45:45 -0300
Newsgroups gmane.comp.lang.haskell.cvs.hdirect
Message-ID <000f01c39311$e0945350$0701a8c0@TESTE>
I m trying to install the hdirect com package (cd hdirect/comlib && make
install-pkg) but I got the following error:

$ make install-pkg
Reading package info from stdin... done.
Expanding embedded variables...done.
cannot find `libHScom.a' on library path
Unable to install 'com' package; try running ghc-pkg utility manually, i.e.,
"ghc-pkg -u < com.pkg"

$ ghc-pkg -u < com.pkg
Reading package info from stdin... done.
Expanding embedded variables...Unable to expand variable "hd_libdir"

Am I missing something? Is my PATH wrong?

(I'm using cygwin and Windows XP)

Thanks,
-- Andre