On 4/19/06, Archaic <[EMAIL PROTECTED]> wrote: > > What termcap does it prefer if ncurses, ncursesw, or any of the other 20 > it mentions are installed simultaneously? If it prefers ncurses or > ncursesw, then the -with-screen=ncursesw may be redundant. That's all I > have for questions that are on-topic for this thread, but it did raise a > question I'll post about in a minute. :)
The configure checks are pretty extensive, so it's hard to tell. I think it defaults to cf_with_screen=termcap if nothing is specified. However, ncursesw is important because it enables the MULTIBYTE_ABLE macro. UTF-8 support isn't possible without it. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
