bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gsrc] readline, something wrong with


From: Mike Gran
Subject: Re: [bug-gsrc] readline, something wrong with
Date: Thu, 10 Jan 2013 15:32:34 -0800 (PST)

Hi Brandon


>>  undefined symbol: UP    (./libreadline.so)
>>  undefined symbol: PC    (./libreadline.so)
>>  undefined symbol: BC    (./libreadline.so)
>>  undefined symbol: tputs    (./libreadline.so)
>>  undefined symbol: tgoto    (./libreadline.so)
>>  undefined symbol: tgetflag    (./libreadline.so)
>>  undefined symbol: tgetent    (./libreadline.so)
>>  undefined symbol: tgetnum    (./libreadline.so)
>>  undefined symbol: tgetstr    (./libreadline.so)
> 
> Those symbols should all be provided by ncurses or termcap (but readline
> is built with --with-curses by default). ncurses installs fine so I'm
> not sure what the problem is yet...

Depending on how ncurses is built, the terminfo functions
can either be part of the ncurses library or can be
in their own separate terminfo library.

Some packages expect there to be a terminfo library, and
some know them to be in ncurses library.

So the problem, I guess, is that you have either built
ncurses with terminfo as a separate library included,
or that readline is expecting 
both to be there when really only ncurses is required.

This is going by memory, but, I think it is true...

-Mike Gran



reply via email to

[Prev in Thread] Current Thread [Next in Thread]