[comp.unix.xenix] Ranlib limitations?

rsalz@bbn.com (Rich Salz) (09/29/89)

Using release 2.2.1 of Xenix and the "@(#) 1.1 87/05/18" version of
ranlib, what are the limits to a library that can be succesfully
ranlib'd?  If my library gets too large (either too many files OR
too big in file size) ranlib trashes it ("ar vt" shows garbage).

Help!?
	/r$
-- 
Please send comp.sources.unix-related mail to rsalz@uunet.uu.net.
Use a domain-based address or give alternate paths, or you may lose out.

rsalz@bbn.com (Rich Salz) (10/03/89)

In <1990@prune.bbn.com> I asked the musical question:
> what are the limits to a library that can be succesfully
>ranlib'd?

Thanks to Sean Fagan <sco!seanf> for the answer:
	2000 symbols

It would be nice if ranlib took an error exit instead of silently
trashing my library, or nicer yet if it took the BSD strategy of
realloc'ing the table as necessary, but I'll settle for at least
knowing the limits and splitting my library up.
	/r$
-- 
Please send comp.sources.unix-related mail to rsalz@uunet.uu.net.
Use a domain-based address or give alternate paths, or you may lose out.