From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdqkF-0000BC-4A for qemu-devel@nongnu.org; Thu, 11 Sep 2008 14:18:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdqkE-0000A7-Dz for qemu-devel@nongnu.org; Thu, 11 Sep 2008 14:18:18 -0400 Received: from [199.232.76.173] (port=58590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdqkE-00009y-Ap for qemu-devel@nongnu.org; Thu, 11 Sep 2008 14:18:18 -0400 Received: from ag-out-0708.google.com ([72.14.246.242]:31481) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdqkE-0002bx-IU for qemu-devel@nongnu.org; Thu, 11 Sep 2008 14:18:18 -0400 Received: by ag-out-0708.google.com with SMTP id 31so1455381agc.5 for ; Thu, 11 Sep 2008 11:18:17 -0700 (PDT) Message-ID: <48C960B6.1000806@codemonkey.ws> Date: Thu, 11 Sep 2008 13:17:26 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5194] Fix the build on non-Linux systems References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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 C.W. Betts wrote: > And it also doesn't link on 64-bit… > I don't know what library has the sigwaitinfo call on it, nor do I > know what headers define it. Spotlight only found one file, > compatfd.c, and mail messages that reference it. sigwaitinfo is part of POSIX. Is sigtimedwait() available? What about just sigwait()? Regards, Anthony Liguori > On Sep 11, 2008, at 10:33 AM, C.W. Betts wrote: > >> Actually, it builds in 10.5. Using the 10.4 SDK causes the problems. >> On Sep 11, 2008, at 9:26 AM, C.W. Betts wrote: >> >>> Now it complains about missing symbols: >>> Undefined symbols: >>> "_sigwaitinfo", referenced from: >>> _sigwait_compat in compatfd.o >>> ld: symbol(s) not found >>> collect2: ld returned 1 exit status >>> make: *** [qemu-img] Error 1 >>> This happened both when trying to compile qemu-img and qemu-nbd. >>> On Sep 11, 2008, at 8:18 AM, Anthony Liguori wrote: >