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

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

Re: gettext 0.14.5 compile issue


From: Bruno Haible
Subject: Re: gettext 0.14.5 compile issue
Date: Tue, 2 Aug 2005 21:45:35 +0200
User-agent: KMail/1.5

Jason Keltz wrote:
> >   - If you go into the gettext-tools/intl/ directory and do "make" there,
> >     what is "make"'s output? Does it build localename.lo?
>
> Nope.  Make output is simply:
>
> make: Nothing to be done for `all'.
>
> .. yet the directory only contains:
>
> ChangeLog.inst  Makefile  VERSION

OK, that points to incorrect configuration results. I bet the
gettext-tools/config.status contains

s,@BUILD_INCLUDED_LIBINTL@,no,;t t
s,@USE_INCLUDED_LIBINTL@,no,;t t

How can this be if, as you said, you invoked "configure" with only a
prefix option?
  - You're sure you didn't pass --disable-nls?
  - You don't have the CONFIG_SITE environment variable set?
  - No files PREFIX/share/config.site or PREFIX/etc/config.site exist,
    for the PREFIX that you passed?

If this is all true, then in order to debug this, I'd need from a fresh
build (unpack gettext-0.14.5.tar.gz in a fresh directory, then configure it
as you did) the complete output of the configure command and the generated
gettext-tools/config.log.

Bruno





reply via email to

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