From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGt2S-0000ej-30 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 11:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGt2N-0007eK-6g for qemu-devel@nongnu.org; Fri, 21 Feb 2014 11:33:24 -0500 Received: from mail-la0-f47.google.com ([209.85.215.47]:40734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGt2M-0007eC-VZ for qemu-devel@nongnu.org; Fri, 21 Feb 2014 11:33:19 -0500 Received: by mail-la0-f47.google.com with SMTP id hr17so2461253lab.6 for ; Fri, 21 Feb 2014 08:33:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5306E9D9.9000804@weilnetz.de> References: <1392918631-14234-1-git-send-email-peter.maydell@linaro.org> <5306713E.2040508@weilnetz.de> <5306E9D9.9000804@weilnetz.de> From: Peter Maydell Date: Fri, 21 Feb 2014 16:32:57 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Patch Tracking , QEMU Developers , Richard Henderson On 21 February 2014 05:53, Stefan Weil wrote: > One of my hosts runs Ubuntu precise. mingw-w64 works fine here and > includes both 32 bit and 64 compilers and libraries (the -w64 in its > name might be misleading). Maybe you will also need mingw-w64-tools, and > you can also add g++-mingw-w64 (which also includes two compilers). Hmm, it looks like apt-get is just confused and produces a useless error message if you try to install mingw-w64 at the same time as mingw32... thanks -- PMM