Xref: utzoo comp.sources.d:2951 comp.unix.questions:10278 Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.sources.d,comp.unix.questions Subject: Re: Gwyn's Directory Library Message-ID: <475@auspex.UUCP> Date: 18 Nov 88 17:28:57 GMT References: <283@ontenv.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 9 >...but then says some systems may require a rebuild of the symbol table after >doing that and suggests ranlib (which I don't have), I've RTFMed for >ar and ld and can see no answers there, any suggestions? Yup. I suggest you think of S5R2 as a system that doesn't require a rebuild of the symbol table, because, in fact, it doesn't require it. S5R2 has something similar to "ranlib" built into "ar" itself, so the symbol table is automatically rebuilt when you update the archive; that's why it doesn't have a "ranlib" command.