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

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

Re: gettext


From: Bruno Haible
Subject: Re: gettext
Date: Mon, 4 Oct 2004 17:59:58 +0200
User-agent: KMail/1.5

Cary Farah wrote:
> Ok that worked I installed it and then i run the glib and it say's it
> can't find the gettext.
>
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking for LC_MESSAGES... yes
> checking libintl.h usability... no
> checking libintl.h presence... no
> checking for libintl.h... no
> configure: error:
> *** You must have either have gettext support in your C library, or use
> the
> *** GNU gettext library.
> (http://www.gnu.org/software/gettext/gettext.html

Apparently glib needs to know where you installed gettext. You can tell
it by using

   env CPPFLAGS=-I/your/install-dir/include LDFLAGS=-L/your/install-dir/lib \
   ./configure

instead of

   ./configure

Or maybe this works as well:

   ./configure --with-libintl-prefix=/your/install-dir

For more info, please look at the INSTALL file of glib.

Bruno





reply via email to

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