On Fri, Jul 17, 2009 at 2:59 PM, Sheng Yang<sheng@xxxxxxxxxxxxxxx> wrote: > On Friday 17 July 2009 13:55:02 Jun Koi wrote: >> On Fri, Jul 17, 2009 at 2:45 PM, Sheng Yang<sheng@xxxxxxxxxxxxxxx> wrote: >> > On Friday 17 July 2009 11:34:03 Jun Koi wrote: >> >> Hi, >> >> >> >> I am trying to compile kvm-88, like followings: >> >> >> >> ./configure --disable-xen >> >> make >> >> >> >> Then I get following errors. Why do I have such a problem, if I >> >> already disalbe Xen support, like above? How to fix this problem? >> > >> > Comment out all XEN related thing in qemu-kvm/Makefile(search "XEN" then >> > comment them), then remake. >> > >> > Anyone can figure out a more peaceful fix for this? I think compile >> > failure w/o --disable-xen is still a issue. >> >> hmm, that was actually my fault. i should clean up the mess, before >> recompiling. >> >> i fixed that with "make clean", then "./configure --disable-xen", >> then "make". it went well. >> > Oops, I once think --disable-xen didn't work, then just comment all the thing > out... > > Well, I still a little unhappy about --disable-xen must be explicit set. It > should be configure script's work to figure if fit the compilation > requirement... agreed. that would be much nicer if "./configure" can tell us that "make" would not work, because Xen support is not available. we should not wait until "make" to spit out the error message. thanks, J -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html