From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmB3s-0001PG-9u for qemu-devel@nongnu.org; Wed, 27 Jul 2011 16:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmB3r-00068f-FD for qemu-devel@nongnu.org; Wed, 27 Jul 2011 16:50:36 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:64348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmB3r-00068V-9U for qemu-devel@nongnu.org; Wed, 27 Jul 2011 16:50:35 -0400 Received: by gyg8 with SMTP id 8so1630555gyg.4 for ; Wed, 27 Jul 2011 13:50:34 -0700 (PDT) Message-ID: <4E307A17.4010604@codemonkey.ws> Date: Wed, 27 Jul 2011 15:50:31 -0500 From: Anthony Liguori 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 On 07/27/2011 03:46 PM, Kenneth Salerno wrote: >> -- >> |: http://berrange.com -o- >> http://www.flickr.com/photos/dberrange/ >> :| >> |: http://libvirt.org >> -o- >> http://virt-manager.org :| >> |: http://autobuild.org >> -o- >> http://search.cpan.org/~danberr/ :| >> |: http://entangle-photo.org >> -o- http://live.gnome.org/gtk-vnc :| >> > > > 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'). Fedora packages mingw packages including glib: http://fedoraproject.org/wiki/MinGW Regards, Anthony Liguori > Ken >