From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1HKp-000088-4J for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:11:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1HKm-00037T-IR for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:11:19 -0500 Received: from mail-ia0-x235.google.com ([2607:f8b0:4001:c02::235]:49291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1HKm-00037O-Dp for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:11:16 -0500 Received: by mail-ia0-f181.google.com with SMTP id k25so5349745iah.26 for ; Fri, 01 Feb 2013 06:11:15 -0800 (PST) MIME-Version: 1.0 Date: Fri, 1 Feb 2013 22:04:02 +0800 Message-ID: From: harryxiyou Content-Type: text/plain; charset=UTF-8 Subject: [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: qemu-devel@nongnu.org Cc: Kang Hua , littlesmartsmart@gmail.com 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 ;-) -- Thanks Harry Wei