www.delorie.com/archives/browse.cgi | search |
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:to:subject:in-reply-to | |
:references; q=dns; s=default; b=vCLpzGa8BMTKz/R4b8UxoVEANOMvlqy | |
6PX4J6UQN+cdo26U1OREnC1w7JOTcgcaNoUg1GeODT8UyG+v9peBHGyxu30jrGzd | |
QuYV2Y3N0P1VCidDp/fiTIypV4YWtVt70V5U7ookcgzQhmYB8EoYMgsCc4KrG3u3 | |
Nj7V7PJ0eyFI= | |
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:to:subject:in-reply-to | |
:references; s=default; bh=rontHLaM5518/jp16cW7/YwjV9o=; b=MS+Wq | |
MbJRpUN8zhoozTuLU0JlOIz1gzYRO6a4OF65u0tK2p30lTUbjNGONoA2WElc1hzW | |
+H481vpt/Skt7qlJ1Bwe5MsMyWxG9Vdg4EWX30VRhAl1+g3cb8FXicThyE7bTkEB | |
GrF6xy0nnI2mtuIpxDXLjL5Zuqzb55atyd87i8= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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=4.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FSL_HELO_NON_FQDN_1,KHOP_DYNAMIC,KHOP_THREADED,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RCVD_VIA_APNIC,RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.3.2 |
X-HELO: | mail2.asahi-net.or.jp |
Message-ID: | <20130917171344.316@binki> |
Date: | Tue, 17 Sep 2013 17:13:44 +0900 |
From: | wynfield AT gmail DOT com |
To: | <cygwin AT cygwin DOT com> |
Subject: | Re: Tools can't find ncurses |
In-reply-to: | Your message of Tue, 17 Sep 2013 08:35:37 +0200 <5237F839.2060905@towo.net> |
References: | <20130915001548 DOT 1868 AT binki> <5234D9B5 DOT 7070003 AT towo DOT net> <5237933F DOT 3090300 AT etr-usa DOT com> <5237F839 DOT 2060905 AT towo DOT net> |
X-IsSubscribed: | yes |
I had the same problem with ncurses, and in the config.log file found out that the ncurses.h was not being found. I manually changed the configure script line #include <ncurses.h> to ---> #include <ncurses/ncurses.h> and configure got past that. The next and what I expect to be the last configure error is now related to the Gnu Scientific Library (GSL) configure can't find gsl-config and indeed there is not any. and there is no gls-dev package on the cygwin site. Is this an oversite? Or is there a gsl-dev development package and a gsl-cofig program in a pklace I can't find on the cygwin package repository? Thanks Thomas Wolff <towo AT towo DOT net> wrote: > Am 17.09.2013 01:24, schrieb Warren Young: > > 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? > Oh, I overlooked that one, as it starts with "lib" - I don't > understand that output format of cygcheck, actually. > > Another issue comes to my mind: cygwin (like some Linux distributions) > does not provide ncurses.h in /usr/include anymore but hides it in > /usr/include/ncurses and /usr/include/ncursesw. This may likely be the > problem; traditional packages don't find it there. > -- > Thomas > > -- > 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 > -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |