X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A69B3971801 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610036289; bh=bNYMurxFhPLs35zXb46HzIE+MZg3/6VrMD/yNeMSHjQ=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Y21PhqJLWmp08lof5ombUms47YrUYFBnQ0vYGY5aPO/Q6/0zurFXJYsUJAKUn+oNm D+8mshRKELCQsi3SdjZVUoRSI9KD/x/dUjJc7FprGRP5YtIaOT0mIHQ0+zq1pbr58Q 6OUL5YGn8T2YLU/1nVvtQXqlUxa/AKboCIBB6TX0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8405C385803B X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=lSOv/lBjB5wnllbPFOjiArlucv9pyK/SjzYhjMKg1aA=; b=PwlP1da9z3SEQkbcihAh5jiYXjdGXAdefL69GPAdWPuC236WFFaNkSKMzHUBjXoAUi 4HET7DP1dX6yHA1I8fHkBHy3iMqC+ftCwluN42QIO8+iJAUOb6XpBUF2PU4hMunk/Ijn rGQIB74K+LHIvSbT+ceMTEt0OUs3jCERS3nRY8dkTTU5kiihho9kzKUNS/PK+XzrnOCU RhnLkDX7MiLpabp1W6atUI15jqK+0Hd8WHE1L2BcSpjwCNSiBOFG8Q2MKAL/bs8fN5hZ YNP2Dqsx2vFvLLsqpY1/EO4gUwJ9Po1lqW5ohM++M/SItBAQkL4wOn4fMNUBA6FCSMJY rSQA== X-Gm-Message-State: AOAM530CIazrVMCD1g2naTESOYDyObWbWiW7XPrspDPJsLyZro3cJL54 7NPcekuW23n/FwN1oIKrbyzxouHyUkOUJFVG X-Google-Smtp-Source: ABdhPJx9rBAh1Uy66mnb1vLyueOgwFWzYt7P2/QnrIE5MgMwZNQQN8gaEUYkGdROcIdVrB1mC2Gxhw== X-Received: by 2002:aa7:dac5:: with SMTP id x5mr2282855eds.198.1610036285601; Thu, 07 Jan 2021 08:18:05 -0800 (PST) Subject: Re: problem using gcc-core for compile qemu To: Csaba Raduly References: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6 AT gmail DOT com> Message-ID: <5483804f-7b36-ece6-599b-93e272f0373f@gmail.com> Date: Thu, 7 Jan 2021 17:18:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Cc: cygwin list Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 07.01.2021 15:53, Csaba Raduly wrote: > On Thu, 7 Jan 2021 at 15:39, Marco Atzeri wrote: > ... >> have you looked inside the configure script ? >> It clearly needs to be patched for accepting other options, as I mentioned. >> and that is the reason why autoconf/cmake/.. were developed >> some time ago. > > if check_define __linux__ ; then > targetos="Linux" ... > else > # This is a fatal error, but don't report it yet, because we > # might be going to just print the --help text, or it might > # be the result of a missing compiler. > targetos='bogus' > fi > > Looks like the OP is shi^H^Hadly out of luck. The Qemu build system > does not acknowledge the existence of Cygwin. > > Csaba > It is not that is impossible, but will likely need a big effort. As there are Windows binaries, I do not think it is worth Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple