curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl fails to build with my custom openssl build on Mac OSX Tiger PPC

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 9 Feb 2017 10:39:58 +0100 (CET)

On Thu, 9 Feb 2017, Rees Machtemes wrote:

> I did not build OpenSSL with dynamic libs, on purpose. Originally, I was
> interested in only building curl's static libs only and linking it against
> my static libssl.a/libcrypto.a. I know my custom openssl works as I've built
> the latest Nmap linked to it, by editing the Makefile and changing the
> "LIBS=" to include "libssl.a libcrypto.a" instead of "-lssl -lcrypto". Curl
> dosen't care does it?

When you specify .a files instead of using -l, you need to specify the full
path to them. Did you?

> but mysteriously a "make" shows the exact same error above, and appears to
> completely ignore my hand edits of Makefile.

That seems strange to me.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-02-09