Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!mcvax!ukc!pc
From: pc@ukc.ac.uk (R.P.A.Collinson)
Newsgroups: comp.sys.atari.st
Subject: Mark Williams C - ar/ranlib
Message-ID: <2328@eagle.ukc.ac.uk>
Date: Tue, 30-Dec-86 15:07:11 EST
Article-I.D.: eagle.2328
Posted: Tue Dec 30 15:07:11 1986
Date-Received: Wed, 31-Dec-86 03:50:36 EST
Reply-To: pc@ukc.ac.uk (R.P.A.Collinson)
Organization: U of Kent at Canterbury, Canterbury, UK
Lines: 9

This is a case of `read the manual before you sound off in the news'.

The Mark Williams ar program INCLUDES ranlib, so I guess one solution
to the `outdated ranlib' problem is to:

	ar ms lib.a last.o

where lib.a is the library of your choice and last.o is the last element
of the ar file.