Guillermo Maturana <[EMAIL PROTECTED]> writes:
>It would be possible for some (most?) platforms to run "ar rs" and set
>"ranlib" to "true" (which is equivalent to not running it). I verified it
>works for linux-elf.
It's not quite that simple, unfortunately:
# The use of ar and ranlib is rather system-dependant. Some ar's (eg OSF1)
# create the .SYMDEF file by default, some require the 's' option, and some
# require the use of ranlib altogether because ar doesn't recognise the 's'
# option. The following first tries 'ar rcs' (which works on most systems)
# and if that fails falls back to 'ar rc' followed by ranlib.
Peter.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]