From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdS0Q-0003eU-S4 for qemu-devel@nongnu.org; Thu, 24 Jun 2004 07:02:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdS0O-0003d6-WC for qemu-devel@nongnu.org; Thu, 24 Jun 2004 07:02:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdS0O-0003ci-Uf for qemu-devel@nongnu.org; Thu, 24 Jun 2004 07:02:56 -0400 Received: from [80.190.240.67] (helo=codeblau.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BdRys-00050g-EQ for qemu-devel@nongnu.org; Thu, 24 Jun 2004 07:01:22 -0400 Date: Thu, 24 Jun 2004 13:01:13 +0200 From: Felix von Leitner Message-ID: <20040624110112.GA25294@codeblau.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] qemu CVS HEAD compile fixes for glibc 2.3.2 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 First of all, I would like make not to fail if static compilation fails. For me, it failed because I don't have static versions of most of my libraries installed, in particular not of all the dependencies of SDL. Second, __longjmp no longer appears to exist in glibc 2.3.2. But there is a __libc_longjmp. Third, target-i386/helper2.c needs to #include Felix