[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] compile from source code : 'qemu' binary is absent
From: |
spam . spam . spam . spam |
Subject: |
Re: [Qemu-discuss] compile from source code : 'qemu' binary is absent |
Date: |
Fri, 3 Aug 2012 00:30:10 +0200 (CEST) |
A little mistake :
In the 1st case :
Then the 'qemu' binary is present in /tmp/qemu-0.14.1/usr/bin.
In the second case :
Then the 'qemu' binary is absent in /tmp/qemu-1.1.1/usr/bin.
My apologize.
Can you explain me why ?
----- Mail original -----
De: "spam spam spam spam" <address@hidden>
À: address@hidden
Envoyé: Vendredi 3 Août 2012 00:27:41
Objet: [Qemu-discuss] compile from source code : 'qemu' binary is absent
Hello,
When I take a previous release (qemu-0.14.1), then I compile from source code :
$ ./configure --prefix=/usr
$ make
$ make install DESTDIR=/tmp/qemu-0.14.1
Then the 'qemu' binary is present in /tmp/qemu-0.14.1/usr/bin.
Now If I take the last release (qemu-1.1.1-1), then I compile from source code :
$ ./configure --prefix=/usr
$ make
$ make install DESTDIR=/tmp/qemu-1.1.1
Then the 'qemu' binary is present in /tmp/qemu-1.1.1/usr/bin.
Can you explain me why ?
Thank you.
Regards.