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: Jason Keltz
Subject: Re: gettext 0.14.5 compile issue
Date: Tue, 02 Aug 2005 11:03:40 -0400
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050720)

Hi Bruno,

No. Running make without the "-j" option will not allow me to compile gettext 0.14.5.

The problem, in particular seems to be that the line in gettext-0.14.5/gettext-tools/src/Makefile

msginit_DEPENDENCIES =  \
        ../intl/localename.lo \
        libgettextsrc.la

... but ../intl/localname.lo does not exist.

gettext-0.14.5/gettext-tools/intl contains:

ChangeLog.inst  Makefile  VERSION

... when the compile fails.

On the other hand, gettext-0.14.5/gettext-runtime/intl contains "localename.lo".

Could this be an error in the Makefile?

If I replaced the localename.lo call in the Makefile with the "gettext-runtime" version, the compile does a little further, and then I get:

ranlib .libs/libgettextpo.a
creating msgcat
creating libgettextpo.la
creating msgcomm
(cd .libs && rm -f libgettextpo.la && ln -s ../libgettextpo.la libgettextpo.la)
creating msgen
creating msgconv
creating xgettext
creating msgexec
creating msgfilter
creating msggrep
msginit-msginit.o: In function `main':
/tmp/xsys.24287.0/gettext-0.14.5/gettext-tools/src/msginit.c:292: undefined reference to `_nl_locale_name'

jas.

Jason.




Bruno Haible wrote:
Hello,

Jason Keltz wrote:

It gets through the configure process fine, and what seems like most of the
compilation, but stops here:


Does it work if you run "make" without option -j ?

Bruno






reply via email to

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