From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Nla-0006ni-2g for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1NkW-0000gj-0b for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:03:22 -0500 Received: from theiggy.com ([66.220.1.110]:44992 helo=mail.theiggy.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1NkV-0000fe-RI for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:02:15 -0500 Date: Fri, 1 Feb 2013 15:02:09 -0600 From: Brian Jackson Message-ID: <20130201150209.5301c921@PeterVenkman> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [QEMU]Installed qemu-img and qemu/qemu-img have different size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: harryxiyou Cc: qemu-devel@nongnu.org On Fri, 1 Feb 2013 22:04:02 +0800 harryxiyou wrote: > Hi all, > > I did following operations to install QEMU to my PC. > > 1. git clone git://git.qemu.org/qemu.git > 2. cd qemu > 3, git reset --hard v1.3.0 > 4, ./configure > 5, make > 6, sudo make install > > After step 6, i did following jobs. > > a: see size of qemu-img bin in qemu package > jiawei@jiawei-laptop:~/workshop4/qemu$ ls -alh ./qemu-img > -rwxr-xr-x 1 jiawei jiawei 586K 2013-02-01 11:24 ./qemu-img > > b: see size of qemu-img bin in system > jiawei@jiawei-laptop:/usr/bin$ ls -alh ./qemu-img > -rwxr-xr-x 1 root root 219K 2013-01-16 00:33 ./qemu-img > > Why do a and b have different size? Could anyone give me some > suggestions? Thanks in advance ;-) > It probably gets stripped during the install process. Check 'file' output on both and see.