>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]
- Re: ATTENTION: Please wake up for 0.9.2... Richard Levitte - VMS Whacker
- Re: ATTENTION: Please wake up for 0.9.2... Brian Lesser
- Re: ATTENTION: Please wake up for 0.9.2... Ulrich Kroener
- Re: ATTENTION: Please wake up for 0.9.2... Dr Stephen Henson
- Re: ATTENTION: Please wake up for 0.9.2... Hannes Reinecke
- Re: ATTENTION: Please wake up for 0.9.2... Lennart Bang
- Re: ATTENTION: Please wake up for 0.9.2... Dr Stephen Henson
- Re: ATTENTION: Please wake up for 0... Lennart Bang
- Re: ATTENTION: Please wake up f... Dr Stephen Henson
- Re: ATTENTION: Please wake up for 0.9.2... Georg Gollmann
- Re: ATTENTION: Please wake up for 0.9.2... Ulf M�ller
- Re: ATTENTION: Please wake up for 0.9.2... Ralf S. Engelschall
- Re: ATTENTION: Please wake up for 0.9.2... Ed Kubaitis
