Re: screen-4.6.2 build fails
Henry <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <CAKP-rwFt5RwsPvoiVe+gZCkQrQfL2nsbadSnt+tBNE47OMe2RQ@mail.gmail.com> |
2017-11-14 1:48 GMT+09:00 Arkadiusz Drabczyk <[email protected]>: > It's not possible to build screen on BSD without patches, that's > normal. If you have root on your BSD system you can download all > patches from official BSD repository. I'm not sure how it's done on Thank you ever so much, Arkadiusz. I was able to successfully build screen-4.6.2 by applying patches from pkgsrc/misc/screen/patches. However, I can't get the configure script to find libncursesw. I have tried setting various environment variables before running configure, but either gcc compile test fails, or still -lcurses is in the LIBS in Makefile. Do you have suggestions for using ncursesw rather than plain curses? TIA Henry