RV: [uClibc] upnp-igd compling against uclibc

Manuel Novoa III mjn3 at codepoet.org
Tue Jul 29 18:26:43 UTC 2003


On Tue, Jul 29, 2003 at 03:21:32PM -0300, Mariano Drzazga wrote:
> But, in the last line of the compiler output i get :
> 
> /usr/lib/gcc-lib/i386-linux/3.3/../../../libstdc++.a(locale.o): In
> function `std::locale::global(std::locale const&)':
> /home/andersen/CVS/buildroot/toolchain_build_i386/gcc-final/i386-linux/l
> ibstdc++-v3/include/bits/basic_string.h:471: the 'setlocale' function
> supports only C|POSIX locales
> 
> Could you tell me if this is an error or a warning, and if it can be
> "workarrounded"?

It is a 'link_warning', and is there to remind you that what you were
building calls the setlocale() function and that the version of uClibc
you are using was built with support for only the C|POSIX locale.
You can ignore it... unless you wanted real locale support.

Manuel



More information about the uClibc mailing list