cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: configuration error with latest CVS version

From: Robert P. J. Day <rpjday_at_mindspring.com>
Date: Wed, 27 Jul 2005 08:42:57 -0400 (EDT)

On Wed, 27 Jul 2005, Robert P. J. Day wrote:

> (probably the first in a few more postings since i'm still trying to
> do a cross-compile but i'll be testing native builds as well as a
> first step, to make sure those builds behave similarly.)
>
> with this morning's CVS checkout, doing a configure:
>
> ...
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "no" to libtool
> configure: error: Unsupported tag name: no
> $
>
> my configuration command (going for minimalism) is:
>
> ./configure \
> --disable-http \
> --disable-gopher \
> --disable-ldap \
> --disable-dict \
> --disable-telnet \
> --disable-manual \
> --disable-ipv6 \
> --disable-ares \
> --disable-verbose \
> --disable-sspi \
> --disable-debug \
> --disable-cookies \
> --disable-static \
> --without-tags \
> --without-ldap \
> --without-lber \
> --without-spnego \
> --without-gssapi \
> --without-gnutls \
> --without-ca-bundle \
> --without-libidn

um ... obviously, this problem was caused by my selection of
"--without-tags". but should this cause a configuration error?

rday
Received on 2005-07-27