Date: Thu, 1 Jun 2000 18:32:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: More Dumb Newbie Questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 1 Jun 2000, Ghostwheel wrote: > There is one copy of LD.exe on my system in c:\djgpp\rsxntdj\patch > > ld -version returns: ld version 2.7 (with BFD 2.7) This is an old version, and it's not a DJGPP port of a linker, it's an RSXNTDJ port. Don't use it. It's not on your PATH, anyway. So you need to download and install v2gnu/bnu2951b.zip, which comes with ld.exe (and also with as.exe, the assembler, which is also required for compiling programs).