From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) by sourceware.org (Postfix) with ESMTPS id 443E0386EC76 for ; Fri, 8 Jan 2021 22:32:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 443E0386EC76 Received: by mail-qk1-x730.google.com with SMTP id w79so9949922qkb.5 for ; Fri, 08 Jan 2021 14:32:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Pfxxj7SvaRNqwlWaBAgB52/BcG3UrWGjVGNhEVJ1o2w=; b=IBmIiRNQ8t5Gr3OmQfH/dOIw3p/6h2dFTZTbgiCxRiKIa0yt0y+mY8TXXol8xXC5ky JQY9iM3vdD17r13w4bZc1NrSfQV6IpFV3r8tW1bOt51kg72ePElz1VMNgaalh7Ky6ekm 9Pn491DsA4/MeGZdwg06nVkGA/LjDxUoRbFjDJEuwJt/hIqtJuPYmIFKYD7xNeot4cYi +1G21QgXXY7VjK3gtI2Znbe1Gzx6vF20+PpSni3568Fmh3qXAMqZj1pjKxyFzf+acF8y aYBvxDaXqr1I+wHuBuEP/Xcx0ddE+eOXzzc2/Z/bp9mqBfH/mTL021ce2WTmeWGe9OKr VTWw== X-Gm-Message-State: AOAM530V1BFVDfCC3sBYKLlJQzPkF5spNJAr7b/uTkMmnWNttA+EwBrw Uh26HN/MlpI9Ee/vHx+Nzp9F8SD4WDTc9SRf8O8= X-Google-Smtp-Source: ABdhPJyJojz7hVOQ1U3eBZe4xlzGFbvqVWHlcXv8wyHy1FauQrGk8X7rVSypPpG8hWDynIVR4b6SiY1wStijmo6sAyA= X-Received: by 2002:ae9:f507:: with SMTP id o7mr5916397qkg.420.1610145153894; Fri, 08 Jan 2021 14:32:33 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a0c:f40f:0:0:0:0:0 with HTTP; Fri, 8 Jan 2021 14:32:33 -0800 (PST) In-Reply-To: <7df45147cd4fdd04df6f571ed68cdd2cf1dc8af1.camel@gmail.com> References: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6@gmail.com> <7df45147cd4fdd04df6f571ed68cdd2cf1dc8af1.camel@gmail.com> From: Lee Date: Fri, 8 Jan 2021 22:32:33 +0000 Message-ID: Subject: Re: problem using gcc-core for compile qemu To: juan carlos rebate rodriguez Cc: "cygwin@cygwin.com" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 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@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: Fri, 08 Jan 2021 22:32:39 -0000 On 1/8/21, juan carlos rebate rodriguez via Cygwin wrote: > > I think I expressed myself incorrectly or I am not able to be > understood, no matter what package I choose. gcc-core does not compile > using the cygwin dll, the one that compiles for that library is cygwin- > gcc. > now I will try to explain my case better, > 1 when I use the gcc-core package if it is able to detect the whole > set, the only thing that happens is that the script does not recognize > cygwin nt as a valid operating system. > 2 when I use the mingw64-x86_64-gcc package it is not able to compile > without add-ons. > for example when I compile with gcc-core if it is able to detect the > libcaca-devel library, this is the library that qemu asks me for sd- > card support, > However, when I use the package mingw64-x86_64-gcc it is not able to > find it in the system because it is not in its set, If you use the mingw cross compiler you'll also need some cross compiler tools. Take a look at https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libcaca&arch=x86_64 You probably need to install mingw64-x86_64-libcaca-0.99.beta19-1 - mingw64-x86_64-libcaca: Color ASCII art library for Win64 toolchain Regards, Lee