From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZv9h-00076r-LN for qemu-devel@nongnu.org; Thu, 13 Mar 2008 17:40:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZv9g-00076S-BL for qemu-devel@nongnu.org; Thu, 13 Mar 2008 17:40:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZv9g-00076P-3R for qemu-devel@nongnu.org; Thu, 13 Mar 2008 17:40:04 -0400 Received: from hobi.com ([130.94.185.247]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZv9e-0003vV-FG for qemu-devel@nongnu.org; Thu, 13 Mar 2008 17:40:03 -0400 Received: from unknown (HELO ricklap) ([68.23.60.237]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 13 Mar 2008 21:38:43 -0000 From: Rick Vernam Subject: Re: [Qemu-devel] CVS build error Date: Thu, 13 Mar 2008 16:40:00 -0500 References: <200803131533.46989.rickv@hobi.com> <200803132047.21270.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803131640.00947.rickv@hobi.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 Thursday 13 March 2008 04:27:29 pm Ben Taylor wrote: > On Thu, Mar 13, 2008 at 4:47 PM, Paul Brook wrote: > > > gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2) > > > > Which part of "gcc 4.x is not supported" didn't you understand? > > > > Paul > > > > > > Apparently, we should make configure fail horribly if gcc4 is found even > > if disable-gcc-check is enabled. It's quite interesting - the arrogant and presumptuous assertions that are made. On a different system (x86_64) - my everyday-use laptop, actually - I have only gcc 4.1.2. If you're familiar with Gentoo, you'll know what this means: gcc-config -l [1] x86_64-pc-linux-gnu-4.1.2 * On this laptop, I run qemu cvs, configured as such: ./configure --prefix=/usr --enable-ac97 --enable-alsa --disable-vnc-tls --disable-linux-user --disable-gcc-check --target-list=x86_64-softmmu and build with no problems. I run it every single day. in fact, it is running right now. It runs ms and linux guests without problem. Not supported? Okay, fine. But don't tell me it can't work. The fact of the matter is that I use it daily. Make configure fail horribly? Well, that seems a bit counter-productive, don't you think?