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:cc:subject; q=dns; s= default; b=XtFYYIOiR4KouPocqY5jNGLKewub5DdhkAewEcX1WSkR/k9tet8Jt 11Y4cmVR2A1RIUudxzU1ZZPqqmFVqyIacAwE+J6FsHlrF9oBQTY+tB+x3XKiEu6U 4E/bNjBi9EHGIlUQsoMol370kGxqYA0pN9L4w8OJ6pCLCPcaWLVA6M= 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:cc:subject; s=default; bh=J4D2ydYdQNiQlbFt75XyH2M2lts=; b=XztG2d25pJxpf6bAFWhqpFAp3hOh EfpoM7n2M/8vG+xZOK8U0w3YlHCGmG7NrZV/do+1ez8DDfODp+uDGuXoLN3tOMmN 73P6q/Wdq3+y4eHNUaHF1o7SN38wDC2xgSbVIF4367ln6sMW6PWdDnXwGDbji179 bNilnSgQmuLwF4c= 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=4.1 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,FSL_HELO_NON_FQDN_1,KHOP_DYNAMIC,RCVD_IN_PBL,RCVD_VIA_APNIC,RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mail1.asahi-net.or.jp Message-ID: <20130915001548.1868@binki> Date: Sun, 15 Sep 2013 00:15:48 +0900 From: wynfield AT gmail DOT com To: cc: Subject: Tools can't find ncurses X-IsSubscribed: yes VERS: orpie-1.5.1. ./configure --with-ncurses checking for working ncurses... no configure: error: Cannot find a curses library. Perhaps you failed to install an ncurses development package? But I do have ncurses as the result from cygcheck shows below: ls /bin/*ncurses* /bin/cygncurses++-10.dll /bin/cygncurses7.dll /bin/ncurses6-config /bin/cygncurses++-8.dll /bin/cygncurses-8.dll /bin/ncursesw5-config /bin/cygncurses++-9.dll /bin/cygncurses-9.dll /bin/ncursesw6-config /bin/cygncurses++w-10.dll /bin/cygncursesw-10.dll /bin/cygncurses-10.dll /bin/ncurses5-config and cygcheck displays: x86/libncurses-devel/libncurses-devel-5.7-18 x86/libncurses10/libncurses10-5.7-18 x86/libncurses7/libncurses7-5.3-4 x86/libncurses7/libncurses7-5.3-4-src x86/libncurses8/libncurses8-5.5-10 x86/libncurses8/libncurses8-5.5-10-src x86/libncurses9/libncurses9-5.7-16 x86/libncurses9/libncurses9-5.7-16-src x86/libncursesw-devel/libncursesw-devel-5.7-18 x86/libncursesw10/libncursesw10-5.7-18 I realize that there is an Orpie already in cygwin's repository, but I need to build it, as I am adding new functionality to it and want to extend it. If anyone knows why the build tools/scripts can not find the ncurses library and how I can patch it, please let know. Regards -- 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