Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Kenneth Salerno
--- On Wed, 7/27/11, Stefan Weil wrote: > From: Stefan Weil > Subject: Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include > -lglib-2.0 etc. > To: "Kenneth Salerno" > Cc: qemu-devel@nongnu.org > Date: Wednesday, July 27, 2011, 5:13 PM > Am 27.07.2

Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Stefan Weil
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: w

Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Anthony Liguori
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 -

Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Kenneth Salerno
--- On Wed, 7/27/11, Daniel P. Berrange wrote: > From: Daniel P. Berrange > Subject: Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include > -lglib-2.0 etc. > To: "Kenneth Salerno" > Cc: qemu-devel@nongnu.org > Date: Wednesday, July 27, 2011, 11:56 A

Re: [Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Daniel P. Berrange
On Wed, Jul 27, 2011 at 08:50:23AM -0700, Kenneth Salerno wrote: > Should check first if using a mingw compiler before forcing the addition of > -lglib-2.0, -liconv, and -lintl to $LIBS of config-target.mak. > > > Signed-off-by: Kenneth Salerno > --- configure.ORIG 2011-07-27 11:28:16.8593

[Qemu-devel] [PATCH] MinGW compilation shouldn't include -lglib-2.0 etc.

2011-07-27 Thread Kenneth Salerno
Should check first if using a mingw compiler before forcing the addition of -lglib-2.0, -liconv, and -lintl to $LIBS of config-target.mak. Signed-off-by: Kenneth Salerno --- configure.ORIG 2011-07-27 11:28:16.859375000 -0400 +++ configure 2011-07-27 11:43:59.859375000 -0400 @@ -1824,9 +1