bug-gettext
[Top][All Lists]
Advanced

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

[bug-gettext] [bug #34572] build configuration ignores "--without-libxml


From: Bruno Haible
Subject: [bug-gettext] [bug #34572] build configuration ignores "--without-libxml2-prefix --with-included-libxml" if libxml2 is installed
Date: Mon, 12 Dec 2016 01:24:51 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #2, bug #34572 (project gettext):

I cannot reproduce with current gettext sources either. After installing (with
"make install DESTDIR=/tmp/inst" in order not to botch my system) I get:

$ ldd /tmp/inst/usr/bin/xgettext 
        linux-vdso.so.1 =>  (0x00007fffcb5fe000)
        libgettextsrc-0.19.8.1.33-d3d7.so => not found
        libgettextlib-0.19.8.1.33-d3d7.so => not found
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f68dc755000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f68dcb35000)

$ LD_LIBRARY_PATH=/tmp/inst/usr/lib ldd /tmp/inst/usr/bin/xgettext 
        linux-vdso.so.1 =>  (0x00007fff7e7fe000)
        libgettextsrc-0.19.8.1.33-d3d7.so =>
/tmp/inst/usr/lib/libgettextsrc-0.19.8.1.33-d3d7.so (0x00007ff12bb9e000)
        libgettextlib-0.19.8.1.33-d3d7.so =>
/tmp/inst/usr/lib/libgettextlib-0.19.8.1.33-d3d7.so (0x00007ff12b80a000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff12b42c000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff12b130000)
        libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5
(0x00007ff12af09000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ff12bdeb000)

So, no dependency on libxml2.so.

Possibly you had not done "make distclean" before running the "./configure
..." command?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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