Hi, > On 3. Apr 2026, at 12:24, Dennis Preiser <[email protected]> wrote: > > On Fri, Apr 03, 2026 at 06:11:38PM +0800, Kevin J. McCarthy wrote: >> The only question is... why didn't your installation of ncursesw at least >> create stubs for ncurses too? Most ncursesw installs will create ncurses.so >> symlinks or files containing something like "INPUT(-lncursesw)" to point to >> the ncursesw so files. > > I'm trying to figure that out.
configure ncurses with --disable-lib-suffixes. For example, MacPorts uses these flags: https://github.com/macports/macports-ports/blob/master/devel/ncurses/Portfile#L34-L45 HTH, Clemens
