Path: utzoo!censor!geac!torsqnt!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!att!dptg!ulysses!andante!alice!andrew From: andrew@alice.UUCP (Andrew Hume) Newsgroups: comp.unix.questions Subject: Re: Question about basic library usage / makefiles Summary: trade space for time Keywords: ar ranlib library makefile Message-ID: <10526@alice.UUCP> Date: 26 Feb 90 05:16:50 GMT References: <706@caldwr.UUCP> Distribution: na Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 7 a technique i have seen used (although i find it repugnant myself) keeps a copy of all the .o's around and uses an ar q to quickly rebuild the library from scratch. of course, this doesn't help with ranlib but there is no way in general to evade that; the work of figuring out where the symbols are has to be done by someone.