From: Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Survey of Free GNU Windows Compilers Date: Thu, 12 Mar 1998 20:37:54 -0500 Organization: IPass.net Lines: 10 Message-ID: <35088DF2.2803B366@ipass.net> References: <6e9t54$sii$1 AT news DOT interlog DOT com> NNTP-Posting-Host: 207.120.205.243 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I came to about the same conclusions you do with one exception -- MINGW32. It doesn't seem to have any documentation about programming in windows. However, I took a peek at the "specs" file and discovered that the option "-mwindows" needs to be added to the command line, i.e. gcc -mwindows -o test.exe test.c "gcc -v" will show where the spec file is located. I compiled the V++ package with it and it works very well.