From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2oid-0003py-T2 for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2oic-0002bQ-Uj for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:25:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:48619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2oic-0002bL-N9 for qemu-devel@nongnu.org; Sun, 11 Sep 2011 14:25:26 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R2oiZ-0006Ju-D8 for qemu-devel@nongnu.org; Sun, 11 Sep 2011 20:25:23 +0200 Received: from 93-34-199-31.ip51.fastwebnet.it ([93.34.199.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Sep 2011 20:25:23 +0200 Received: from pbonzini by 93-34-199-31.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Sep 2011 20:25:23 +0200 From: Paolo Bonzini Date: Sun, 11 Sep 2011 20:25:12 +0200 Message-ID: References: <1315756545-25630-1-git-send-email-weil@mail.berlios.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1315756545-25630-1-git-send-email-weil@mail.berlios.de> Subject: Re: [Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 09/11/2011 05:55 PM, Stefan Weil wrote: > This script can be used for cross compilations. > I use it on Debian / Ubuntu to provide a cross pkg-config > for MinGW (32 and 64 bit), ARM, MIPS and PowerPC. I think the lack of such script is a bug in your distro. Fedora provides /usr/bin/i686-pc-mingw32-pkg-config. You should report a bug with Debian. Paolo