[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Error in Qemu ./configure
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] Error in Qemu ./configure |
Date: |
Wed, 21 Oct 2015 14:51:50 +0100 |
On 21 October 2015 at 14:41, Bilal Arif <address@hidden> wrote:
> address@hidden:~/qemu-2.4.0.1$ ./configure
>
> ERROR: "cc" either does not exist or does not work
This is trying to tell you that you need to install
some development tools; in this case, the C compiler.
It's a problem with the machine you're running the
configure script on, not with QEMU itself. Most
errors reported by configure mean "you need to install
something", typically a library we depend on.
thanks
-- PMM