Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GHC cross-compiling sources on Linux host for Windows

Are there any tools/hints/tricks which will enable me to compile application for Windows on Linux host?

I've checked CrossCompilation page on wiki but did not get is it ready to use yet.

like image 705
jdevelop Avatar asked Oct 07 '22 06:10

jdevelop


1 Answers

No, GHC does not support cross-compilation yet. The best you can do is install GHC in a VM or Wine.

like image 155
Daniel Wagner Avatar answered Oct 13 '22 10:10

Daniel Wagner