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? Thanks lot, J .... CC x86_64-softmmu/disas.o CC x86_64-softmmu/i386-dis.o AR x86_64-softmmu/libqemu.a LINK x86_64-softmmu/qemu-system-x86_64 ../libqemu_common.a(xen_backend.o): In function `xen_be_send_notify': /home/kvm/kvm-88/hw/xen_backend.c:679: undefined reference to `xc_evtchn_notify' ../libqemu_common.a(xen_backend.o): In function `xen_be_unbind_evtchn': /home/kvm/kvm-88/hw/xen_backend.c:671: undefined reference to `xc_evtchn_fd' /home/kvm/kvm-88/hw/xen_backend.c:672: undefined reference to `xc_evtchn_unbind' ../libqemu_common.a(xen_backend.o): In function `xen_be_bind_evtchn': /home/kvm/kvm-88/hw/xen_backend.c:655: undefined reference to `xc_evtchn_bind_interdomain' /home/kvm/kvm-88/hw/xen_backend.c:662: undefined reference to `xc_evtchn_fd' ../libqemu_common.a(xen_backend.o): In function `xen_be_evtchn_event': /home/kvm/kvm-88/hw/xen_backend.c:606: undefined reference to `xc_evtchn_pending' /home/kvm/kvm-88/hw/xen_backend.c:612: undefined reference to `xc_evtchn_unmask' -- 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