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

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

Re: gettext on Tru64Unix


From: Bruno Haible
Subject: Re: gettext on Tru64Unix
Date: Mon, 5 May 2003 12:14:21 +0200 (CEST)

On Thursday 30 January 2003, Martin MOKREJ-BŠ wrote:-A

> > I'll post the output from the "make install" step.
> 
> [...]
> Making install in intl
> make[1]: Entering directory `/afs/gsf.de/sources/ev56/gettext/intl'
> cd .. \
>   && CONFIG_FILES=intl/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating intl/Makefile
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> make[1]: Leaving directory `/afs/gsf.de/sources/ev56/gettext/intl'
> make[1]: Entering directory `/afs/gsf.de/sources/ev56/gettext/intl'
> if test "gettext" = "gettext" \
>    && test 'intl-compat.lo' = 'intl-compat.lo'; then \
>   /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
> ".././mkinstalldirs" ;; esac` /software/@sys/usr/lib 
> /software/@sys/usr/include; \
>   /software/@sys/usr/bin/install -c -m 644 libintl.h 
> /software/@sys/usr/include/libintl.h; \
>   /bin/sh ../libtool --mode=install \
>     /software/@sys/usr/bin/install -c -m 644 libintl.la 
> /software/@sys/usr/lib/libintl.la; \
> else \
>   : ; \
> fi
> /software/@sys/usr/bin/install -c -m 644 .libs/libintl.so.4.2.0 
> /software/@sys/usr/lib/libintl.so.4.2.0
> (cd /software/@sys/usr/lib && rm -f libintl.so.2 && ln -s libintl.so.4.2.0 
> libintl.so.2)
> (cd /software/@sys/usr/lib && rm -f libintl.so && ln -s libintl.so.4.2.0 
> libintl.so)
> 344404:/software/@sys/usr/bin/ln: /sbin/loader: Fatal Error: Cannot map 
> library libintl.so
> 343935:/software/@sys/usr/bin/sed: /sbin/loader: Fatal Error: Cannot map 
> library libintl.so

This will be fixed in gettext-0.12, by use of "ln -s -f" instead of "rm -f && 
ln -s".

Thanks for the report.

Bruno




reply via email to

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