[Haskell-cafe] HP/Cygwin and Curl
Stephen Tetley
stephen.tetley at gmail.com
Mon Jun 7 16:09:14 EDT 2010
On 7 June 2010 20:44, Chris Dornan <chris at chrisdornan.com> wrote:
> Also, what's with
>
> C:\Program Files\Haskell
> Platform\2010.1.0.0\lib\..\mingw\bin\windres: can't open temporary file
> `\/cca01252.irc': No such file or directory
>
Hi Chris
I don't know what's going on there, are you using the Windows CLI and
then working with GHC's mingw?
GHC (and thus the Haskell Platform) does ship with a minimal version
of MinGW - includes files, static libraries, gcc, linker etc. - as GHC
needs these pieces in its tool chain, and it means you can use GHC
with the regular Windows CLI. For 'real work' though, you want to be
using a full MSYS / MinGW installation and the MSYS Bash shell.
More information about the Haskell-Cafe
mailing list