This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to generate a standalone windows executable from gcc on cygwin?
- From: none <lewisstiller at yahoo dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 5 Mar 2003 21:13:04 -0800 (PST)
- Subject: How to generate a standalone windows executable from gcc on cygwin?
I am using gcc 3.2 20020927 on Cygwin on Win2K
(actually g++). The code uses only standard file I/O
in stdio.h and some other C standard libraries. How do
I generate a standalone executable that would run on
someone else's Win XP system who does not have cygwin
installed himself?