From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 638B63861003 for ; Sat, 29 Aug 2020 07:33:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 638B63861003 Received: by mail-ej1-x635.google.com with SMTP id i26so1694215ejb.12 for ; Sat, 29 Aug 2020 00:33:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=aNxu1mBUp6cAZotqAM6a2eEq+OmEL4Ea2QpYTQ8Rp4s=; b=j+AIaSGk96Go8e49SGlNqrTtA//IlxJswaQqKldbzuQq0hz4ZFxOgNwrcxjJuip7Y5 yy4T0NnF/1MOOVn9XPJmQpyPtsg+MTYHAEiVVZTbYWCiz2Hf0F+mBnCjjBGN9vUQpP+N Bw52FXAaENoTE+D+g+xmrXo/Awpc1AdfHpzc5Q0sYt6E095Anlh4XzyGUre9YnvLtBlM 68wiyXjn6oWVmfKiRQGslXUxfc7rSZ0R1gSAJOf7oxWrYXt8UYG57euAXKTsR+nZD4d5 4LwmfdSoi2CPUaYJ8zBfBeovj5xCF0tYHo195dYHMDFSTW1Pzgtrnfxw5/CzsvfNvCKQ rU6A== X-Gm-Message-State: AOAM533gKG+Rne6M+8eEZ9mB6ftrU8Jr0YwcpuQambUW++YIoD4LqjfU y3kBKB4Y8NIX7mq6NSCsL9YvefBQoRA= X-Google-Smtp-Source: ABdhPJznw1YOYc20LrL4fgFsLEZucUoM+m1Zt3/PXnYT/D6ZmJYVPg68OTTk2l03E2S9uVoO1/eNhw== X-Received: by 2002:a17:906:8283:: with SMTP id h3mr2558800ejx.326.1598686420948; Sat, 29 Aug 2020 00:33:40 -0700 (PDT) Received: from ?IPv6:2003:cc:9f05:8e9:18aa:98d9:1d5:f292? (p200300cc9f0508e918aa98d901d5f292.dip0.t-ipconnect.de. [2003:cc:9f05:8e9:18aa:98d9:1d5:f292]) by smtp.gmail.com with ESMTPSA id w7sm1493153ejy.4.2020.08.29.00.33.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 29 Aug 2020 00:33:40 -0700 (PDT) Subject: Re: undetectable libraries To: cygwin@cygwin.com References: <20200828.080706.1669634597121160239.yasu@utahime.org> <20200829.151245.2168135591202986962.yasu@utahime.org> From: Marco Atzeri Message-ID: Date: Sat, 29 Aug 2020 09:33:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200829.151245.2168135591202986962.yasu@utahime.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, 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: Sat, 29 Aug 2020 07:34:01 -0000 On 29.08.2020 08:12, Yasuhiro KIMURA wrote: > From: Juan carlos Rebate via Cygwin > Subject: Re: undetectable libraries > Date: Fri, 28 Aug 2020 01:40:46 +0200 > >> yes mingw64-x86_64-gtk3 >> mingw64-x86_64-sdl2 >> sdl2-devel >> libcurl-devel > > Then my next suggestion is to provide more information about your > problem. For example, > > * What software are you trying to build? Do you write it by yourself? > Or are you trying to build one that is distributed somewhere? > * It seems configure script is used. Then what outputs are displayed > when you run it? > > --- In addition to Yasushiro suggesstion, the config.log is a good starting point For what I see there is no mingw64-x86_64-curl in your list so that is likely a blocking point