On Tuesday 04 November 2008 12:00:33 Vladimir Dronnikov wrote: > One more issue: when compiling sqlite I started to get the error: > BUILD sqlite > awk: ./mkopcodeh.awk:117: Math support is not compiled in
That's because Denys removed CONFIG_FEATURE_AWK_LIBM from defconfig, which broke this. Sigh, defconfig has become useless as a "start with everything and remove stuff" base. Busybox apparently hasn't got one of those anymore, I have to make my own .config file and then regularly _check_ to see if busybox has added new features and add them to my own .config by hand. Back when defconfig was useful, you'd just enable everything, switch off the stuff you knew you didn't want, and then gain new features automatically on each upgrade without having to _look_ for them (and switch those off if they were too big or caused problems). It would be nice if busybox still had such a .config. Maybe I can start with allyesconfig and just switch off a lot _more_... Rob _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
