Just that. I would like some information (links, reference, examples...) to guide me to do that.
I don't even know if it's possible.
My objective is to compile a program in Linux and get a .exe file that I can run under windows.
|
Just that. I would like some information (links, reference, examples...) to guide me to do that. I don't even know if it's possible. My objective is to compile a program in Linux and get a .exe file that I can run under windows. |
|||
|
|
|
The basics are not too difficult:
Replace Once you get your head around that, you could use autotools, and set
Or use CMake and a toolchain file to manage the build. More difficult still is adding native cross libraries. Usually they are stored in |
|||||||||||
|
|
It depends on what you mean (I couldn't really say).
Best regards! |
|||
|
|
|
I suggest you give the following, GUB (Grand Unified Builder) a try as it cross-compiles several packages with their dependencies and assembles them into a single installation package for currently 11 architectures. You can download a prebuilt iso for installation in a VM from here and follow the source here. It can currently be used to cross-compile GNU LilyPond/ GNU Denemo / Inkscape and OpenOffice.org. The target architectures are:
|
|||
|
|
|
The Cygwin project does exactly this. |
|||