From: paveltz@csoft.bg (Pavel Tzekov)
Subject: Re: -mwindows option
4 Jun 1998 17:29:16 -0700
Message-ID: <007d01bd8f95$e2c5e100$84bf44c1.cygnus.gnu-win32@mordor.csoft.bg>
Reply-To: "Pavel Tzekov" <paveltz@csoft.bg>
To: "Ucok Freddy M." <ucokfm@indosat.co.id>, <gnu-win32@cygnus.com>


-----Original Message-----
From: Ucok Freddy M. <ucokfm@indosat.co.id>
To: 'gnu-win32@cygnus.com' <gnu-win32@cygnus.com>
Date: 04 ήνθ 1998 γ. 09:12
Subject: -mwindows option


>I want to make a GUI app by using -mwindows option at gcc command, but it's
>not working. Anyone can tell me what must i configure to enable me using
the
>-mwindows option ?

You should supply the -mwindows option to gcc at link time i.e.
gcc -c test.c -o test.o // compile step
gcc -mwindows -o test test.o // link step

Pavel Tzekov
CSoft Ltd.



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