Rob Landley wrote: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob > [EMAIL PROTECTED]:/vm/qemu-devel/patches/qemu> qemu-i386 ~/hello Hello world!
Well it works for me. I usually see this segfault when trying to compile qemu with a gcc4. Try gcc3 and everything should be fine. Alex