ghc-inplace exiting with "error 1" foolishness

Simon Peyton-Jones simonpj@microsoft.com
Tue, 24 Sep 2002 08:48:46 +0100


| I tried again on a clean machine, this time remembering to replace
| Cygwin's sh.exe with bash.exe, and mounting C:\mingw as /mingw and
| C:\mingw\include as /mingw/mingw32/include.

You should not need the latter two step, if you use the --with-gcc
option
to configure, as the building guide advises.

Simon