Re: gettext support

2012-06-15 Thread Tom Deblauwe
Op 14/06/2012 23:50, Michael Hope schreef: Hi Tom. To start, which build and version are you running? The best way to check is by running 'arm-linux-gnueabi-gcc --version' The gettext() functions are provided by GLIBC and should work. I recommend using strace to check where your program is ac

gettext support

2012-06-14 Thread Tom Deblauwe
Hello, I am wondering if there is support for gettext in the linaro toolchain? How can I check it if it should work or not? I can compile and link the "setlocale()" and "bindtextdomain()" and "textdomain()" functions, however, the translation doesn't work.