qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Configure doesn't honour CC variable


From: Jamie Lokier
Subject: Re: [Qemu-devel] Configure doesn't honour CC variable
Date: Sun, 4 Jun 2006 17:25:12 +0100
User-agent: Mutt/1.4.1i

Nigel Horne wrote:
> When running "configure" I get
> 
> 'ERROR: "gcc" looks like gcc 4.x'
> 
> even though I've set the CC environment variable to point to my copy of
> gcc version 3.2.2

Qemu's configure is not like most other configure scripts.

You have to use the --cc="$CC" command line option to Qemu's configure,
to get it to use a different compiler.

You might need to use the --host-cc="$CC" option as well.

-- Jamie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]