Xref: utzoo comp.unix.questions:15497 comp.bugs.sys5:1077 Path: utzoo!utgpu!watmath!att!tut.cis.ohio-state.edu!cica!gatech!bbn!bbn.com!rsalz From: rsalz@bbn.com (Rich Salz) Newsgroups: comp.unix.questions,comp.bugs.sys5 Subject: Re: ranlib Message-ID: <1925@prune.bbn.com> Date: 7 Aug 89 15:44:21 GMT References: <457@mccc.UUCP> <867@dtscp1.UUCP> <14194@haddock.ima.isc.com> Distribution: na Organization: BBN Systems and Technologies Corporation Lines: 15 In article <867@dtscp1.UUCP> scott@dtscp1.UUCP (Scott Barman) writes: >lorder(1) exists under bsd but is really not necessary with ranlib. In <14194@haddock.ima.isc.com> karl@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@uunet.uu.net. Use a domain-based address or give alternate paths, or you may lose out.