locales woes

2014-04-20 Thread Yann E. MORIN
Hello! While building postgresql with uClibc, we have locales-related build failures. Here is a small test-case (by Peter) that breaks on uClibc, but works on glibc: ---8--- test.c ---8--- #include locale.h #include ctype.h int f(int c, locale_t l) { return

Re: locales woes

2014-04-20 Thread Carmelo Amoroso
Il 20 aprile 2014 18:34:26 Yann E. MORIN yann.morin.1...@free.fr ha scritto: Hello! Hello, While building postgresql with uClibc, we have locales-related build failures. Here is a small test-case (by Peter) that breaks on uClibc, but works on glibc: ---8--- test.c ---8---