X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Mon, 10 Dec 2001 16:42:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: Re: v2.03 refresh ready for review/testing In-Reply-To: <000201c18187$74ce9bf0$443276d5@pandora.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Dec 2001, Tim Van Holder wrote: > > I don't know enough about the GCC build process, but it's > > quite possible > > that "gcc -o foo" uses the linker script, and at least djgpp.djl says: > > > > OUTPUT_FORMAT("coff-go32") > > > > which defeats ld's default. > > Yes, but if that's true, stubify would still be needed, and I > thought that was not needed with recent versions of binutils/gcc. It isn't needed only if you say "gcc -o foo.exe", since stock DOS/Windows shells won't run a program without the right extension. However, many Makefile's still don't use $(EXEEXT), so we cannot yet avoid using stubify as a general rule.