<div>Just as information it seems that CMake also allows to perform cross-compiling<br></div><div><br></div><div><a href="http://www.vtk.org/Wiki/CMake_Cross_Compiling">http://www.vtk.org/Wiki/CMake_Cross_Compiling</a></div>
<br><div class="gmail_quote">2011/10/26 Nicolas Limare <span dir="ltr"><<a href="mailto:nicolas.limare@cmla.ens-cachan.fr">nicolas.limare@cmla.ens-cachan.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I recently spent some time exploring cross-compilation: compile for<br>
Windows from Linux. The goals were:<br>
- check the compatibility of the code with a Windows environment, by<br>
  testing the compilation and execution<br>
- see if it can help for the distribution of programs to Windows users<br>
- learn cross-compilation<br>
<br>
It works. Using mingw and wine (both available in Debian/Ubuntu), you<br>
can compile for Windows and link to DLLs (Win32 version of the shared<br>
libraries) and execute the program in a Windows environment. I could<br>
do it with the retinex_pde and simplest_color_balance codes, with<br>
libpng and libfftw3.<br>
<br>
So if you are trying to do similar things, ask me before for hints to<br>
save time. And if you already did similar things, you probably know<br>
more than me :)<br>
<font color="#888888"><br>
--<br>
Nicolas LIMARE - CMLA - ENS Cachan    <a href="http://www.cmla.ens-cachan.fr/~limare/" target="_blank">http://www.cmla.ens-cachan.fr/~limare/</a><br>
IPOL - image processing on line                          <a href="http://www.ipol.im/" target="_blank">http://www.ipol.im/</a><br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
<br>
iEYEARECAAYFAk6oMIMACgkQvviFAPpCP09bVACeLiwJ1XjKcboSW6T3YKfVzsnK<br>
p4YAnjrOTFnj24H8adH+EJtx6HEgUOCh<br>
=9tMo<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
discuss mailing list<br>
<a href="mailto:discuss@list.ipol.im">discuss@list.ipol.im</a><br>
<a href="http://tools.ipol.im/mailman/listinfo/discuss" target="_blank">http://tools.ipol.im/mailman/listinfo/discuss</a><br></blockquote></div><br>