Date: Sun, 17 Nov 1996 10:26:12 +0200 (IST) From: Eli Zaretskii To: Aaron M Clemmer Cc: djgpp AT delorie DOT com Subject: Re: ld2.4 vs ld2.5.2 In-Reply-To: <19961116.170601.8415.1.aclemmer@juno.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 16 Nov 1996, Aaron M Clemmer wrote: > Binutils 2.7 is part of DJGPP 2.1, not 2.0, right? Can I d/l > just bnu 2.7, or will I have to get all of the new djgpp files for it to > work? It is not recommended to mix v2.0 and v2.01 executables, especially when they invoke each other as subprograms (like gcc invokes ld to link). This will work 99.99% of the time but mysteriously fail in some rare cases due to incompatibilities in command line processing.