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