From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1RTU-00061X-JS for qemu-devel@nongnu.org; Sun, 29 Aug 2004 11:20:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1RTS-00060i-GL for qemu-devel@nongnu.org; Sun, 29 Aug 2004 11:20:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1RTS-00060C-65 for qemu-devel@nongnu.org; Sun, 29 Aug 2004 11:20:06 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C1ROQ-0004DX-Mc for qemu-devel@nongnu.org; Sun, 29 Aug 2004 11:14:55 -0400 Message-ID: <4131F26E.9030004@gmx.com> Date: Sun, 29 Aug 2004 17:12:46 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] sparc? References: <412DC42E.4070804@gmx.com> <412FC3CB.3010304@gmx.com> <413083B1.2040102@bellard.org> <4130B905.5090706@gmx.com> <4131E783.5000307@gmx.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, 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 Johannes Schindelin wrote: > > That's okay, we all started that way. > > > This means that the file change times are not as they are supposed to be. > Are you working on the same files from two different machines? Something > like NFS mounted root, and trying to compile from one machine continuing > on the other? > > This means that at least the configure script's output has an incorrect > time set. > > How about a "make distclean && ./configure && make"? > > I once had a black screen: I was redirecting the X DISPLAY to an IRIX > machine. Only with my VNC patch I was able to see that the SDL output was > somehow wrong, but VNC showed what I expected. > > Ciao, > Dscho Thanks for the info, Ciao