From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1zFs-0001Fd-KB for qemu-devel@nongnu.org; Sat, 23 Jun 2007 02:37:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1zFr-0001FB-54 for qemu-devel@nongnu.org; Sat, 23 Jun 2007 02:37:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1zFq-0001F0-PN for qemu-devel@nongnu.org; Sat, 23 Jun 2007 02:37:54 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1zFp-0006C2-In for qemu-devel@nongnu.org; Sat, 23 Jun 2007 02:37:53 -0400 From: Rob Landley Subject: Re: [Qemu-devel] qemu-i386 segfaults running "hello world". Date: Sat, 23 Jun 2007 02:38:02 -0400 References: <200706221715.16729.rob@landley.net> <467C578F.1090206@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706230238.03358.rob@landley.net> 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 22 June 2007 19:27:18 andrzej zaborowski wrote: > > Well it works for me. I usually see this segfault when trying to compile > > qemu with a gcc4. Try gcc3 and everything should be fine. > > I usually see this when I forget to rebuild all files affected by a > recent change (because the Makefile doesn't make the .depend before > you tell it to). I did an rm -rf of the directory and re-downloaded it out from CVS when I first encountered this. Didn't fix it. I just did a "make distclean" and rebuilt again: same problem. > Regards Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.