From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM7kj-0003RG-5G for qemu-devel@nongnu.org; Wed, 10 Oct 2012 21:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TM7ki-0006P5-5r for qemu-devel@nongnu.org; Wed, 10 Oct 2012 21:39:57 -0400 Received: from m12-17.163.com ([220.181.12.17]:40008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM7kh-0006Dk-47 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 21:39:56 -0400 Message-ID: <50762342.6060109@163.com> Date: Thu, 11 Oct 2012 09:39:14 +0800 From: wenchao xia 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> <507433CB.6010803@redhat.com> In-Reply-To: <507433CB.6010803@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V6 1/5] libqblock build system List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, aliguori@us.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, Blue Swirl , xiawenc@linux.vnet.ibm.com 于 2012-10-9 22:25, Paolo Bonzini 写道: > 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 > Thank you for the declaration, I'll fix it.