Re: how to link with libncursesw.a

2017-11-19 Thread Henry
Thanks for the reply. The patch to configure is essentially the same as one I applied. The Makefile is totally beyond my capabilities. :( It seems to rely on some kind of package system I have no knowledge of. -- Henry 2017-11-18 19:16 GMT+09:00 Carsten Mattner : > Does this help you answer? >

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