Message-ID: <20010112223359.497.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Sat, 13 Jan 2001 00:33:59 +0200 To: djgpp-workers AT delorie DOT com Subject: Where does gcc -o foo make foo.exe Mail-Followup-To: djgpp-workers AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Reply-To: djgpp-workers AT delorie DOT com Sorry if this is a FAQ, but can anybody tell where exactly in DJGPP toolchain was added support for making foo.exe if only '-o foo' is given for GCC? Is it specs, compiler driver, or somewhere else? The reason I'm asking - I've installed GCC 2.97 as a default compiler to see what breaks. And it makes only unstubbed images, if just -o foo is given. I want to fix it. Laurynas