Nigel Horne wrote: > When running "configure" I get > > 'ERROR: "gcc" looks like gcc 4.x' > > even though I've set the CC environment variable to point to my copy of > gcc version 3.2.2
Qemu's configure is not like most other configure scripts. You have to use the --cc="$CC" command line option to Qemu's configure, to get it to use a different compiler. You might need to use the --host-cc="$CC" option as well. -- Jamie _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel