From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 582 invoked from network); 1 May 2001 12:58:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 May 2001 12:58:35 -0000 Received: (qmail 4931 invoked by alias); 1 May 2001 12:58:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14186 Received: (qmail 4912 invoked from network); 1 May 2001 12:58:28 -0000 Message-ID: To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Termcap saga In-Reply-To: My message of "Tue, 01 May 2001 10:56:06 BST." Date: Tue, 01 May 2001 13:58:00 +0100 From: Peter Stephenson > After updating and reconfiguring from scratch on cygwin with > --disable-dynamic I now get > > Modules/termcap.o(.text+0xad): undefined reference to `_imp__tgetnum' My latest guess: it's including term.h, which is ncurses based, which defines tgetnum etc. to be imported from the curses library instead of directly linked from termcap. However, it's finding tget* in -ltermcap and not linking curses. This is pretty similar to the position on SunOS 5.6 in that termcap is static but curses is dynamic, but unfortunately here the headers are different for imported symbols. What's supposed to happen after the last set of changes? -- Peter Stephenson Software Engineer CSR Ltd., Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************