X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=RNN/qYs5sLLK/6NpRiYToXUe0o/7Q40p76a+B0i2JvD ghiibF2i9jh6En0n0j5DwnRfR0/3OcKreIRwR5UWB+iCpX5S0roeRZKWI2O45X+J PmPIPfymwqLlWhEjd8C0kPXObXXJRFuLDjxCC3CyoDuSid3EpfVAWHPpFH67MpOI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=sfxOEplM7D+ik6qPE1AmUpvpo0g=; b=GXmCG8/kqGEo0490e gswph7SXc1ssuKUXmn9ZvL7b16hWjrspMP4xH1q543qoEat8enNH2HRbYauGEQ0B dda36aIcShmR8ooJRs25xj2QzFhtLRJtI42XFQRIUMc4RE+l8vwJzOIIG45BsRnE blYM7NNFzQTC7xvTz6XW7+vYNg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,HELO_MISC_IP,KHOP_THREADED,RCVD_IN_PBL,RDNS_NONE autolearn=no version=3.3.2 X-HELO: etr-usa.com Message-ID: <5237933F.3090300@etr-usa.com> Date: Mon, 16 Sep 2013 17:24:47 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Cygwin-L Subject: Re: Tools can't find ncurses References: <20130915001548 DOT 1868 AT binki> <5234D9B5 DOT 7070003 AT towo DOT net> In-Reply-To: <5234D9B5.7070003@towo.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 9/14/2013 15:48, Thomas Wolff wrote: > Am 14.09.2013 17:15, schrieb wynfield AT gmail DOT com: >> checking for working ncurses... no >> configure: error: Cannot find a curses library. Perhaps you failed to >> install an ncurses development package? You may be able to dig more details out of config.log. It'll be thousands of lines long, and the error is rarely right at the end. So, look for something like "-lncurses" or "curses.h". The helpful bits in that file will be nearby. (And not necessarily *after* the matching line!) You're looking for the test program source emitted by the configure script and the errors your compiler gave when trying to compile it. > The files you quoted are the runtime libraries. Yes, but OP said: >> and cygcheck displays: >> x86/libncurses-devel/libncurses-devel-5.7-18 So, since the development package does seem to be installed, what does "cygcheck -c libncurses-devel" say? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple