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:59:43 +0800 Message-ID: <200907171359.43729.sheng@linux.intel.com> References: <200907171345.46449.sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Anthony Liguori To: Jun Koi Return-path: Received: from mga12.intel.com ([143.182.124.36]:57258 "EHLO azsmga102.ch.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933891AbZGQF7y (ORCPT ); Fri, 17 Jul 2009 01:59:54 -0400 In-Reply-To: Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Friday 17 July 2009 13:55:02 Jun Koi wrote: > On Fri, Jul 17, 2009 at 2:45 PM, Sheng Yang 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... -- regards Yang, Sheng