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