ranlib

Scott Barman scott at dtscp1.UUCP
Fri Aug 4 06:32:36 AEST 1989


In article <457 at mccc.UUCP> you write:
>Some recently posted programs have requested the use of 'ranlib' but my
>3B2/400 SV R3.1 doesn't have it.  
>
>Wjat is 'ranlib'?  What can I use as a work-around?

For SV, I use the following to build a library:

	ar cuv libwhatever.a `lorder *.o | tsort`

lorder(1) exists under bsd but is really not necessary with ranlib.

-- 
scott barman
{gatech, emory}!dtscp1!scott



More information about the Comp.unix.questions mailing list