From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLbJM-0008EX-DK for qemu-devel@nongnu.org; Tue, 09 Oct 2012 11:01:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLbJH-0004Z6-QK for qemu-devel@nongnu.org; Tue, 09 Oct 2012 11:01:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLbJH-0004Ym-HJ for qemu-devel@nongnu.org; Tue, 09 Oct 2012 11:01:27 -0400 Message-ID: <507433CB.6010803@redhat.com> Date: Tue, 09 Oct 2012 16:25:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349587956-21436-1-git-send-email-xiaxia347os@163.com> <1349587956-21436-2-git-send-email-xiaxia347os@163.com> <50722ECD.5060801@163.com> <50736969.9000607@163.com> In-Reply-To: <50736969.9000607@163.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: wenchao xia Cc: kwolf@redhat.com, aliguori@us.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, Blue Swirl , xiawenc@linux.vnet.ibm.com Il 09/10/2012 02:01, wenchao xia ha scritto: >> > Could u give more tip about this error? what is obj-amd64? > My understanding is you tried to build the library from another > directory similar as: > /extend_disk/xiawenc/qemu/qemu have the qemu source code, then > [xiawenc@RedHat62GAWSWenchao xiawenc]$ pwd > /extend_disk/xiawenc > [xiawenc@RedHat62GAWSWenchao xiawenc]$ make -C qemu/qemu libqblock.la > failed. > Please correct me. mkdir obj-amd64 cd obj-amd64 ../configure make Paolo