From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmBQC-0006G7-4a for qemu-devel@nongnu.org; Wed, 27 Jul 2011 17:13:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmBQ7-0006ux-3S for qemu-devel@nongnu.org; Wed, 27 Jul 2011 17:13:40 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:54897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmBQ6-0006uH-Uu for qemu-devel@nongnu.org; Wed, 27 Jul 2011 17:13:35 -0400 Message-ID: <4E307F7A.1080908@mail.berlios.de> Date: Wed, 27 Jul 2011 23:13:30 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1311799601.17791.YahooMailClassic@web110405.mail.gq1.yahoo.com> In-Reply-To: <1311799601.17791.YahooMailClassic@web110405.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kenneth Salerno Cc: qemu-devel@nongnu.org Am 27.07.2011 22:46, schrieb Kenneth Salerno: > I'll have to fall back to my old plan of compiling glib2 and gettext myself to install into prefix /usr/i686-pc-mingw32/sys-root/mingw (Cygwin doesn't distribute a MinGW version of glib2, and the one available on gtk.org gives me this error "cc1: warning: c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include: No such file or directory, but you are correct, I didn't need to modify qemu's 'configure'). > > Ken > You can fix the *.pc files (pkgconfig configuration) using your installation path instead of c:/devel/..., then the gtk.org distribution works (at least for me). Cheers, Stefan