On Sun, Oct 18, 2009 at 02:32:43AM +0200, Stephan Raue wrote: >Am 18.10.2009 02:30, schrieb Mike Frysinger: >>On Saturday 17 October 2009 18:30:53 Stephan Raue wrote: >>>when i am compiling uClibc-0.9.30.2 from today i become follow error: >>> >>> CC libc/string/wcslcpy.os >>>libc/string/strlcpy.c:62: error: '__EI_wcsxfrm' aliased to undefined >>>symbol '__GI_wcsxfrm' >>>make: *** [libc/string/wcslcpy.os] Error 1 >>>make: Leaving directory >>>`/home/stephan/projects/OpenELEC/build.OpenELEC.intel.i386.uClibc.devel/uCl >>>ibc-0.9.30.2-20091017' >>you need to post your .config file when reporting bugs like this >>-mike >attached
git revert d75809641fbe777fb073874072edfd83f5fb47b4 For WCHAR && !LOCALE the visible __wcslcpy is aliased to wcsxfrm (which is consequently also visible). _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
