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 --enable-use-locale I have tried using both /usr/bin/make and GNU make 4.2. With BSD `make` the build stops almost immediately with: make: "/usr/local/src/screen-4.6.2/Makefile" line 29: Missing dependency operato r make: "/usr/local/src/screen-4.6.2/Makefile" line 31: Need an operator make: Fatal errors encountered -- cannot continue make: stopped in /usr/local/src/screen-4.6.2 I looked at lines 29 and 31 of the Makefile, but nothing seemed wrong to me, although I have no knowledge of how a Makefile should look. With GNU make I get the errors I posted in my previous mail. I also tried setting environment variables after running the configure script and before typing (g)make % setenv CPPFLAGS "-I/usr/local/include" % setenv LDFLAGS "-L/usr/local/lib" % setenv LIBS "-lncursesw" , but there was no difference in the outcome, i.e., exactly the same errors. Regards, Henry 2017-11-12 2:22 GMT+09:00 Arkadiusz Drabczyk <arkadi...@drabczyk.org>: > On 2017-11-11, Henry <nbsd4e...@gmail.com> 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 <arkadi...@drabczyk.org> > > > _______________________________________________ > screen-users mailing list > screen-users@gnu.org > https://lists.gnu.org/mailman/listinfo/screen-users _______________________________________________ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users