Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 17 Jan 2001 21:50:37 -0500 Message-Id: <200101180250.VAA27333@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: cygwin-developers AT cygwin DOT com In-reply-to: <20010117205946.A15347@redhat.com> (message from Christopher Faylor on Wed, 17 Jan 2001 20:59:46 -0500) Subject: Re: some header bugs References: <200101180153 DOT UAA26883 AT envy DOT delorie DOT com> <20010117205946 DOT A15347 AT redhat DOT com> > The distributed version of libtermcap.a is an actual library. I don't > release a DLL. OK, this time I'm going to think first. This is what happens: configure sees that -lncurses works, but can't find to uses instead, since it does find that. Ncurses defaults linking against a dll. The latest texinfo sources have a new check specifically for these variables, which results in info being linked against both ncurses and termcap, one for the functions and one for the variables. This can't be a good thing. However, this older texinfo (which is what I'm working on, don't ask) doesn't have that test. Try building latest/texinfo/texinfo-src.tar.gz with the current cygwin stuff. Suggestions for the right way to fix this?