Mail Archives: cygwin/1998/06/04/17:29:16
-----Original Message-----
From: Ucok Freddy M. <ucokfm AT indosat DOT co DOT id>
To: 'gnu-win32 AT cygnus DOT com' <gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".
- Raw text -