From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYZOQ-0000QV-N4 for qemu-devel@nongnu.org; Tue, 25 Apr 2006 22:04:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYZOP-0000QB-6T for qemu-devel@nongnu.org; Tue, 25 Apr 2006 22:04:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYZOP-0000Q8-0K for qemu-devel@nongnu.org; Tue, 25 Apr 2006 22:04:37 -0400 Received: from [68.142.198.205] (helo=smtp106.sbc.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FYZQz-0001hf-3Q for qemu-devel@nongnu.org; Tue, 25 Apr 2006 22:07:17 -0400 Message-ID: <444ED531.8020707@cnpbagwell.com> Date: Tue, 25 Apr 2006 21:04:33 -0500 From: Chris Bagwell MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] gnu-c99-math.h file 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 I just upgraded to current CVS to get all the changes submitted today. The solaris port commits seems to have added a #include "gnu-c99-math.h" file to fpu/softfloat-native.h. This file doesn't exist on my Fedora Core 5 system with gcc32 installed for compatibility. The mailing archive mentions something about this missing file being a custom file for the solaris port. Should that file only be referenced under solaris? Qemu appears to compile fine on linux if I just comment that line out. Chris