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: Brandon Invergo
Subject: Re: [bug-gsrc] readline, something wrong with
Date: Fri, 11 Jan 2013 00:27:31 +0100
User-agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu)

Brandon Invergo <address@hidden> writes:

> 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...

OK, it works if I do:

LD_PRELOAD=~/gnu/lib/libncurses.so ldd -r ~/gnu/lib/libreadline.so
        linux-vdso.so.1 (0x00007fffb71cc000)
        /home/brandon/gnu/lib/libncurses.so (0x00007fd22d096000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007fd22cccb000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fd22cac7000)
        /usr/lib/ld-linux-x86-64.so.2 (0x00007fd22d528000)n

So, the question then is why readline isn't properly linking to
ncurses...

-brandon



reply via email to

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