Date: Wed, 28 Aug 1996 11:41:52 +0200 (METDST) From: Robert Hoehne To: DJGPP workers Subject: Re: Binutils 2.7 + djgpp.lnk In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 27 Aug 1996, Robert Hoehne wrote: > switch for ld, called '--force-exe-suffix', but this does not work yet, > it produces a message 'could not close foo.exe', if it is called with > '-o foo'. > I found the bug. The creating of the exe file correct, the bug, when producing this message with this bad code if (!fclose(outf)) { message.... } > Now to the djgpp.lnk file: Must we include, when building ld, the emulation > file? All the settings in that file are bypassed, when we define the Was a misunderstanding by me, because ld needs at least one emulation for correct working, so this file is needed. Robert