I need to compile openssl on MacOSX in its own directory. On OSX/PPC, it's plug-n-play, with a ./config line like
> ./config --prefix=/opt/Directory But now, we need to support the Intel Mac. I've got a shiny, new Intel core duo Mac Mini, and when I try to compile with the same options, make fails. First: config finishes by saying > Configured for darwin-i386-cc. Which seems right, and is reflected in the Makefile, but when I run "make", it exits with the following: // SNIP AFTER SEVERAL MINUTES OF COMPILER STUFF // _EVP_PKEY_add1_attr_by_NID _BIN_is_prime_ex collect2: ld returned 1 exit status make[2]: *** [link_app.] Error 1 make[1]: *** [openssl] Error 2 make: *** [build_apps] Error 1 $ I've tried googling every combination I could think of, but so far haven't found anything. There's Darwin Ports, but I need it compiled to this specific directory, not the system default. Can anybody point me in the right direction? What am I missing? -Ben -- "The best way to predict the future is to invent it." - XEROX PARC slogan, circa 1978 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]