On 2009-02-27 21:54+0100 Werner Smekal wrote: > Hi Thomas, >> By any chance is a cross compile from linux to win32 or win64 supported? >> Just for C that is. I'm all thumbs with cmake. If this has not been done >> before, I'll be glad to test it, if someone can give me some clue how to >> start. For instance I have a home built cross mingw tool chain at >> /opt/crosscompilers/win32/bin/i686-mingw32-X (where is X is gcc, ar, >> ranlib, etc) with a pkg-config file directory for the win32 cairo and such >> at /opt/crosscompilers/win32/mingw/lib/pkgconfig. I also have a similar >> working win64 tool chain. (this is rapidly becoming my exclusive approach >> to windows development btw) >> > There are some discussions about cross compiling in the cmake mailing list > (archive: http://www.mail-archive.com/[email protected]/). AFAIR, cmake doesn't > support it by default, but it is possible.
Hi Thomas: I also haven't tried cross-compiling, but I understand it is a well-supported part of CMake-2.6.x (but not 2.4.x), see http://www.cmake.org/Wiki/CMake_Cross_Compiling. If following those directions gets a cross-compiled PLplot working for you, please contribute the details so we can put them in the PLplot documentation. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
