From: paveltz AT csoft DOT 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" To: "Ucok Freddy M." , -----Original Message----- From: Ucok Freddy M. To: '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".