From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: Re: Failed to compile kvm-88 Date: Fri, 17 Jul 2009 13:45:45 +0800 Message-ID: <200907171345.46449.sheng@linux.intel.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Jun Koi , Anthony Liguori To: kvm@vger.kernel.org Return-path: Received: from mga12.intel.com ([143.182.124.36]:25763 "EHLO azsmga102.ch.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932899AbZGQFp5 (ORCPT ); Fri, 17 Jul 2009 01:45:57 -0400 In-Reply-To: Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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. -- regards Yang, Sheng > > 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@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html