Ben Laurie <[EMAIL PROTECTED]> writes:

> Ulf M�ller wrote:
> > 
> > When libcrypto.a is deleted and then re-made, the Makefiles only put
> > those files into the new library which had to be newly built. A better
> > way would be to create an .a file in each subdirectory and create a
> > new libcrypto.a out of them whenever necessary. It will probably be
> > somewhat slower, but at least the library is always consistent.
> 
> Can that be done, generally? I've never tried to make a library out of
> other libraries.

You have to extract the object files from the library, and create a new
library from these object files plus any additional ones.

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

Reply via email to