Hi people,<br><br>I have a problem with the package "libglib2". I get this compiler eror:<br><br><br>make[3]: Entering directory `/home/ocelikkanat/buildroot/build_i386/glib-2.14.1/gobject'<br>if /home/ocelikkanat/buildroot/build_i386/staging_dir/usr/bin/i386-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS  -pthread  -g -O2 -Wall -MT 
glib-genmarshal.o -MD -MP -MF ".deps/glib-genmarshal.Tpo" \<br>  -c -o glib-genmarshal.o `test -f 'glib-genmarshal.c' || echo './'`glib-genmarshal.c; \<br>then mv -f ".deps/glib-genmarshal.Tpo
" ".deps/glib-genmarshal.Po"; \<br>else rm -f ".deps/glib-genmarshal.Tpo"; exit 1; \<br>fi<br>/bin/sh ../libtool --mode=link /home/ocelikkanat/buildroot/build_i386/staging_dir/usr/bin/i386-linux-uclibc-gcc  -g -O2 -Wall  -L/home/ocelikkanat/buildroot/build_i386/staging_dir/usr/lib -lc -o glib-genmarshal  
glib-genmarshal.o ../glib/libglib-<a href="http://2.0.la">2.0.la</a> -lintl<br>mkdir .libs<br>/home/ocelikkanat/buildroot/build_i386/staging_dir/usr/bin/i386-linux-uclibc-gcc -g -O2 -Wall -o .libs/glib-genmarshal glib-genmarshal.o
  -L/home/ocelikkanat/buildroot/build_i386/staging_dir/usr/lib ../glib/.libs/libglib-<a href="http://2.0.so">2.0.so</a> -L/home/ocelikkanat/buildroot/build_i386/staging_dir/usr/lib/ /home/ocelikkanat/buildroot/build_i386/staging_dir/usr/lib/libintl.so -lc -Wl,--rpath -Wl,/home/ocelikkanat/buildroot/build_i386/staging_dir/usr/lib
<br>../glib/.libs/libglib-<a href="http://2.0.so">2.0.so</a>: undefined reference to `wcscoll'<br>../glib/.libs/libglib-<a href="http://2.0.so">2.0.so</a>: undefined reference to `_stdlib_mb_cur_max'<br>../glib/.libs/libglib-
<a href="http://2.0.so">2.0.so</a>: undefined reference to `wcsxfrm'<br>collect2: ld returned 1 exit status<br>make[3]: *** [glib-genmarshal] Error 1<br>make[3]: Leaving directory `/home/ocelikkanat/buildroot/build_i386/glib-
2.14.1/gobject'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/ocelikkanat/buildroot/build_i386/glib-2.14.1'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/ocelikkanat/buildroot/build_i386/glib-
2.14.1'<br>make: *** [/home/ocelikkanat/buildroot/build_i386/glib-2.14.1/glib/.libs/libglib-2.0.a] Error 2<br><br><br>These functions "wcscoll, wcsxfrm" are included in wchar.h and this is in libc. But if I link the libc no success. I'm dispaired and don't know how I can get forward. I can compile the other parts like "gthread, gmodule" manually. Before this error I got a linker error from "
<a href="http://libglib-2.0.so">libglib-2.0.so</a>". This grabs to libc.so.6 instead of libc.so.0.<br><br>Can anybody help me? Pleaseeeee.<br><br>greets <br>Ömer<br>