[Haskell-cafe] Cross compiling from Linux to windows?

Jeff Zaroyko jeffzaroyko at gmail.com
Sun Dec 28 21:18:44 EST 2008


On Mon, Dec 29, 2008 at 10:31 AM, Erik de Castro Lopo
<mle+cl at mega-nerd.com> wrote:
> Hi all,
>
> I've googled for this but haven't really found an answer yet. Is
> it possible to build (or better yet download) a GHC compiler that
> runs on Linux and generates windows binaries?
>
> I already use the MinGW C compiler to generate windows binaries
> from C code and I run my test suite under WINE. This has been
> working very well for me for some time and now I'd like to do
> the same for Haskell code.
>
> Cheers,
> Erik

Hi Erik

See http://haskell.org/haskellwiki/GHC_under_Wine

-Jeff


More information about the Haskell-Cafe mailing list