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 ---------- Forwarded message ---------- From: Bruce Lowekamp <[EMAIL PROTECTED]> Date: Sep 21, 2006 12:33 PM Subject: Configure wrong for darwin-i386-cc in 0.9.8c To: [email protected] The -Wl,-search_paths_first linker option is listed in darwin-ppc-cc but not darwin-i386-cc. WIthout it, building no-shared doesn't work. On 9/21/06, OpenSSL-Bugs <[EMAIL PROTECTED]> wrote: > ------------------------------------------------------------------------- > 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]
