Date: Sun, 12 May 1996 10:39:29 +0200 (IST) From: Eli Zaretskii To: Carsten Bak Larsen Cc: djgpp AT delorie DOT com Subject: Re: Q: 'ar' command for mainten. updates In-Reply-To: <4n2b5t$8ik@gjallar.daimi.aau.dk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 May 1996, Carsten Bak Larsen wrote: > The maintenance update batch files contain command lines > like e.g. > > ar rs ../lib/libc.a access.o dosmem.o > > I can't find 'ar' anywhere, except for a 'ar.h' in the includes. `ar' is part of GNU Binutils. You should install bnu252bn.zip before applying the maintenance releases. (You need Binutils anyway because the assembler and linker are there, without which you won't be able to compile and link DJGPP programs.) Btw, the latest version of DJGPP is 2.0; I suggest you switch to it ASAP, because v1.12 is no longer actively supported. That means that if you find a problem for which there is no known solution or work-around, you are on your own.