   ,       
GNU-    (www.gnu.org/software/chess/chess.html). 
        :

$ tar -xvzf gnuchess*

gnuchess-5.03/
gnuchess-5.03/book/
gnuchess-5.03/book/README

$ cd gnuchess*

   README  INSTALL   configure, 
        Makefile:

$ ./configure

checking for a BSD compatible install... /usr/bin/install -c
(    BSD)
checking whether build environment is sane... yes
(,    ... )
checking for mawk... mawk
(  mawk... mawk)
checking whether make sets ${MAKE)... yes
(,    ${}... )
checking for gcc... gcc
(  gcc... gcc)
checking for  compiler default output... a.out
('    ... a.out)
checking whether the C compiler works... yes
(,    ... )

checking for memset... yes                   (   memset... )
configure: creating ./config.status         ( ./con fig.status)
config.status: creating Makefile            ( Makefile)
config.status: creating src/Makefile        ( src/Makefile)
config.status: creating src/config.h        ( src/config.h)

 info-   configure,    prefix,
         ,
  /usr/local.       make.

$ make

Making all in src                                 (    src)

make[l]: Entering directory '/hdd4/gnuchess-5.03/src' (   ...)

cd .. \

&& CONFIG_FILES= CONFIGJIEADERS^src/config.h \

/bin/sh ./config.status

config.status: creating src/config.h                   ( src/config.h)

config.status; src/config.h is unchanged               (src/config.h  )

make all-am                                            ( all-am)

make[2]: Entering directory '/hdd4/gnuchess-5.03/src' (   ...)

source'atak.c' object='atak.o' libtool=no \

depfile='.deps/atak.Po' tmpdepfile='.deps/atak.TPo' \

depmode=gcc3 /bin/sh ../depcomp \

gcc -DHAVE_CONFIG_H -I. -I. -I. -g -02 -c 'test -f atak.c || echo

'./''atak.c

482  IV.  