Subject: Caveat - don't do "make build" with locale settings other than "C"
To: None <port-sparc64@NetBSD.ORG>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 10/17/2001 00:01:09
Just a short note: if you happen to have some locale related settings
in your environment (i.e. LC_CTYPE=de_DE.ISO8859-1) you need to make sure
to unset these variables for now before doing a "make build".

There is some compatibility problem, and it may heavily hose your system if
you make programs calling setlocale() do a dlopen of an actual nls file.


Martin