Haddock installing problems

Simon Marlow simonmar@microsoft.com
Wed, 15 May 2002 09:48:31 +0100


[ moved to glasgow-haskell-users@haskell.org, which is slightly more
appropriate than haskell ]

> Looking the output produced by ./configure, I noticed that:
>=20
> checking for ghc... /PROGS/GHC5023/BIN/ghc
> checking version of ghc... /PROGS/GHC5023/BIN/ghc: not found
>=20
> I wonder why haddock thinks my ghc dir is=20
> "/PROGS/GHC5023/BIN/ghc" when it
> should be "/progs/ghc5023/bin/ghc". Perhaps that's why it=20
> can't find perl:
> ghc itself was not found.

Pathnames aren't case-sensitive on Win32 are they?  So why should that
make a difference?

What is your cygwin mount setup?  What is mounted on /?

Cheers,
	Simon