From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjGJS-0001sW-PB for qemu-devel@nongnu.org; Fri, 17 Jun 2005 08:51:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjGJ7-0001hV-UL for qemu-devel@nongnu.org; Fri, 17 Jun 2005 08:50:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjGJ7-0001gg-FF for qemu-devel@nongnu.org; Fri, 17 Jun 2005 08:50:49 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DjGGA-0008L6-Hw for qemu-devel@nongnu.org; Fri, 17 Jun 2005 08:47:46 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Fedora 4 + GCC4 + Qemu WAS: [patch] gcc4 host support Date: Fri, 17 Jun 2005 13:45:40 +0100 References: <200505112204.10204.paul@codesourcery.com> <200505121800.40417.paul@codesourcery.com> <1118982652.12881.2.camel@unixadmindazfc2.chh.co.nz> In-Reply-To: <1118982652.12881.2.camel@unixadmindazfc2.chh.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506171345.41562.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 17 June 2005 05:30, Darryl Dixon wrote: > Hi, > > Fedora Core 4 with gcc4 seems to have some trouble compiling qemu, > even with the below patch attached. EG: > [...snip many signedness errors...] Please read the FAQ. http://www.qemu.org/faq.html "QEMU does not compile. Why ? It is likely that you are using GCC 4.x: it is currently not supported by QEMU. You must use GCC 3.x." Paul