From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Czfy4-0002FH-T0 for qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:56:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Czfxz-0002D7-Aw for qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:56:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Czfxx-000262-E0 for qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:56:33 -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 1CzfYW-0005ri-Tx for qemu-devel@nongnu.org; Fri, 11 Feb 2005 13:30:17 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Just a thought (high level API) Date: Fri, 11 Feb 2005 18:30:13 +0000 References: <1107961744.8824.7.camel@localhost.localdomain> <420CF90A.7090507@xtal.rwth-aachen.de> In-Reply-To: <420CF90A.7090507@xtal.rwth-aachen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502111830.13786.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 On Friday 11 February 2005 18:27, Jan Marten Simons wrote: > Johannes Schindelin wrote: > >>I wouldn't mind a glibc-build-time-dependency, [...] > > > >I think they talked about glib, not glibc. glib is sort of a utility > >library for gtk, which contains things like containers. > > Oh, my bad, I misread it then. But my point is still valid. I don't mind > additional dependencies, as long as those are only needed during > compilation and those would be helpful for qemu and not restricting its > compilation on various OS/arch. glib is a shared library on my system, so would introduce a runtime dependency. Paul