bug-make
[Top][All Lists]
Advanced

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

Unable to build gmake 3.79.1 on AIX 4.3.3.0


From: tom_honermann
Subject: Unable to build gmake 3.79.1 on AIX 4.3.3.0
Date: Mon, 5 Feb 2001 13:37:12 -0800

I've been trying to compile GNU make 3.79.1 on an AIX 4.3.3.0 system and
have so far been unable to.  The problems I've run into are all related to
the I18N support recently added.  I've tried building with and without NLS
support.  Here's the results:

./configure
>    <snip>
>    checking whether NLS is wanted... yes
>    checking for locale.h... yes
>    checking for library containing gettext... no
>    checking whether to use included gettext... yes
>    checking for getcwd... yes
>    checking for setlocale... yes
>    checking for stpcpy... no
>    checking for LC_MESSAGES... yes
>    checking which translations to install... de es fr ja ko nl pl pt_BR
ru
>    checking for nanoseconds member of struct stat.st_mtim... no
>    checking for inttypes.h... yes
>    checking for library containing clock_gettime... none required
>    checking for standard gettimeofday... yes
>    <snip>
make
>    Making all in i18n
>            file=./`echo pl | sed 's,.*/,,'`.mo  && rm -f $file && msgfmt
-o $file pl.po
>    /bin/sh: msgfmt:  not found.
>    make: 1254-004 The error code from the last command is 127.

./configure --disable-nls
>    <snip>
>    checking whether NLS is wanted... no
>    <snip>
make
>    Making all in i18n
>    Target "all" is up to date.
>            xlC_r -DALIASPATH=\"/usr/local/share/locale:.\" -DLOCALEDIR
=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR
=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I./glob    -brtl -c ar.c
>    "/usr/include/locale.h", line 87.9: 1506-213 (S) Macro name
LC_MESSAGES cannot be redefined.
>    "/usr/include/locale.h", line 87.9: 1506-358 (I) "LC_MESSAGES" is
defined on line 57 of gettext.h.
>    "/usr/include/locale.h", line 96.37: 1506-046 (S) Syntax error.
>    "/usr/include/locale.h", line 102.16: 1506-166 (S) Definition of
function lconv requires parentheses.
>    "/usr/include/sys/localedef31.h", line 44.3: 1506-273 (E) Missing type
in declaration of coldesc_t.
>    "/usr/include/sys/localedef31.h", line 58.9: 1506-046 (S) Syntax
error.
>    make: 1254-004 The error code from the last command is 1.

Any ideas?

Tom.





reply via email to

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