Has anyone had any luck building a windows version of GHC under cygwin?  I followed the instruction on the building guide to build it under MinGW/msys, which works, but when I try to build it under cygwin instead of msys I get this:<br>
<br>cabal-bin.exe: Cannot find the program &#39;ghc&#39; at<br>&#39;/cygdrive/c/dev/haskell/ghc/ghc-6.10.1/bin/ghc&#39; or on the path<br>make[1]: *** [bootstrapping.conf] Error 1<br>make[1]: Leaving directory `/cygdrive/c/dev/haskell/ghc/ghc-6.10.1-src/libraries&#39;<br>
make: *** [stage1] Error 2<br><br>Fairly early in the build process.  Looking in that folder, there is a ghc.exe there, but not a ghc.  I&#39;m not too familiar with cygwin so I feel like this is something fairly obvious, but I didn&#39;t see it covered on the wiki anywhere.  A google search indicated that I might have to override the host mode in the configure state but didn&#39;t elaborate, and also I&#39;m not sure how to do that.  I also want to make sure that I get a *windows* version of GHC out of the build, as the post I found suggested that might not be the case.  <br>