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

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

Re: Cannot build gawk 3.1.1 on Solaris 7


From: Stepan Kasal
Subject: Re: Cannot build gawk 3.1.1 on Solaris 7
Date: Wed, 9 Oct 2002 16:49:40 +0200
User-agent: Mutt/1.2.5.1i

Hello Daniel and Arnold,

the problem seems to be your locale configuration.
I'd try to disable locale altogether for the build.

Besides --disable-nls, you need to avoid including "locale.h" and probably
also calling setlocale().

Try this recipe:

after unpacking gawk-3.1.1.tar.gz, set these:

ac_cv_header_locale_h=no
export ac_cv_header_locale_h
ac_cv_func_setlocale=no
export ac_cv_func_setlocale
./configure --disable-nls
make

This should fool the configure script so that config.h won't define
HAVE_LOCALE_H and won't define HAVE_SETLOCALE.

Tell us whether this helped,
        Stepan Kasal




reply via email to

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