build for 0.9.8c fails on darwin-i386-cc unless "config shared" is
specified. With no-shared or no options, building apps/openssl fails
because the Makefile has this if/then/else backwards:
if [ "${shlib_target}" = "darwin-shared" ] ; then \
LIBRARIES="../libssl.a ../libcrypto.a" ; \
else \
LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \
fi; \
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]