bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #44559] Configure flag --without-libiconv-prefix is not


From: anonymous
Subject: [Bug-wget] [bug #44559] Configure flag --without-libiconv-prefix is not respected; libiconv is linked against despite the flag
Date: Tue, 17 Mar 2015 13:13:05 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36

Follow-up Comment #2, bug #44559 (project wget):

One further observation.

When I don't disable it, wget would depend on libidn and libintl which further
depend on libiconv:

> ldd /opt/csw/lib/libidn.so.11
        libintl.so.8 =>  /opt/csw/lib/libintl.so.8
        libiconv.so.2 =>         /opt/csw/lib/libiconv.so.2
        libc.so.1 =>     /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1
> ldd /opt/csw/lib/libintl.so.8
        libiconv.so.2 =>         /opt/csw/lib/sparcv8/libiconv.so.2
        libc.so.1 =>     /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1

So there is a chance that I won't be able to disable libiconv unless I disable
idn and intl first.

I suspect that a lot of iconv-related code comes from gettext.m4.

(The change you proposed doesn't seem to influence much.)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44559>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]