GNU gettext - Bugs: bug #34572, build configuration ignores...
You are not allowed to post comments on this tracker with your current authentication level.
bug #34572: build configuration ignores "--without-libxml2-prefix --with-included-libxml" if libxml2 is installed
Submitter: | None | ||
Submitted: | Mon 17 Oct 2011 10:29:39 AM UTC | ||
Category: | Build | Severity: | 3 - Normal |
Item Group: | None | Status: | Works For Me |
Privacy: | Public | Assigned to: | ueno |
Open/Closed: | Closed |
Mon 12 Dec 2016 01:24:51 AM UTC, comment #2: |
Bruno Haible <haible>![]() |
Wed 17 Apr 2013 07:27:21 AM UTC, comment #1: I can't reproduce this with 0.18.2.1. |
Daiki Ueno <ueno>![]() ![]() |
Mon 17 Oct 2011 10:29:39 AM UTC, original submission:
|
Anonymous |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
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?