Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


From what I read on the wiki, building LibreOffice on Windows requires
Cygwin anyway;

Yes, but only as the environment in which a Unix shell and make (and
other build-time tools like Perl) run.  The produced code and
executables have no relation to Cygwin at all.

and AFAIK, cygwin creates real Windows PE/COFF
executables and libraries, no?

Sure. That is they are at the outermost level. But completely
irrelevant. Executables built with the Cygwin gcc, for Cygwin, require
the Cygwin DLL and run inside the Cygwin Unix emulation (starting it
if not already running). Code built for Cygwin thinks it is running on
a kind of Unix, and uses Unix APIs.

(Sure, one can build horrible mutant programs that use both Cygwin and
Win32 APIs, but that is usually a bad idea, and fairly pointless and
confusing.)

As this is C code and not C++ code
(where the ABI is compiler-dependent...), does it matter?

Why can't you just trust that I know what I am talking about?

--tml

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.