From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46hq-0004Zi-7q for qemu-devel@nongnu.org; Sat, 22 Nov 2008 23:36:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46hp-0004ZO-M4 for qemu-devel@nongnu.org; Sat, 22 Nov 2008 23:36:21 -0500 Received: from [199.232.76.173] (port=33792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46hp-0004ZL-GL for qemu-devel@nongnu.org; Sat, 22 Nov 2008 23:36:21 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]:41649) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L46hp-0007mZ-9j for qemu-devel@nongnu.org; Sat, 22 Nov 2008 23:36:21 -0500 Date: Sun, 23 Nov 2008 05:36:10 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] fix compile & linking errors on NetBSD Message-ID: <20081123043610.GB17042@networkno.de> References: <200811171200.13793.Christoph.Egger@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811171200.13793.Christoph.Egger@amd.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: Blue Swirl , qemu-devel@nongnu.org Christoph Egger wrote: [snip] > Index: configure > =================================================================== > --- configure (revision 5728) > +++ configure (working copy) > @@ -147,6 +147,7 @@ > bsd="yes" > audio_drv_list="oss" > audio_possible_drivers="oss sdl esd pa" > +aiolib="-lpthread" Apparently this wasn't tested with FreeBSD. (It is aio_lib, not aiolib.) Thiemo