X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_102,J_CHICKENPOX_16,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <20090904090104.3260@binki> From: "d.henman" Date: Fri, 04 Sep 2009 09:01:04 +0900 To: Subject: Re: apparent ncurses lib linking problem In-reply-to: Your message of Thu, 03 Sep 2009 05:04:53 +0100 <4A9F4065.2030802@gmail.com> References: <20090903123526 DOT 2872 AT binki> <4A9F4065 DOT 2030802 AT gmail DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Yes I do have the ncurses files, I just listed the "curses", but for both I have: lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 libcurses.a -> libncurses.a lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 libcurses.dll.a -> libncurses.dll.a -rw-r--r-- 1 dev1 root 124594 Mar 27 14:21 libncurses++.a -rw-r--r-- 1 dev1 root 175426 Mar 27 14:21 libncurses++.dll.a -rw-r--r-- 1 dev1 root 1031 Mar 27 14:21 libncurses++.la -rw-r--r-- 1 dev1 root 291542 Mar 27 14:20 libncurses.a -rwxr-xr-x 1 dev1 root 335738 Mar 27 14:20 libncurses.dll.a -rw-r--r-- 1 dev1 root 937 Mar 27 14:21 libncurses.la in /bin I have: -rwxr-xr-x 1 djtm root 67584 Mar 1 2009 /bin/cygncurses++-8.dll -rwxr-xr-x 1 djtm root 341504 Mar 27 14:25 /bin/cygncurses++-9.dll -rwxr-xr-x 1 djtm root 242176 Mar 1 2009 /bin/cygncurses-8.dll -rwxr-xr-x 1 djtm root 167936 Mar 27 14:25 /bin/cygncurses-9.dll -rwxr-xr-x 1 djtm root 229376 Aug 9 2003 /bin/cygncurses7.dll -rwxr-xr-x 1 djtm root 5209 Mar 27 14:21 /bin/ncurses9-config Is it possible that the varible declared in the downloaded .a file does not match its corresonding name or location representation in the .dll file? Dave Korn wrote: > d.henman wrote: > > > in lib there is for "curses": > > lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 /lib/libcurses.a -> libncurses.a > > lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 /lib/libcurses.dll.a -> libncurses.dll.a > > You should have the libncurses .a files to which those symlinks point, but > don't. Have you installed the libncurses-devel package yet? > > cheers, > DaveK -- 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