
In the past I have succesfully compiled with Windows build of GHC simply by
using Wine. It might work for you as well. It worked surprisingly well and
without a single problem at the time. I was using GHC 6.8.2 back then.
--
Krzysztof
On Tue, Jun 10, 2014 at 10:59 AM, Rob Stewart
Hi,
I compile my code with GHC on Linux, and don't have ready access to a Windows or a Mac operating system. Is it possible to use the GHC LLVM backend as a means to cross compile Haskell code to target multiple operating systems? I had envisaged it possible to generate the LLVM IR using GHCs -keep-llvm-files flag, and using LLVMs target triple flag to specify the CPU architecture and operating system of the users machine. I'd like to compile on Linux, to target WIndows and Mac machines.
Strangely I cannot find blog posts or tutorials online for cross-compiling Haskell with GHC via LLVM.
Is it possible? Thanks,
-- Rob _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe