>the script util/ranlib.sh is brittle since it assumes any ranlib in /bin or
>/usr/bin is OK to use. In my case the "real" ranlib lives in
>/opt/binutils/bin

Would that work?

if [ -s `which ranlib` ] ; then
        RL=`which ranlib`
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to