Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Termcap saga
- X-seq: zsh-workers 14186
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: Termcap saga
- Date: Tue, 01 May 2001 13:58:00 +0100
- In-reply-to: My message of "Tue, 01 May 2001 10:56:06 BST." <Tc0a88d01534069d8da@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> 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 <pws@xxxxxxx> 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.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author