This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

stand alone console app



I would like to build a simple stand alone console program which will run
with out the cygnus dll.  How do I do it?  If I compile and link with "gcc
-g -o prog.exe prog.c" and try to run on a different computer I get an error
that says I need cygwin1.dll.
Thanks
Brad Haack