> Can that be done, generally? I've never tried to make a library out of
> other libraries.

We do this using a script we wrote called amallibs on UNIX, and I believe
that one of our projects uses the MS library maintenance tool to do this
agglomeration also.  All you have to do is keep the filenames unique!

I'll try to get our amallibs script released, although it's shell not
perl so you'd probably prefer to write your own.  All it does is "ar x"
all the files into a temp dir, "chmod -w" on each set to catch duplicate
filenames, and "ar cq" to create the new lib.

-- 
Clifford Heath                    http://www.osa.com.au/~cjh
Open Software Associates Limited       mailto:[EMAIL PROTECTED]
29 Ringwood Street / PO Box 4414       Phone  +613 9871 1694
Ringwood VIC 3134      AUSTRALIA       Fax    +613 9871 1711
------------------------------------------------------------
Deploying Solutions to the Enterprise


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to