curl-library
Re: required libraries
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 21 Jun 2005 19:40:24 +0200 (CEST)
Date: Tue, 21 Jun 2005 19:40:24 +0200 (CEST)
On Tue, 21 Jun 2005, Andy Hobbs wrote:
> This shows libssl, libdl and libz twice. Do I need these in twice or can I
> remove the second instance of each of these (especially the -lz twice one
> after the other!)
Whatever makes your app link! If you miss a lib, you won't be able to link it
properly. If you add a lib twice on the command line, I don't think it'll harm
you.
I believe the double -lz is fixed in recent versions.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-06-21