Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!dkuug!iesd!iesd!robotvis From: robotvis@vision.auc.dk (ORNL studenter(stud. f90)) Newsgroups: comp.sources.wanted Subject: Re: C Source for ranlib Message-ID: Date: 3 Jul 90 07:26:24 GMT References: <7710@jarthur.Claremont.EDU> Sender: news@iesd.auc.dk (UseNet News) Organization: Laboratory of Image Analysis, University of Aalborg Lines: 19 In-reply-to: ssdken@watson.Claremont.EDU's message of 2 Jul 90 21:01:04 GMT In article <7710@jarthur.Claremont.EDU> ssdken@watson.Claremont.EDU (Ken Nelson) writes: > Hi: > > I have a set of source and Makefiles which appear to > need ranlib to work. Where might I find the source for > ranlib so that I could port it to a Data General Aviion > running a variant of System V unix call DGUX? > > > > Ken Nelson As far as I know, ranlib only sorts an archive (i.e. a library) so that your _linker_ performs it's work faster. It is not necessary to run ranlib on your library. Niels (robotvis@vision.auc.dk)