bug-ncurses
[Top][All Lists]
Advanced

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

Re: Problem producing portable linux binary using ncurses


From: Thomas Dickey
Subject: Re: Problem producing portable linux binary using ncurses
Date: Sun, 26 Jun 2011 06:15:05 -0400 (EDT)

On Sun, 26 Jun 2011, Sven Joachim wrote:

You should build ncurses so that the library looks at least under
/lib/terminfo as well as /usr/share/terminfo.  The Debian ncurses
package is configured with

--with-default-terminfo-dir=/usr/share/terminfo \
--with-terminfo-dirs="/etc/terminfo:/lib/terminfo:/usr/share/terminfo"

...or as a workaround, he can set TERMINFO or TERMINFO_DIRS in his
environment, since those override the compiled-in defaults.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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