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

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

Re: gettext --with-included-gettext and INSTALLPREFIX problem


From: Bruno Haible
Subject: Re: gettext --with-included-gettext and INSTALLPREFIX problem
Date: Fri, 16 Jul 2004 16:40:50 +0200
User-agent: KMail/1.5

Hi,

Pawel Kot wrote:
> I'm using the current gettext version (0.14.1). I encounter the following
> problem when using --with-included-gettext. File relocatable.c uses
> INSTALLPREFIX define/macro. Unfortunately this macro is defined nowhere.

If you are attempting to install gettext 0.14.1, the INSTALLPREFIX macro
should be defined in gettext-runtime/config.h.

If you are attempting to install a program which borrows the intl/ directory
from GNU gettext, the part of relocatable.c which uses INSTALLPREFIX should
not be compiled: it depends on defined(PIC), and why would a package need
to compile intl/* in PIC mode? Only GNU gettext shall install libintl.so;
other packages shouldn't do that.

Btw, next time please also say on which system you observe the problem:
Many build dependent things are system dependent, and not everyone is using
Linux.

Bruno





reply via email to

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