Mail Archives: djgpp/1996/05/12/03:47:59
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.
- Raw text -