cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Mailing List Archives

RE: static link

From: Richard Pickett <Richard.Pickett_at_csrtechnologies.com>
Date: Thu, 14 Sep 2006 12:52:23 -0500

> and this is what I changed it to:
>
> LINKCC = $(CC) -lstdc++ -L/usr/lib /usr/lib/libcurl.a -static-libgcc

make that:

LINKCC = $(CC) -lstdc++ -L/usr/lib /usr/lib/libcurl.a /usr/lib/libz.a
/usr/lib/libssl.a /usr/lib/libcrypto.a /usr/lib/libdl.a -static-libgcc

Same errors of missing "easy" functions.
Received on 2006-09-14

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET