less should use xpg4 libcurses.so.2 (not .1!) and use term vars

Issue #108 resolved
Garrett D'Amore repo owner created an issue

We have a bunch of code that does tiget*. This is silly, since term.h defines direct entries for that.

But before we do that, we need to make sure that our header and library match -- they don't with libcurses.so.1. We're getting that inadvertently because -L is resolving /usr/lib ahead of /usr/xpg4/lib at link time. (At run time we get xpg4, but .so.1 instead of .so.2!!!)

Comments (2)

  1. Log in to comment