From: drs@inxpress.net (drs)
Subject: GUI apps--[was Re: problem with removing console windows]
25 Feb 1997 15:06:58 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3313555A.66C7.cygnus.gnu-win32@inxpress.net>
References: <330980FF.3A6A@cre.canon.co.uk> <330A7961.55A0@inxpress.net> <330C1BDF.751D@cre.canon.co.uk> <330C8748.729F@inxpress.net> <330C8E7B.3556@cre.canon.co.uk> <330CB1FA.59A4@inxpress.net> <330D8C03.6E3@cre.canon.co.uk>
Reply-To: drs@inxpress.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Win95; I)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

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".
