Am 24.03.2012 17:11, schrieb Emre Ersin:
It has to be set before configure. Because configure script creates
wrong .h file.
On Sat, Mar 24, 2012 at 2:44 PM, Peter Maydell
mailto:peter.mayd...@linaro.org>> wrote:
On 23 March 2012 20:05, Stefan Weil mailto:s...@weilnetz.de>> wrote:
> +
It has to be set before configure. Because configure script creates wrong
.h file.
On Sat, Mar 24, 2012 at 2:44 PM, Peter Maydell wrote:
> On 23 March 2012 20:05, Stefan Weil wrote:
> > +# Set default locale for commands like tr and others.
> > +LANG=C
> > +LC_ALL=C
> > +LC_CTYPE=C
>
> You don't
On 23 March 2012 20:05, Stefan Weil wrote:
> +# Set default locale for commands like tr and others.
> +LANG=C
> +LC_ALL=C
> +LC_CTYPE=C
You don't export these, which leads to an obscure corner case:
if the user has no LANG variable set in their environment when
they run make then we will set LANG
Some locale settings let make fail or create wrong results,
so set always the C locale.
* Conversion from lower to upper case with tr does not convert
lower case 'i' to 'I' with locale tr_TR.UTF-8.
* The html files created from texi input contain non english
titles like "Anhang" with locale d