On Fri, 1 Feb 2013 22:04:02 +0800
harryxiyou <harryxi...@gmail.com> 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.

Reply via email to