Re: how to link with libncursesw.a

2017-11-18 Thread Carsten Mattner
Does this help you answer? https://github.com/DragonFlyBSD/DPorts/blob/master/sysutils/screen/Makefile https://github.com/DragonFlyBSD/DPorts/blob/master/sysutils/screen/dragonfly/patch-configure On 11/18/17, Henry wrote: > I've seen references on the Internet to building screen with > -lncurses

how to link with libncursesw.a

2017-11-18 Thread Henry
I've seen references on the Internet to building screen with -lncursesw, but I can't seem to come up with the proper incantation. There was no clue in config.log to indicate why lncursesw was not picked up. Manually editing Makefile to force the use of -lncursesw yielded the errors: /usr/local/src