[openssl.org #1394] 0.9.8c darwin-i386-cc broken without config shared

2007-09-18 Thread Andy Polyakov via RT
This was fixed at some point. A. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [E

Re: [openssl.org #1394] 0.9.8c darwin-i386-cc broken without config shared

2006-09-26 Thread Bruce Lowekamp via RT
This message to the tracker (which I had assumed was broken since it hadn't responded in 17 hours) would be resolved by fixing the Configure profile for darwin-i386-cc by adding the -Wl,-search_paths_first linker option as described in my subsequent message to openssl-dev. Bruce -- Forwa

[openssl.org #1394] 0.9.8c darwin-i386-cc broken without config shared

2006-09-21 Thread Bruce Lowekamp via RT
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 \