From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRshQ-0006la-7s for qemu-devel@nongnu.org; Wed, 10 Nov 2004 08:39:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRshP-0006kv-30 for qemu-devel@nongnu.org; Wed, 10 Nov 2004 08:39:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRshO-0006kc-PR for qemu-devel@nongnu.org; Wed, 10 Nov 2004 08:39:46 -0500 Received: from [213.80.72.10] (helo=kubrik.opensource.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRsYe-0001HL-M8 for qemu-devel@nongnu.org; Wed, 10 Nov 2004 08:30:44 -0500 Received: from clementine.opensource.se (unknown [213.80.72.14]) by kubrik.opensource.se (Postfix) with ESMTP id DCB793752C for ; Wed, 10 Nov 2004 14:18:32 +0100 (CET) Subject: Re: [Qemu-devel] QEMU causes internal compiler error in gcc-3.4.2 from FC3 x86_64 From: Magnus Damm In-Reply-To: <200411101517.02618.hetz@softier.com> References: <1100089121.16579.24.camel@orion> <200411101517.02618.hetz@softier.com> Content-Type: text/plain Message-Id: <1100093578.8654.62.camel@localhost> Mime-Version: 1.0 Date: Wed, 10 Nov 2004 14:32:58 +0100 Content-Transfer-Encoding: 7bit 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 Wed, 2004-11-10 at 14:17, Hetz Ben Hamo wrote: > On Wednesday 10 November 2004 14:18, Bob Deblier wrote: > > F.Y.I. > > > > Just posted this bug upstream to RedHat: > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=138627 > > Could you try: make clean ; make > > As odd as it seems, I have seen this problem before and thats what "cured" > it... ... yeah, I think I've seen that the makefile rules are not complete when it comes to dependencies. But I am too lazy to do anything about it... / magnus