X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: Subject: Re: v2.03 refresh ready for review/testing Date: Mon, 10 Dec 2001 12:47:24 +0100 Message-ID: <000001c18170$6f7eb660$443276d5@pandora.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal 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 > (In case it isn't clear, the reason that go32-v2 is used is probably > because the GCC build process invokes programs without an > explicit .exe > extension, which causes dosexec to try the file without > extension first, > so it runs the raw COFF executable which requires go32-v2.) I thought that gcc (well, ld) used coff-go32-exe by default so that the 'foo' created by 'gcc $(OBJECTS) -o foo' is an EXE file (just without the extension) and not a raw COFF file...