X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <82867.65036.qm@web25502.mail.ukl.yahoo.com> Date: Fri, 1 Oct 2010 09:56:30 +0000 (GMT) From: Marco Atzeri Subject: R: libtermcap.a in cygwin 1.7.7.1 To: cygwin AT cygwin DOT com, Dipak Gaigole In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 --- Ven 1/10/10, Dipak Gaigole ha scritto: > Hello, >=20 > Recently I had uninstalled my previous version of cygwin > (1.5.24) and > did a fresh install of latest cygwin (1.7.7.1) >=20 > When I tried to recompile my code it failed because of > libtermcap.a > not found. This termcap library is needed by my code. newly compiled applications should use terminfo (that is, libncurses) and not libtermcap, see http://www.cygwin.com/ml/cygwin-announce/2009-12/msg00000.html >=20 > Further investigation shows that this library is missing > from this > latest cygwin installer package. >=20 > As far as I know, the termcap library is provided under > "terminfo" or > the older "termcap" cygwin package. >=20 > During my installation, I had included all the "devel" > packages. >=20 > ######################################### > Administrator AT engwin03-64dev1 ~ > $ cygcheck -c "cygwin" > Cygwin Package Information > Package Version Status > cygwin 1.7.7-1 OK >=20 > Administrator AT engwin03-64dev1 ~ > $ cygcheck -c | egrep "ncurses|terminfo|termcap" > libncurses-devel 5.7-18 OK > libncurses10 5.7-18 OK > libncurses8 5.5-10 OK > libncurses9 5.7-16 OK > libncursesw-devel 5.7-18 OK > libncursesw10 5.7-18 OK > ncurses 5.7-18 OK > ncurses-demo 5.7-18 OK > ncursesw 5.7-18 OK > ncursesw-demo 5.7-18 OK > termcap 5.7_20091114-14 OK > terminfo 5.7_20091114-14 OK > terminfo0 5.5_20061104-12 OK >=20 > Administrator AT engwin03-64dev1 ~ > $ > ######################################### >=20 > Does anyone has faced similar issue? >=20 > Meanwhile I am downloading the latest cygwin 1.7.7.1 source > code and > planning to recompile it. >=20 > Thanks, > Dipak >=20 Regards Marco -- 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