curl-users
Re: unknown symbol '_inflate' when using timeout on MAC
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 24 Jan 2005 22:53:20 +0100 (CET)
Date: Mon, 24 Jan 2005 22:53:20 +0100 (CET)
On Mon, 24 Jan 2005, Hardeep Singh wrote:
> The code is successfully compiled, but I get the linker error:
> zerolink: unknown symbol '_inflate'
> Executable "XXX" has exited due to signal 6 (SIGABRT).
inflate is a function present in libz. It probably means that configure found
it and built libcurl to use it, but you don't link your app with it.
Use curl-config --libs to see what link options you should consider using.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2005-01-24