> I have an installation of qemu on my system, but i don't think that > compilation of any code should depend on the qemu/emulator in any way. > Correct me if I am wrong. If you are doing a gcc bootstrap (you haven't used --disable-bootstrap on configure), the compilation depends on qemu. Lauro