Date: Sun, 8 Nov 1998 13:09:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: DJGPP 2.02 Beta 981027 In-Reply-To: <721lhb$3rj$1@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 7 Nov 1998, Martin Str|mberg wrote: > : I think this is a side-effect of the feature in the latest Binutils > : port, whereby "gcc -o foo" produces `foo' that is a stubified executable. > > Hmm. Are you saying "gcc -o foo" produces foo that can be run > directly? It can be run directly, but not from COMMMAND.COM, since it only looks for files with .com, .exe and .bat extensions. But Bash (and all other DJGPP programs, like Make) will happily run it. > Does it produce a foo.exe file too? Yes, it produces 2 identical files: foo and foo.exe.