Got this error after "./configure" and "make"

gettext.c: In function `dgettext__':
gettext.c:2374: `LC_MESSAGES' undeclared (first use in this function)
gettext.c:2374: (Each undeclared identifier is reported only once
gettext.c:2374: for each function it appears in.)
make[2]: *** [gettext.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


earlier, the configure run started out like this:

creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... powerpc-apple-darwin5.4
.
.
.
checking for LC_MESSAGES... no
.
.
.

                                        - Robert Simms


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to