From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9Dji-0004Fk-AV for qemu-devel@nongnu.org; Wed, 09 Mar 2005 21:49:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9DjV-000490-JM for qemu-devel@nongnu.org; Wed, 09 Mar 2005 21:49:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9DjV-00048I-9z for qemu-devel@nongnu.org; Wed, 09 Mar 2005 21:49:05 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9DSU-0008BM-34 for qemu-devel@nongnu.org; Wed, 09 Mar 2005 21:31:30 -0500 From: Paul Brook Subject: Re: [Qemu-devel] SO_BSDCOMPAT in qemu's syscall.c Date: Thu, 10 Mar 2005 02:31:25 +0000 References: <422FA690.40502@physics.ox.ac.uk> In-Reply-To: <422FA690.40502@physics.ox.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503100231.27250.paul@codesourcery.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 Cc: Stefan Stonjek On Thursday 10 March 2005 01:44, Stefan Stonjek wrote: > Hello, > > I just tried to compile qemu 0.6.1 on SuSE Linux 9.2. Since a standard > "configure ; make ; make install" failed, I checked the reason. > > The problem was that line 580 of syscall.c refers to a preprocessor > constant SO_BSDCOMPAT. This has already been fixed in CVS. Paul