Systems Administrator wrote:
> Thats not where it dies :)..

It's the same problem.  libtermcap has changed or causes
conflicts with symbols (if I understand some of 
Peter's commits).  The tput function you noted would have
come from -ltermcap (as does the tgetent, tgetnum, etc.i below)

What I don't know is whether -ltermcap is replaced by -lncurses
or -ltermcap -lncurses.

> 
> > utils.o(.text+0xbd0): undefined reference to `tgetent'
> > utils.o(.text+0xbf6): undefined reference to `tgetnum'
> > utils.o(.text+0xc1c): undefined reference to `tgetnum'
> > /usr/obj/usr/src/tmp/usr/lib/libreadline.a(terminal.o): In function 
>`_rl_get_screen_size':
> > terminal.o(.text+0x79): undefined reference to `tgetnum'
> > terminal.o(.text+0xc9): undefined reference to `tgetnum'
> > /usr/obj/usr/src/tmp/usr/lib/libreadline.a(terminal.o): In function 
>`rl_resize_terminal':
> > terminal.o(.text+0x1ae): undefined reference to `tgetstr'
> > 
> 


-- 
Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to