X-Recipient: archive-cygwin@delorie.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 <marco_atzeri@yahoo.it>
Subject: R: libtermcap.a in cygwin 1.7.7.1
To: cygwin@cygwin.com, Dipak Gaigole <dipakgaigole@gmail.com>
In-Reply-To: <AANLkTi=P=hj2_6-gE6u_1=-1bPohmYaqjcgQn7d2qCaO@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@engwin03-64dev1 ~
> $ cygcheck -c "cygwin"
> Cygwin Package Information
> Package Version Status
> cygwin 1.7.7-1 OK
>=20
> Administrator@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@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

