Re: Problems building hmake
Malcolm Wallace <[email protected]> Thu, 2 Jan 2003 14:13:50 +0000
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Bryn Keller <[email protected]> writes: > I'm trying to build hmake, so I can build HaXml. I'm running a Windows > 2000 system with the latest Cygwin (as of this morning) and GHC-5.04.2. > I'm having some trouble with the cygwin path that's passed to GHC during > the build process: > So I did this: > > mount c:\\temp /temp > cd /temp > make clean > ./configure > > and edited the path (BUILDDIR) in config.cache to reflect this new > situation. However, the path that it's passing to GHC is still the old > /cygdrive path. How should I correct this? I suggest that, you completely remove the existing build tree, then having mounted c:\\temp as /temp, unpack the hmake tarfile again to get a fresh copy of the build tree, and then run ./configure from the beginning. Regards, Malcolm