On Tue, Oct 13, 2009 at 05:36:08PM +0800, Teh Kok How wrote:
>[r...@smartbridges:~ 1]# echo $LANG
>C
>[r...@smartbridges:~ 1]# awk -F: '{ print $1 }' /etc/passwd

what arch, version of gcc, CFLAGS are you using?
if it's gcc < 4.4.1, retry with 4.4.1
if it persists with 4.4.1 i suppose it goes away if you
$ make clean ; make CFLAGS=-O0
does it?
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to