bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU gettext 0.12 doesn't compile with objdir


From: Bruno Haible
Subject: Re: GNU gettext 0.12 doesn't compile with objdir
Date: Wed, 21 May 2003 13:24:27 +0200 (CEST)

F. Meunier writes:
> I had to
> recompile it because the first time it also linked to old
> libraries which were in /usr/lib. I removed them and this time
> it really worked. I just don't know why it also linked with the
> old libraries.
> 
> All binaries linked with libgettextlib had this:
> 
> libgettextsrc-0.12.so => /usr/lib/libgettextsrc-0.12.so (0x40018000)
> libgettextlib-0.12.so => /usr/lib/libgettextlib-0.12.so (0x4003b000)
> libc.so.6 => /lib/libc.so.6 (0x4004a000)
> libdl.so.2 => /lib/libdl.so.2 (0x4017d000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> libgettextlib-0.11.5.so => not found

It sounds like a libtool bug, but I cannot reproduce it: In your
situation I get

$ ldd /usr/bin/msgfmt 
        libgettextsrc-0.12.so => /usr/lib/libgettextsrc-0.12.so (0x40019000)
        libgettextlib-0.12.so => /usr/lib/libgettextlib-0.12.so (0x4003b000)
        libintl.so.2 => /usr/lib/libintl.so.2 (0x4004b000)
        libc.so.6 => /lib/libc.so.6 (0x40055000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
$ ldd /usr/lib/libgettextlib-0.12.so
        libintl.so.2 => /usr/lib/libintl.so.2 (0x40015000)
        libc.so.6 => /lib/libc.so.6 (0x4001f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
$ ldd /usr/lib/libgettextsrc-0.12.so
        libgettextlib-0.12.so => /usr/lib/libgettextlib-0.12.so (0x40027000)
        libintl.so.2 => /usr/lib/libintl.so.2 (0x40037000)
        libc.so.6 => /lib/libc.so.6 (0x40041000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

which is all correct.

Bruno




reply via email to

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