Xref: utzoo comp.lang.c:20421 comp.unix.questions:15462 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!ncar!ico!ism780c!haddock!karl From: karl@haddock.ima.isc.com (Karl Heuer) Newsgroups: comp.lang.c,comp.unix.questions Subject: Re: ranlib Message-ID: <14194@haddock.ima.isc.com> Date: 4 Aug 89 16:07:10 GMT References: <457@mccc.UUCP> <867@dtscp1.UUCP> Reply-To: karl@haddock.ima.isc.com (Karl Heuer) Followup-To: comp.unix.questions Distribution: na Organization: Interactive Systems, Boston Lines: 10 In article <867@dtscp1.UUCP> scott@dtscp1.UUCP (Scott Barman) writes: >lorder(1) exists under bsd but is really not necessary with ranlib. Conversely, ranlib is not really necessary if you have lorder and tsort. (If tsort reports a circular dependency, the solution is to merge the objects in question into a single module, either with `ld -r' or by recompiling them as a single source.) Karl W. Z. Heuer (ima!haddock!karl or karl@haddock.isc.com), The Walking Lint Followups to comp.unix.questions only; this isn't a C issue.