+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnuchess4-4.0.80/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnuchess4-4.0.80/work.log
=> Bootstrap dependency digest>=20211023: found digest-20211023
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for gnuchess4-4.0.80
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -c ./main.c
mv main.o mainN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -DPGNECO=\"/opt/local/share/gnuchess4/eco.pgn\" -DBINECO=\"/opt/local/share/gnuchess4/gnuchess.eco\" -c ./book.c
./book.c: In function 'LOpeningBook':
./book.c:1024:5: warning: implicit declaration of function 'Ldisplay1'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1024 |     Ldisplay1 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1044:3: warning: implicit declaration of function 'Ldisplay'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1044 |   Ldisplay (Lmove, Lhint, OBB[x].count);
      |   ^~~~~~~~
      |   bkdisplay
./book.c:1056:5: warning: implicit declaration of function 'Ldisplay2'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1056 |     Ldisplay2 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c: In function 'EOpeningBook':
./book.c:1171:5: warning: implicit declaration of function 'Ldisplay3'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1171 |     Ldisplay3 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1205:8: warning: implicit declaration of function 'Ldisplay4'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1205 |        Ldisplay4 (E);
      |        ^~~~~~~~~
      |        bkdisplay
mv book.o bookN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./genmoves.c
mv genmoves.o genmovesN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./ataks.c
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./util.c
mv util.o utilN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./eval.c
mv eval.o evalN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./init.c
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./search.c
./search.c: In function 'pick':
./search.c:110:12: warning: type defaults to 'int' in declaration of 's0' [-Wimplicit-int]
  110 |   register s0;
      |            ^~
mv search.o searchN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./dspcom.c
./dspcom.c: In function 'InputCommand':
./dspcom.c:1184:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
 1184 | #endif XBOARD
      |        ^~~~~~
mv dspcom.o dspcomN.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./uxdsp.c
./uxdsp.c: In function 'EditBoard':
./uxdsp.c:265:3: warning: implicit declaration of function 'ZeroRPT' [-Wimplicit-function-declaration]
  265 |   ZeroRPT ();
      |   ^~~~~~~
./uxdsp.c: At top level:
./uxdsp.c:905:1: warning: return type defaults to 'int' [-Wimplicit-int]
  905 | Ldisplay3()
      | ^~~~~~~~~
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o gnuchess mainN.o bookN.o genmovesN.o ataks.o utilN.o evalN.o init.o searchN.o dspcomN.o uxdsp.o  -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP  -c ./dspcom.c
./dspcom.c: In function 'InputCommand':
./dspcom.c:1184:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
 1184 | #endif XBOARD
      |        ^~~~~~
mv dspcom.o dspcomR.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP  -c ./nondsp.c
mv nondsp.o nondspR.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o gnuchessr mainN.o bookN.o genmovesN.o ataks.o utilN.o evalN.o init.o searchN.o dspcomR.o nondspR.o -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -c ./nuxdsp.c
./nuxdsp.c: In function 'EditBoard':
./nuxdsp.c:293:3: warning: implicit declaration of function 'ZeroRPT' [-Wimplicit-function-declaration]
  293 |   ZeroRPT ();
      |   ^~~~~~~
./nuxdsp.c: At top level:
./nuxdsp.c:1069:1: warning: return type defaults to 'int' [-Wimplicit-int]
 1069 | Ldisplay3()
      | ^~~~~~~~~
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o gnuchessn mainN.o bookN.o genmovesN.o ataks.o utilN.o evalN.o init.o searchN.o dspcomN.o nuxdsp.o  -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -DXBOARD  -c ./main.c
mv main.o mainX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DXBOARD  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\"  -DPGNECO=\"/opt/local/share/gnuchess4/eco.pgn\" -DBINECO=\"/opt/local/share/gnuchess4/gnuchess.eco\" -c ./book.c
./book.c: In function 'LOpeningBook':
./book.c:1024:5: warning: implicit declaration of function 'Ldisplay1'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1024 |     Ldisplay1 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1044:3: warning: implicit declaration of function 'Ldisplay'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1044 |   Ldisplay (Lmove, Lhint, OBB[x].count);
      |   ^~~~~~~~
      |   bkdisplay
./book.c:1056:5: warning: implicit declaration of function 'Ldisplay2'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1056 |     Ldisplay2 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c: In function 'EOpeningBook':
./book.c:1171:5: warning: implicit declaration of function 'Ldisplay3'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1171 |     Ldisplay3 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1205:8: warning: implicit declaration of function 'Ldisplay4'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1205 |        Ldisplay4 (E);
      |        ^~~~~~~~~
      |        bkdisplay
mv book.o  bookX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DXBOARD  -c ./genmoves.c
mv genmoves.o  genmovesX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"    -c ./util.c
mv util.o  utilX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"   -c ./eval.c
mv eval.o evalX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DXBOARD  -c ./search.c
./search.c: In function 'pick':
./search.c:110:12: warning: type defaults to 'int' in declaration of 's0' [-Wimplicit-int]
  110 |   register s0;
      |            ^~
mv search.o searchX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DXBOARD  -c ./dspcom.c
./dspcom.c: In function 'InputCommand':
./dspcom.c:1184:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
 1184 | #endif XBOARD
      |        ^~~~~~
mv dspcom.o dspcomX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DXBOARD  -c ./nondsp.c
mv nondsp.o nondspX.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o gnuchessx mainX.o bookX.o genmovesX.o ataks.o utilX.o evalX.o init.o searchX.o dspcomX.o nondspX.o -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -DNONDSP -DCHESSTOOL  -c ./main.c
mv main.o mainC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DCHESSTOOL  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\"  -DPGNECO=\"/opt/local/share/gnuchess4/eco.pgn\" -DBINECO=\"/opt/local/share/gnuchess4/gnuchess.eco\" -c ./book.c
./book.c: In function 'LOpeningBook':
./book.c:1024:5: warning: implicit declaration of function 'Ldisplay1'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1024 |     Ldisplay1 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1044:3: warning: implicit declaration of function 'Ldisplay'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1044 |   Ldisplay (Lmove, Lhint, OBB[x].count);
      |   ^~~~~~~~
      |   bkdisplay
./book.c:1056:5: warning: implicit declaration of function 'Ldisplay2'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1056 |     Ldisplay2 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c: In function 'EOpeningBook':
./book.c:1171:5: warning: implicit declaration of function 'Ldisplay3'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1171 |     Ldisplay3 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1205:8: warning: implicit declaration of function 'Ldisplay4'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1205 |        Ldisplay4 (E);
      |        ^~~~~~~~~
      |        bkdisplay
mv book.o bookC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DCHESSTOOL  -c ./genmoves.c
mv genmoves.o genmovesC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"    -c ./util.c
mv util.o  utilC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"   -c ./eval.c
mv eval.o evalC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DCHESSTOOL  -c ./search.c
./search.c: In function 'pick':
./search.c:110:12: warning: type defaults to 'int' in declaration of 's0' [-Wimplicit-int]
  110 |   register s0;
      |            ^~
mv search.o searchC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DCHESSTOOL  -c ./dspcom.c
./dspcom.c: In function 'InputCommand':
./dspcom.c:1184:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
 1184 | #endif XBOARD
      |        ^~~~~~
mv dspcom.o dspcomC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DNONDSP -DCHESSTOOL  -c ./nondsp.c
mv nondsp.o nondspC.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o gnuchessc mainC.o bookC.o genmovesC.o ataks.o utilC.o evalC.o init.o searchC.o dspcomC.o nondspC.o -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -c ./postprint.c
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -o postprint postprint.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -DPGNECO=\"/opt/local/share/gnuchess4/eco.pgn\" -DBINECO=\"/opt/local/share/gnuchess4/gnuchess.eco\" -DIGNUAN  -c ./book.c
./book.c: In function 'LOpeningBook':
./book.c:1024:5: warning: implicit declaration of function 'Ldisplay1'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1024 |     Ldisplay1 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1044:3: warning: implicit declaration of function 'Ldisplay'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1044 |   Ldisplay (Lmove, Lhint, OBB[x].count);
      |   ^~~~~~~~
      |   bkdisplay
./book.c:1056:5: warning: implicit declaration of function 'Ldisplay2'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1056 |     Ldisplay2 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c: In function 'EOpeningBook':
./book.c:1171:5: warning: implicit declaration of function 'Ldisplay3'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1171 |     Ldisplay3 ();
      |     ^~~~~~~~~
      |     bkdisplay
./book.c:1205:8: warning: implicit declaration of function 'Ldisplay4'; did you mean 'bkdisplay'? [-Wimplicit-function-declaration]
 1205 |        Ldisplay4 (E);
      |        ^~~~~~~~~
      |        bkdisplay
mv book.o bookG.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\" -DIGNUAN  -c ./search.c
./search.c:51:8: warning: type defaults to 'int' in declaration of 'GNUANadj' [-Wimplicit-int]
   51 | extern GNUANadj();
      |        ^~~~~~~~
./search.c: In function 'pick':
./search.c:110:12: warning: type defaults to 'int' in declaration of 's0' [-Wimplicit-int]
  110 |   register s0;
      |            ^~
mv search.o searchG.o
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\" -DIGNUAN -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -c ./gnuan.c
./gnuan.c: In function 'InputCommand':
./gnuan.c:1350:53: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 1350 |     fgets (infilename, 255, stdin); infilename[255] = '\0';
      |                                     ~~~~~~~~~~~~~~~~^~~~~~
./gnuan.c:1303:10: note: at offset 255 to object 'infilename' with size 255 declared here
 1303 |     CHAR infilename[255];
      |          ^~~~~~~~~~
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\" -DIGNUAN  -o gnuan mainN.o bookG.o genmovesN.o ataks.o utilN.o evalN.o init.o searchG.o gnuan.o -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -o game ./game.c
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -DBINBOOK=\"/opt/local/share/gnuchess4/gnuchess.data\" -DBINECO=\"/opt/local/share/gnuchess4/gnuchess.eco\"  -DPGNECO=\"/opt/local/share/gnuchess4/eco.pgn\" -c ./eco.c
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -DHASHFILE=\"/opt/local/share/gnuchess4/gnuchess.hash\" -DLANGFILE=\"/opt/local/share/gnuchess4/gnuchess.lang\"  -DSRCLANGFILE=\"./../misc/gnuchess.lang\"  -o ecor mainN.o eco.o genmovesN.o ataks.o utilN.o evalN.o init.o searchN.o dspcomR.o nondspR.o -lcurses -ltermcap  -lm
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -o binsort ./binsort.c
./binsort.c:500:1: warning: return type defaults to 'int' [-Wimplicit-int]
  500 | main(argc, argv)
      | ^~~~
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -o ecocvt ./ecocvt.c
./ecocvt.c:38:1: warning: return type defaults to 'int' [-Wimplicit-int]
   38 | main(int argc, char *argv[])
      | ^~~~
./ecocvt.c: In function 'main':
./ecocvt.c:53:5: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
   53 |  if(read(fd,&DATA,sizeof(struct gdxdata))<0){perror("ofd");exit(1);}
      |     ^~~~
      |     fread
./ecocvt.c:60:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
   60 | if( write(ofd,&DATA,sizeof(struct gdxdata)) <0){perror("write");exit(1);};
      |     ^~~~~
      |     fwrite
./ecocvt.c:62:4: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
   62 | if(close(fd) < 0){perror("fd");exit(1);}
      |    ^~~~~
      |    pclose
gcc -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -DHAVE_LIBTERMCAP=1 -DHAVE_LIBCURSES=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_LONG=8 -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_MEMSET=1 -DHAVE_SETVBUF=1  -DUSEINT -DCACHE -DGDX -DNULLMOVE -DWAY4PL64 -DHISTORY  -DAGING -DKILLT -DUNLIMITEDCAPS -DPRUNE -DOLDTIME -DECO -DHASHSTATS -o ecosort ./ecosort.c
./ecosort.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int]
   34 | main()
      | ^~~~
rm -f gnuchess.eco step1.eco step2.eco
echo 0 0 | ./ecor -b ./../book/eco.pgn -B step1.eco

Enter [moves] minutes[:sec] [increment][+]: 
White 0:00  Black 0:00

 R N B Q K B N R
 P P P P P P P P
 - - - - - - - -
 - - - - - - - -
 - - - - - - - -
 - - - - - - - -
 p p p p p p p p
 r n b q k b n r

SIZES 24 24
./../book/eco.pgn
./ecosort
./binsort -r 24 -k L:a:0:2<step1.eco>step2.eco
./ecocvt step2.eco gnuchess.eco
rm -f step1.eco step2.eco
rm gnuchess.data
rm: gnuchess.data: No such file or directory
*** Error code 2 (ignored)
echo 3 0 >test;echo quit >>test
gzip -d -c  ./../book/gnuchess.bk3.gz > ./t
cat test| ./gnuchessr -b ./t  -B gnuchess.data -S 12000 -P 10

Enter [moves] minutes[:sec] [increment][+]: 
White 0:00  Black 0:00

 R N B Q K B N R
 P P P P P P P P
 - - - - - - - -
 - - - - - - - -
 - - - - - - - -
 - - - - - - - -
 p p p p p p p p
 r n b q k b n r

creating bookfile gnuchess.data  192008 12000
1000 rec 439 openings processed
2000 rec 914 openings processed
3000 rec 1271 openings processed
4000 rec 2362 openings processed
5000 rec 2981 openings processed
6000 rec 6564 openings processed
7000 rec 8449 openings processed
8000 rec 10737 openings processed
9000 rec 11834 openings processed
10000 rec 12890 openings processed
Book used 10938 of 12000 entries.
Playing without hashfile

Your move is? rm -f test ./t