From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxiVL-0008L5-WA for qemu-devel@nongnu.org; Wed, 15 Feb 2012 12:19:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxiVD-0004xi-TL for qemu-devel@nongnu.org; Wed, 15 Feb 2012 12:18:55 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:64882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxiVD-0004xe-Oe for qemu-devel@nongnu.org; Wed, 15 Feb 2012 12:18:47 -0500 Received: by pbbro12 with SMTP id ro12so1866365pbb.4 for ; Wed, 15 Feb 2012 09:18:46 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F3BE8F1.2010601@redhat.com> Date: Wed, 15 Feb 2012 18:18:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1329324093-6581-1-git-send-email-meadori@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1] ./configure: use -lole32 when building with mingw32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Meador Inge , qemu-devel@nongnu.org On 02/15/2012 05:49 PM, Peter Maydell wrote: >> glib calls 'CoTaskMemFree' which is defined by ole32.dll. >> > Therefore when building with mingw32 -lole32 should be in >> > 'LIBS'. > Not that I'm objecting to the patch, but isn't this technically > a bug in the pkg-config for glib with mingw32 that we're working > around? Yes, and I object to the patch. :) Paolo