Brandon Invergo <[email protected]> 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