X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02D77386181A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610058809; bh=HBkUQ73YUqyV92PbJAz57Rcfw/kVD9bsWsgNib6kNUQ=; h=Subject:To:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=apurvJXfKN++hHF81vOz4RtrpmnPRL0eB+TRPX4pn4nW4z89BgNw5MWJsTij+ZPJ0 PGqvozMNFvBt6rXAuinf7TA2ZBiaA/GJpcetnIichQ6CV4iGg0bBV52WVk/NeqUNAK l/qboi1zd+6gAlGmMssh4Eiz6cUJ7iVYz2tQvrcU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3F6CC3861019 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=uyOlUkUk6YUpWTqQNDmEYOuaUoHWH6pMcI9Hnj5WNWM=; b=DjqDShkSm/Rjn4g2qrOT8NMoFEi98NvGKiwa4rbkjNhJ9p2Xx+gOwn9HXxY3Nbc7E5 nrXFZTYjXUylnn0Si/eZHH1w9l5b8gL3Q2h/DRVNyzW4IxEwlzaf8UNwqSb84eHDT2Ca 2/mO9VRxtL+VT8NSFl6nTxYn8+tDknXR8uiyLVSaf6u9A23f/8HVCDYlsPHB+GZ8Ilmj BMb5sMU213NdG/3IiIWheizZVhityLrzzpZIUMg9sIOizasLwhjITWhAX0U0jVOg9alr fmnbj8/9wDB6cxR61jAN1g3wRHt/YMdgKeP/muaNl6fUdv76qVdEaLwUqiWRFeWeyg6K nd6g== X-Gm-Message-State: AOAM530QesAuJNaHbZhRWHXYKCdfpcD0JOycNXqaCA6HglwCOtFqBZ+2 GLhZVQMAMdrEJGeGDnsnSSqjiKcsGKk= X-Google-Smtp-Source: ABdhPJxb9lNG13MgcFGawkaySr5MIihit4qPKVz5Bb2j0pDhvBz1j7/fpzucs6ot/puiXNrlrt0B0Q== X-Received: by 2002:a5d:6902:: with SMTP id t2mr705537wru.214.1610058805091; Thu, 07 Jan 2021 14:33:25 -0800 (PST) Message-ID: Subject: Re: problem using gcc-core for compile qemu To: "cygwin AT cygwin DOT com" Date: Thu, 07 Jan 2021 23:33:22 +0100 In-Reply-To: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6@gmail.com> References: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6 AT gmail DOT com> User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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 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: juan carlos rebate rodriguez via Cygwin Reply-To: juan carlos rebate rodriguez Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 107MXsLs032095 El jue, 07-01-2021 a las 15:39 +0100, Marco Atzeri via Cygwin escribió: > If the upstream developers have not bothered to use a serious > configure system,, I doubt there is a easy solution. > > Questions: > > Are you trying to build for Cygwin or for Windows in general ? > why you can not use the Windows binaries ? I try to build for standard windows, for this reason I use gcc-core and not cygwin-gcc, if I can use normal windows binaries, what I cannot is use mingw because it is not able to find resources in the system while gcc does can, I can't use virtualbx because what I need is to emulate the aarch64 architecture, I don't want to use binaries compiled by others, one of the reasons is that those binaries don't include sd-card emulation support, but if those binaries are compiled by me I can include what I want, if I install this library through the cygwin package manager and then use gcc-core it is able to search for it, it is not my desire to get into the swamp and have to modify the configuration script, the An easier solution would be to try to trick mingw into looking for external libraries without having to modify their paths, since when editing them the compilation process slows down even more than it already is -- 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