Xyber Blue wrote:
>>If you check symbols in libgdk-1.2.so <http://libgdk-1.2.so/> (built with -DX_LOCALE) like:>> nm -ap /usr/lib/libgdk-1.2.so.0 | fgrep setlocale >>what do you receive?[root localhost ~]# frv-linux-gnu-nm -ap /opt/gtk-dillo/lib/libgdk-1.2.so.0 | fgrep setlocaleU setlocale@@GLIBC_2.3.4 That is the output..... what's with the output???
It means your gtk+-1.2.x is built to use locale in libc. It does not call _Xsetlocale(). Therefore, it will fail as the first test with xmbcs.c. If it is configured to use _Xsetlocale(), libgdk-1.2.so.0 won't call setlocale().