Re: screen-4.6.2 build fails

2017-11-15 Thread Martin MOKREJŠ
Hi Henry, you should check config.log file for the error why -lncursesw was not found. Probably was found but the linking test failed for some reason. In general, you should provide config.log and config.status if you really want somebody to help you with this. Do not post them to the email li

Re: screen-4.6.2 build fails

2017-11-15 Thread Henry
2017-11-14 1:48 GMT+09:00 Arkadiusz Drabczyk : > 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 abl

Re: screen-4.6.2 build fails

2017-11-13 Thread Arkadiusz Drabczyk
On 2017-11-13, Henry wrote: > Thank you very much for your reply. > > Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386 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 re

Re: screen-4.6.2 build fails

2017-11-13 Thread Henry
Thank you very much for your reply. Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386 The commands for building are: % gzip -dc screen-4.6.2.tar.gz | tar xf - % cd screen-4.6.2 % ./configure --prefix=/usr/local --with-socket-dir=/usr/local/screens \ --enable-colors256 --enabl

Re: screen-4.6.2 build fails

2017-11-11 Thread Arkadiusz Drabczyk
On 2017-11-11, Henry wrote: > The build fails with the following errors. Ideas on how to proceed? I can build screen 4.6.2 on my Slackware x64 system both with gcc and clang. Show us the exact commands you used - both configure make. Also, do you use BSD? -- Arkadiusz Drabczyk _

screen-4.6.2 build fails

2017-11-11 Thread Henry
The build fails with the following errors. Ideas on how to proceed? TIA, Henry gcc -c -I. -I. -I/usr/local/include -DETCSCREENRC='"/usr/local/etc/screenrc"' -DSCREENENCODINGS='"/usr/local/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -g -O2 utmp.c In file included from scree