This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I18N: automatic determination of potfiles list


Zack Weinberg wrote:

> On Wed, Oct 31, 2001 at 11:03:28PM +0100, Toon Moene wrote:

> > toon@laptop:~/compilers/snapshots/build/gcc$ egrep "(build|install)-po"
> > Makefile
> > native: config.status auto-host.h intl.all build-po $(LANGUAGES) \
> >     $(INSTALL_CPP) install-man install-info intl.install install-po \
> > .PHONY: build- install- build-po install-po update-po
> > # "build-po" and "install-po" above, when NLS is disabled.
> > build-po: $(CATALOGS)
> > install-po:

> Okay, so there is a bug in the autoconf macros that probe for these
> tools.  Could you post the equivalent chunk of your configure output
> to the fragment below, please?

> checking for nl_langinfo and CODESET... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking whether included gettext is requested... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for bison... bison
> checking version of bison... 1.28, ok
> checking for catalogs to be installed...  sv

It's as follows, over here:

Configuring intl...

checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... no
checking for msgfmt... (cached) no
checking for gmsgfmt... no
checking for xgettext... :
updating cache ../config.cache

However, note the "Configuring intl" - I'm using Geoff Keating's setup
to configure and make a combined tree ... Perhaps that makes the
difference.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]