cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: 7.0.11beta

From: Albert Chin-A-Young <china_at_thewrittenword.com>
Date: Mon, 31 Jul 2000 18:55:50 -0500

On Tue, Aug 01, 2000 at 12:56:37AM +0200, Daniel Stenberg wrote:
> hi
>
> I just posted curl 7.0.11beta on the curl site.
>
> I really wish this to be the last beta. The non-beta release is now planned
> to appear on thursday. Of course the beta is available at:
>
> http://curl.haxx.se/beta/

If you compile with --disable-static, curl won't build because of the
following in src/Makefile.in:
  curl_LDADD = $(top_srcdir)/lib/.libs/libcurl.a
  curl_DEPENDENCIES = $(top_srcdir)/lib/.libs/libcurl.a

Why do you force linking against a static binary?

-- 
albert chin (china_at_thewrittenword.com)
Received on 2000-08-01