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 46D51388CC1C for ; Thu, 27 Aug 2020 23:09:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 46D51388CC1C 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 4A1EE29D9E for ; Fri, 28 Aug 2020 08:09:34 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1598569774; bh=3nNErdcWqMjVVR/GQXtaULxUbK0Xb2jipayXHUPo6Hw=; h=Date:To:Subject:From:In-Reply-To:References; b=fBNPbuiujWVrJJgrnXUf7pa2Y8Hwnz/uStSHHAX4pmS0ZCBWgKyuAqfS6Od9KOsS4 ZP3Aa6gWTAfecVh2D9HwiXUX+XUyGeRlECDDYueKaixJ6sPkk+5ubyer3ms9uLDqtN OjjsrpupTp6/g8BxjX2tq0dVX4p79wuJTB5TO9Y4trKC7ZxgIjG5hPc8pYDhP6/9ra 8k7lLUE5NhMrL2A8nrmnIeYfvcy/WXLckVUBVXXl4ZkU/67sIbZHYozDp6lyjRw9cJ m07HtM1wZwRNY7KI6xUThbY9cyGH+g/uqBPupLCspmznmG3XZLIO6JPaOdKoi5KoqZ sFFTgrjqe7ezw== 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)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id C3EA56F77D; Fri, 28 Aug 2020 08:09:32 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at eastasia.home.utahime.org Date: Fri, 28 Aug 2020 08:07:06 +0900 (JST) Message-Id: <20200828.080706.1669634597121160239.yasu@utahime.org> To: cygwin@cygwin.com Subject: Re: undetectable libraries From: Yasuhiro KIMURA In-Reply-To: References: 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: Thu, 27 Aug 2020 23:09:40 -0000 From: Juan carlos Rebate via Cygwin Subject: undetectable libraries Date: Fri, 28 Aug 2020 00:51:41 +0200 > good evening, I have a strange problem, I try to compile code that > uses gtk3 and sdl2 in addition to curl, the problem is that when I > invoke the gcc compiler it tells me that sdl2-devel and libcurl are > not installed, but actually yes are. > ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl > --enable-gtk --enable-curl > I'm not sure if they allow to send screenshot to show windows of the > cygwin package installer so they can see the installed packages. How > could I find the variable and add it to compile? Did you install packages such as libcurl-devel, libgtk3-devel and libSDL2-devel? --- Yasuhiro KIMURA