
| > I can't help you gain access to windows but Hugs is many, many times | > easier to install than GHC - you don't need mingw, cygwin or anything | > like that. (Truth in advertising: to use the ffi (e.g., to interface | > to libcurl), you do need a C compiler :-() | | Hmmmm. I hadn't thought of using hugs! I do need ffi (for libcurl), but I | already have the mingw c/c++ cross-compiler installed (I use it to compile | the windows version of my bridge game), so I may be able to port to windows | with less trouble that I had thought, by running hugs under wine... Lies, all lies :-) To install GHC you double click on the installer. That's all. No cygwin, no mingw, nothing. To *build* GHC from source you need these things, but to install and run it you need none of them. If this isn't the case I'd like to know about it. Simon

"Simon Peyton-Jones"
Lies, all lies :-) To install GHC you double click on the installer. That's all. No cygwin, no mingw, nothing.
I think the point is that the original poster does not have Windows, therefore double clicking on the installer will not help. :-) He has a Linux machine, and is trying to cross-compile for a Windows target machine. Thus, he needs to persuade his (Linux) GHC to use the mingw GCC cross-compiler as a back-end, the goal being to end up effectively with his GHC as a cross-compiler. A great (if brave) idea, I think you'll agree. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Simon Peyton-Jones