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

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

Re: gettext 0.10.40 build problem exposed by tar-1.13.25 on IRIX 6.5


From: Bruno Haible
Subject: Re: gettext 0.10.40 build problem exposed by tar-1.13.25 on IRIX 6.5
Date: Tue, 6 Nov 2001 13:42:48 +0100 (CET)

Nelson Beebe wrote:

> % ldd src/tar
> 1016931: 09:06:45 src/tar: rld: Fatal Error exit/longjmp: Cannot Successfully 
> map soname 'libintl.so.2' under any of the filenames 
> /usr/local/lib32/libintl.so.2:/usr/lib32/libintl.so.2:/usr/lib32/internal/libintl.so.2:/lib32/libintl.so.2:/opt/lib32/libintl.so.2:/usr/local/lib32/libintl.so.2.2:/usr/lib32/libintl.so.2.2:/usr/lib32/internal/libintl.so.2.2:/lib32/libintl.so.2.2:/opt/lib32/libintl.so.2.2:
>  

The answer is the same as step 2 in
http://mail.gnu.org/pipermail/bug-gnu-utils/2001-October/007521.html

Namely, I configured libiconv-1.7, gettext-0.10.40 and tar-1.13.24
on IRIX 6.5 using the settings

export CPPFLAGS=-I/tmp/prefix/include LDFLAGS=-L/tmp/prefix/lib
mkdir /tmp/prefix
./configure --prefix=/tmp/prefix
make
make install

With unpatched tar-1.13.24, I got like you

$ /tmp/prefix/bin/tar --help
97435:/tmp/prefix/bin/tar: rld: Fatal Error: Cannot Successfully map soname 
'libintl.so.2' under any of the filenames 
/usr/lib32/libintl.so.2:/usr/lib32/internal/libintl.so.2:/lib32/libintl.so.2:/opt/lib32/libintl.so.2:/usr/lib32/libintl.so.2.2:/usr/lib32/internal/libintl.so.2.2:/lib32/libintl.so.2.2:/opt/lib32/libintl.so.2.2:
 

With tar-1.13.24 modified to contain a copy of ltmain.sh and an
AM_PROG_LIBTOOL call in configure.in, I got a correctly working
/tmp/prefix/bin/tar program.

Bruno




reply via email to

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