ranlib

Rich Salz rsalz at bbn.com
Tue Aug 8 01:44:21 AEST 1989


In article <867 at dtscp1.UUCP> scott at dtscp1.UUCP (Scott Barman) writes:
>lorder(1) exists under bsd but is really not necessary with ranlib.

In <14194 at haddock.ima.isc.com> karl at haddock.ima.isc.com (Karl Heuer) writes:
>Conversely, ranlib is not really necessary if you have lorder and tsort.

Nope.  To use lorder/tsort you need to have all the .o files around,
while ranlib just needs the .a and space to make a new one.  Also, on
some systems the result of doing
	ar r lib.a `lorder ... | tsort`
makes a commandline that's too big (hint:  think lots of directories).
	/r$
-- 
Please send comp.sources.unix-related mail to rsalz at uunet.uu.net.
Use a domain-based address or give alternate paths, or you may lose out.



More information about the Comp.bugs.sys5 mailing list