On Sat, Feb 2, 2013 at 5:02 AM, Brian Jackson wrote:
[...]
> It probably gets stripped during the install process. Check 'file'
> output on both and see.
This is a stupid mistake, which the latter one is *NOT* installed by
the first one. Jackson, thanks for your suggestions ;-)
--
Thanks
Harry
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
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:~/workshop