I recently built busybox with uClibc and tried to run it on an i386, that is, a real i386DX. When running certain applets in busybox, such as ifconfig and route, busybox would terminate with "Illegal Instruction". I built busybox again, this time statically linked against GNU libc6 and that worked fine. Bill