cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Libcurl linking in HP-UX using acc

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 23 Jul 2008 19:58:26 +0200 (CEST)

On Wed, 23 Jul 2008, Atul_Aggarwal wrote:

> On using the option "-L. lcurl" it is not able to link

That looks like a missing dash before lcurl.

> On using option "./libcurl.sl.1" it gives an error saying "libgcc_sl not
> found"

That's probably because you have a libcurl that was built with gcc and you
need to use libgcc at run-time then, and you don't have your LD_LIBRARY_PATH
or equivalent setup to find that.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-07-23