From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailsrv.cs.umass.edu (mailsrv.cs.umass.edu [128.119.240.136]) by sourceware.org (Postfix) with ESMTPS id 8A08F3858D34 for ; Sun, 3 May 2020 14:54:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8A08F3858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cs.umass.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=moss@cs.umass.edu Received: from [192.168.0.19] (c-24-62-203-86.hsd1.ma.comcast.net [24.62.203.86]) by mailsrv.cs.umass.edu (Postfix) with ESMTPSA id EBF0F4010621; Sun, 3 May 2020 10:54:33 -0400 (EDT) Reply-To: moss@cs.umass.edu Subject: Re: help compilation qemu To: Maarten Hoes , Juan carlos Rebate Cc: cygwin References: From: Eliot Moss Message-ID: Date: Sun, 3 May 2020 10:54:32 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2020 14:54:35 -0000 On 5/3/2020 8:52 AM, Maarten Hoes via Cygwin wrote: > Hrm. > > That's odd. I just installed MSYS2 and followed the instructions provided > in the QEMU wiki for MSYS2, and all preparatory steps of running > msys2/pacman/git/configure (only excluding the actual 'make' for > compilation) work as expected. There must be a difference between our > setups/steps/configurations if that doesn't work for you. I can imagine issues with both MSYS and Cygwin installed, if the order of things on paths is not right, e.g., getting the Cygwin version of something when trying to run MSYS, or vice versa. Maybe try to make sure, when building qemu under MSYS, that no Cygwin things are in your path? Best wishes -- Eliot