Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!dino!cs.iastate.edu!hascall From: hascall@cs.iastate.edu (John Hascall) Newsgroups: comp.unix.ultrix Subject: Having trouble with ranlib Message-ID: <1420@dino.cs.iastate.edu> Date: 9 May 90 21:46:16 GMT Sender: usenet@dino.cs.iastate.edu Organization: Ministry of Silly Walks Lines: 27 I am porting a package from a "true" BSD system to an Ultrix system and have run into a problem--in several of this package's Makefiles are commands like: ranlib -t libfoo.a and since there is no "-t" option for ranlib under Ultrix much complaining occurs [this is Ultrix T3.1D-0 (Rev. 45) Worksystem X2.2 System #1 --if that makes any difference]. The man pages for ranlib under BSD says the following about the "-t" option: If given the -t option, ranlib only "touches" the archives and does not modify them. does that mean I can just use: touch libfoo.a or is something more elaborate involved (like touching individual archive members?)? Thanks, John Hascall / hascall@atanasoff.cs.iastate.edu / gvjph@isuvax.bitnet ISU Comp Ctr / 245 Durham / Ames, Iowa 50011 / (515)294-9551