On 7 June 2010 20:44, Chris Dornan <ch...@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. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe