LWN.net Logo

Cygwin

Cygwin

Posted Nov 19, 2008 21:46 UTC (Wed) by zooko (subscriber, #2589)
In reply to: Cygwin by fuhchee
Parent article: MinGW and why Linux users should care

Also a little-understood fact is that the cygwin toolset can be used to build Win32 executables which do *not* require the cygwin1.dll (and therefore are free of GPL requirements, as well as of any performance problems of going through an emulation layer). This is generally accomplished by adding the magic flag "-mno-cygwin" to gcc.

Personally, I've never yet had a need to learn how to install and use the mingw toolset, since the cygwin toolset that I happened to learn first already does everything I need, including producing GPL-free, Win32 executables.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds