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

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

Antwort: Re: Cannot build gawk 3.1.1 on Solaris 7


From: Daniel . Jaime
Subject: Antwort: Re: Cannot build gawk 3.1.1 on Solaris 7
Date: Wed, 9 Oct 2002 18:22:42 +0200

Hello Stepan and Arnold,

your recipe worked. Thank you very much. Do you want me to send you the log
file for configuring and building?

Regards

Daniel





Stepan Kasal <address@hidden> am 09.10.2002 16:49:40

An:    address@hidden
Kopie: address@hidden, address@hidden, address@hidden

Thema: Re: Cannot build gawk 3.1.1 on Solaris 7

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

Diehl Munitionssysteme GmbH & Co. KG

English - autocreated E-Mail Appendix:
The content of this E-Mail is not legally binding upon Diehl, even though
the
certified electronic signature technique may point to the writer of the
E-Mail.
If this E-Mail was transmitted to you by error, then please inform us
accordingly
(+49-911-957-2634). In such case you are requested to erase the message.
 Any unauthorized reproduction, disclosure, modification, distribution
and/or
publication of such E-Mail message is strictly prohibited.

Deutsch - automatisch erzeugter E-Mail Anhang:
In Verbindung mit Kostenuebernahmen, Lieferungen, Angeboten und Vertraegen
ist der Inhalt dieses E-Mails fuer DIEHL rechtlich nicht verbindlich, auch
wenn die
Anwendung des elektronischen, zertifizierten Signaturverfahrens den
Ersteller des
E-Mails nachweist.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise
erhalten haben
(+49 -911-957-2723). Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung
und/oder Publikation dieser E-Mail ist strengstens verboten.






reply via email to

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