bug-ncurses
[Top][All Lists]
Advanced

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

Re: LANG=en_US? (was: ncurses-5.7-20100925.patch.gz)


From: Thomas Dickey
Subject: Re: LANG=en_US? (was: ncurses-5.7-20100925.patch.gz)
Date: Sun, 26 Sep 2010 06:41:30 -0400 (EDT)

On Sun, 26 Sep 2010, Sven Joachim wrote:

I'm not really familiar with or interested in MinGW, but this line in
mk-dlls.sh.in looks suspicious:

LANG=en_US @CC@ -v 2>&1 | grep Target | grep mingw

First, the en_US locale might not exist.  Second, LANG will be ignored
if the user has LC_MESSAGES or LC_ALL set to some other locale.  Why not
use

LC_ALL=C @CC@ …

to force English output?

thanks (that sounds like an improvement)

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

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