This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GUI apps--[was Re: problem with removing console windows]


The documentation states 

> How can I make a GUI app?
> =========================
> 
>    Make sure you link in the right libraries.  Finally, to prevent the
> console window from showing up, add "-ssubsystem windows" to the GCC or
> LD commandline.

But this doesn't seem to work. What are we doing wrong?

bash$ gcc -o win.exe win.o -ssubsystem windows -mwindows
gcc: windows: No such file or directory
gcc: unrecognized option `-ssubsystem'

--DRS
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]