From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id 563913857C45 for ; Sat, 29 Aug 2020 06:13:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 563913857C45 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 379E42A0B9 for ; Sat, 29 Aug 2020 15:13:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1598681605; bh=cHf9Li+93PLfvvzMV0X0GyBWEifeXu72xfJJfOcSvyQ=; h=Date:To:Subject:From:In-Reply-To:References; b=pX7gNtUX/TqyBz+YSRkaieoro0c3tqqPlBpoDk7ajSOIuKs62K6sROJt4FvpmwKWm o159C4pyQcaoKzhgZBTuGSvLfV01t35XCGppZMU8A8FlPpL/QDIpEcx0d9ltOZy5CR y9rxkRyjjRThH/1PuJviD9f7UZfSiiqpoxqLPh/9s8+vpUfR8oHKRV0Qr+gym3p4Lk rwqCx9CxwO1Bcf4Nb8yYudfTK9KnRbTUc9Pdr35qDhdS67Myyv99tL+mrPhrSepOgo JRutkCj5onUJNUsvLIWQWFAeZH+90PO9Xy1I2GWqML2YVQzLcKjU3NomeQso460D70 HUqLd4V56fetg== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 9EE6C10711; Sat, 29 Aug 2020 15:13:21 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.0-rc at eastasia.home.utahime.org Date: Sat, 29 Aug 2020 15:12:45 +0900 (JST) Message-Id: <20200829.151245.2168135591202986962.yasu@utahime.org> To: cygwin@cygwin.com Subject: Re: undetectable libraries From: Yasuhiro KIMURA In-Reply-To: References: <20200828.080706.1669634597121160239.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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 06:13:30 -0000 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? --- Yasuhiro KIMURA