gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Go as SPEC benchmark?


From: Jim Koehler
Subject: Re: [gnugo-devel] Go as SPEC benchmark?
Date: Mon, 18 Nov 2002 12:19:59 -0600

Arend Bayer wrote:
> 
> James Fulton Koehler wrote:
> 
> > > I'm fairly certain that this problem would go away by adding the
> > > --without-curses option to configure.
> > >
> > > /Gunnar
> >
> > Thanks for the suggestion, Gunnar.  I tried that but got essentially the
> > same error. (See parts pasted in below.)
> 
> It seems your forgot to include this.
> 
> Arend

  Oops.  Sorry.  

   I'll append the typescript from the configure --without-curses and
then a paste of the screen from the execution and gdb session.  The
parts are appended as two forwarded emails.

 - Jim

-- 
------------------------------------------------------
James F. Koehler (Jim)         Hewlett-Packard Company
address@hidden             (972) 497-4932
------------------------------------------------------


-------- Original Message --------
Subject: typescript_mbgA - configire wo curses
Date: Mon, 18 Nov 2002 11:57:20 -0600 (CST)
From: James Fulton Koehler <address@hidden>
To: address@hidden

Script started on Sat Nov 16 14:35:13 2002
$ date
Sat Nov 16 14:35:15 CST 2002
$ ./configure --without-curses' 
checking for a BSD compatible install... /opt/imake/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... hp
checking for library containing pow... -lm
checking for mingw32... no
checking how to run the C preprocessor... cc -E
checking for ranlib... ranlib
checking whether make sets ${MAKE}... (cached) yes
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for curses.h... yes
checking for term.h... yes
checking for ncurses/curses.h... no
checking for ncurses/term.h... no
checking for perl... /usr/bin/perl
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for setlinebuf... no
checking for alarm... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for usleep... yes
checking for times... yes
checking for __FUNCTION__... no
checking for variadic cpp define... no
checking for library containing initscr... -lcurses
checking for vwprintw... yes
checking for keypad... yes
checking for KEY_UP... yes
checking for color support... ANSI color
configure: creating ./config.status
config.status: creating Makefile
config.status: creating interface/Makefile
config.status: creating patterns/Makefile
config.status: creating sgf/Makefile
config.status: creating utils/Makefile
config.status: creating engine/Makefile
config.status: creating doc/Makefile
config.status: creating regression/Makefile
config.status: creating interface/debugboard/Makefile
config.status: creating config.vc
config.status: creating config.h
$ make
No suffix list.
        cd . \
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
             /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
        make  all-recursive
No suffix list.
Making all in utils
        source='getopt.c' object='getopt.o' libtool=no \
        depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c `test -f getopt.c ||
echo './'`getopt.c
        source='getopt1.c' object='getopt1.o' libtool=no \
        depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c `test -f getopt1.c ||
echo './'`getopt1.c
        source='random.c' object='random.o' libtool=no \
        depfile='.deps/random.Po' tmpdepfile='.deps/random.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c `test -f random.c ||
echo './'`random.c
        source='gg_utils.c' object='gg_utils.o' libtool=no \
        depfile='.deps/gg_utils.Po' tmpdepfile='.deps/gg_utils.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c `test -f gg_utils.c
|| echo './'`gg_utils.c
        rm -f libutils.a
        ar cru libutils.a getopt.o getopt1.o  random.o gg_utils.o 
        ranlib libutils.a
Making all in sgf
        source='sgf_utils.c' object='sgf_utils.o' libtool=no \
        depfile='.deps/sgf_utils.Po' tmpdepfile='.deps/sgf_utils.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils     -g -c `test -f
sgf_utils.c || echo './'`sgf_utils.c
        source='sgfnode.c' object='sgfnode.o' libtool=no \
        depfile='.deps/sgfnode.Po' tmpdepfile='.deps/sgfnode.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils     -g -c `test -f
sgfnode.c || echo './'`sgfnode.c
        source='sgftree.c' object='sgftree.o' libtool=no \
        depfile='.deps/sgftree.Po' tmpdepfile='.deps/sgftree.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils     -g -c `test -f
sgftree.c || echo './'`sgftree.c
        rm -f libsgf.a
        ar cru libsgf.a sgf_utils.o sgfnode.o  sgftree.o 
        ranlib libsgf.a
        source='sgfgen.c' object='sgfgen.o' libtool=no \
        depfile='.deps/sgfgen.Po' tmpdepfile='.deps/sgfgen.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils     -g -c `test -f
sgfgen.c || echo './'`sgfgen.c
        cc  -g   -o sgfgen  sgfgen.o  -lcurses -lm 
Making all in engine
        source='aftermath.c' object='aftermath.o' libtool=no \
        depfile='.deps/aftermath.Po' tmpdepfile='.deps/aftermath.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f aftermath.c || echo
'./'`aftermath.c
        source='board.c' object='board.o' libtool=no \
        depfile='.deps/board.Po' tmpdepfile='.deps/board.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f board.c || echo './'`board.c
        source='cache.c' object='cache.o' libtool=no \
        depfile='.deps/cache.Po' tmpdepfile='.deps/cache.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f cache.c || echo './'`cache.c
        source='clock.c' object='clock.o' libtool=no \
        depfile='.deps/clock.Po' tmpdepfile='.deps/clock.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f clock.c || echo './'`clock.c
        source='combination.c' object='combination.o' libtool=no \
        depfile='.deps/combination.Po'
tmpdepfile='.deps/combination.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f combination.c || echo
'./'`combination.c
        source='dragon.c' object='dragon.o' libtool=no \
        depfile='.deps/dragon.Po' tmpdepfile='.deps/dragon.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f dragon.c || echo './'`dragon.c
        source='filllib.c' object='filllib.o' libtool=no \
        depfile='.deps/filllib.Po' tmpdepfile='.deps/filllib.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f filllib.c || echo './'`filllib.c
        source='fuseki.c' object='fuseki.o' libtool=no \
        depfile='.deps/fuseki.Po' tmpdepfile='.deps/fuseki.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f fuseki.c || echo './'`fuseki.c
        source='genmove.c' object='genmove.o' libtool=no \
        depfile='.deps/genmove.Po' tmpdepfile='.deps/genmove.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f genmove.c || echo './'`genmove.c
        source='globals.c' object='globals.o' libtool=no \
        depfile='.deps/globals.Po' tmpdepfile='.deps/globals.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f globals.c || echo './'`globals.c
        source='hash.c' object='hash.o' libtool=no \
        depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f hash.c || echo './'`hash.c
        source='influence.c' object='influence.o' libtool=no \
        depfile='.deps/influence.Po' tmpdepfile='.deps/influence.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f influence.c || echo
'./'`influence.c
        source='interface.c' object='interface.o' libtool=no \
        depfile='.deps/interface.Po' tmpdepfile='.deps/interface.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f interface.c || echo
'./'`interface.c
        source='life.c' object='life.o' libtool=no \
        depfile='.deps/life.Po' tmpdepfile='.deps/life.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f life.c || echo './'`life.c
        source='matchpat.c' object='matchpat.o' libtool=no \
        depfile='.deps/matchpat.Po' tmpdepfile='.deps/matchpat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f matchpat.c || echo
'./'`matchpat.c
        source='move_reasons.c' object='move_reasons.o' libtool=no \
        depfile='.deps/move_reasons.Po'
tmpdepfile='.deps/move_reasons.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f move_reasons.c || echo
'./'`move_reasons.c
        source='movelist.c' object='movelist.o' libtool=no \
        depfile='.deps/movelist.Po' tmpdepfile='.deps/movelist.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f movelist.c || echo
'./'`movelist.c
        source='optics.c' object='optics.o' libtool=no \
        depfile='.deps/optics.Po' tmpdepfile='.deps/optics.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f optics.c || echo './'`optics.c
        source='owl.c' object='owl.o' libtool=no \
        depfile='.deps/owl.Po' tmpdepfile='.deps/owl.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f owl.c || echo './'`owl.c
        source='printutils.c' object='printutils.o' libtool=no \
        depfile='.deps/printutils.Po' tmpdepfile='.deps/printutils.TPo'
\
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f printutils.c || echo
'./'`printutils.c
        source='readconnect.c' object='readconnect.o' libtool=no \
        depfile='.deps/readconnect.Po'
tmpdepfile='.deps/readconnect.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f readconnect.c || echo
'./'`readconnect.c
        source='reading.c' object='reading.o' libtool=no \
        depfile='.deps/reading.Po' tmpdepfile='.deps/reading.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f reading.c || echo './'`reading.c
        source='score.c' object='score.o' libtool=no \
        depfile='.deps/score.Po' tmpdepfile='.deps/score.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f score.c || echo './'`score.c
        source='semeai.c' object='semeai.o' libtool=no \
        depfile='.deps/semeai.Po' tmpdepfile='.deps/semeai.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f semeai.c || echo './'`semeai.c
        source='sgfdecide.c' object='sgfdecide.o' libtool=no \
        depfile='.deps/sgfdecide.Po' tmpdepfile='.deps/sgfdecide.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f sgfdecide.c || echo
'./'`sgfdecide.c
        source='sgffile.c' object='sgffile.o' libtool=no \
        depfile='.deps/sgffile.Po' tmpdepfile='.deps/sgffile.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f sgffile.c || echo './'`sgffile.c
        source='shapes.c' object='shapes.o' libtool=no \
        depfile='.deps/shapes.Po' tmpdepfile='.deps/shapes.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f shapes.c || echo './'`shapes.c
        source='showbord.c' object='showbord.o' libtool=no \
        depfile='.deps/showbord.Po' tmpdepfile='.deps/showbord.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f showbord.c || echo
'./'`showbord.c
        source='utils.c' object='utils.o' libtool=no \
        depfile='.deps/utils.Po' tmpdepfile='.deps/utils.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f utils.c || echo './'`utils.c
        source='value_moves.c' object='value_moves.o' libtool=no \
        depfile='.deps/value_moves.Po'
tmpdepfile='.deps/value_moves.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f value_moves.c || echo
'./'`value_moves.c
        source='worm.c' object='worm.o' libtool=no \
        depfile='.deps/worm.Po' tmpdepfile='.deps/worm.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../patterns  -I../patterns 
-I../sgf  -I../utils     -g -c `test -f worm.c || echo './'`worm.c
        rm -f libengine.a
        ar cru libengine.a aftermath.o board.o  cache.o clock.o
combination.o  dragon.o filllib.o fuseki.o  genmove.o globals.o hash.o 
influence.o interface.o life.o  matchpat.o move_reasons.o movelist.o 
optics.o owl.o printutils.o  readconnect.o reading.o score.o  semeai.o
sgfdecide.o sgffile.o  shapes.o showbord.o utils.o  value_moves.o worm.o 
        ranlib libengine.a
        rm -f libboard.a
        ar cru libboard.a board.o globals.o hash.o  printutils.o
sgffile.o showbord.o 
        ranlib libboard.a
Making all in patterns
        source='connections.c' object='connections.o' libtool=no \
        depfile='.deps/connections.Po'
tmpdepfile='.deps/connections.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f connections.c || echo './'`connections.c
        source='helpers.c' object='helpers.o' libtool=no \
        depfile='.deps/helpers.Po' tmpdepfile='.deps/helpers.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f helpers.c || echo './'`helpers.c
        source='mkpat.c' object='mkpat.o' libtool=no \
        depfile='.deps/mkpat.Po' tmpdepfile='.deps/mkpat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f mkpat.c || echo './'`mkpat.c
        source='transform.c' object='transform.o' libtool=no \
        depfile='.deps/transform.Po' tmpdepfile='.deps/transform.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f transform.c || echo './'`transform.c
        source='dfa.c' object='dfa.o' libtool=no \
        depfile='.deps/dfa.Po' tmpdepfile='.deps/dfa.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f dfa.c || echo './'`dfa.c
        rm -f libdfa.a
        ar cru libdfa.a dfa.o transform.o 
        ranlib libdfa.a
        cc  -g   -o mkpat  mkpat.o transform.o libdfa.a
../utils/libutils.a -lcurses -lm 
        ./mkpat -c conn < ./conn.db >conn.c
        source='conn.c' object='conn.o' libtool=no \
        depfile='.deps/conn.Po' tmpdepfile='.deps/conn.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f conn.c || echo './'`conn.c
        cat  ./patterns.db ./patterns2.db \
                | ./mkpat -b pat >patterns.c
        source='patterns.c' object='patterns.o' libtool=no \
        depfile='.deps/patterns.Po' tmpdepfile='.deps/patterns.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f patterns.c || echo './'`patterns.c
        cat ./attack.db | ./mkpat -X attpat >apatterns.c
        source='apatterns.c' object='apatterns.o' libtool=no \
        depfile='.deps/apatterns.Po' tmpdepfile='.deps/apatterns.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f apatterns.c || echo './'`apatterns.c
        cat ./defense.db | ./mkpat defpat >dpatterns.c
        source='dpatterns.c' object='dpatterns.o' libtool=no \
        depfile='.deps/dpatterns.Po' tmpdepfile='.deps/dpatterns.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f dpatterns.c || echo './'`dpatterns.c
        source='mkeyes.c' object='mkeyes.o' libtool=no \
        depfile='.deps/mkeyes.Po' tmpdepfile='.deps/mkeyes.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f mkeyes.c || echo './'`mkeyes.c
        cc  -g   -o mkeyes  mkeyes.o  -lcurses -lm 
        ./mkeyes < ./eyes.db >eyes.c
        source='eyes.c' object='eyes.o' libtool=no \
        depfile='.deps/eyes.Po' tmpdepfile='.deps/eyes.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f eyes.c || echo './'`eyes.c
        ./mkpat -c influencepat < ./influence.db >influence.c
        source='influence.c' object='influence.o' libtool=no \
        depfile='.deps/influence.Po' tmpdepfile='.deps/influence.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f influence.c || echo './'`influence.c
        ./mkpat -c -b barrierspat < ./barriers.db >barriers.c
        source='barriers.c' object='barriers.o' libtool=no \
        depfile='.deps/barriers.Po' tmpdepfile='.deps/barriers.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f barriers.c || echo './'`barriers.c
        cat ./endgame.db | ./mkpat -b endpat >endgame.c
        source='endgame.c' object='endgame.o' libtool=no \
        depfile='.deps/endgame.Po' tmpdepfile='.deps/endgame.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f endgame.c || echo './'`endgame.c
        ./mkpat -D -m -b aa_attackpat < ./aa_attackpats.db
>aa_attackpat.c
---------------------------
dfa for aa_attackpat
size: 4 kB for 13 patterns
---------------------------
        source='aa_attackpat.c' object='aa_attackpat.o' libtool=no \
        depfile='.deps/aa_attackpat.Po'
tmpdepfile='.deps/aa_attackpat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f aa_attackpat.c || echo './'`aa_attackpat.c
        ./mkpat -D -m -b owl_attackpat < ./owl_attackpats.db
>owl_attackpat.c
---------------------------
dfa for owl_attackpat
size: 354 kB for 299 patterns
---------------------------
        source='owl_attackpat.c' object='owl_attackpat.o' libtool=no \
        depfile='.deps/owl_attackpat.Po'
tmpdepfile='.deps/owl_attackpat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f owl_attackpat.c || echo './'`owl_attackpat.c
        ./mkpat -D -m -b owl_vital_apat < ./owl_vital_apats.db
>owl_vital_apat.c
---------------------------
dfa for owl_vital_apat
size: 21 kB for 50 patterns
---------------------------
        source='owl_vital_apat.c' object='owl_vital_apat.o' libtool=no \
        depfile='.deps/owl_vital_apat.Po'
tmpdepfile='.deps/owl_vital_apat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f owl_vital_apat.c || echo
'./'`owl_vital_apat.c
        ./mkpat -D -m -b owl_defendpat < ./owl_defendpats.db
>owl_defendpat.c
---------------------------
dfa for owl_defendpat
size: 685 kB for 417 patterns
---------------------------
        source='owl_defendpat.c' object='owl_defendpat.o' libtool=no \
        depfile='.deps/owl_defendpat.Po'
tmpdepfile='.deps/owl_defendpat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f owl_defendpat.c || echo './'`owl_defendpat.c
        ./mkpat -b fusekipat < ./fuseki.db >fusekipat.c
        source='fusekipat.c' object='fusekipat.o' libtool=no \
        depfile='.deps/fusekipat.Po' tmpdepfile='.deps/fusekipat.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f fusekipat.c || echo './'`fusekipat.c
        ./mkpat -b -f fuseki9 < ./fuseki9.db >fuseki9.c
        source='fuseki9.c' object='fuseki9.o' libtool=no \
        depfile='.deps/fuseki9.Po' tmpdepfile='.deps/fuseki9.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f fuseki9.c || echo './'`fuseki9.c
        ./mkpat -b -f fuseki13 < ./fuseki13.db >fuseki13.c
        source='fuseki13.c' object='fuseki13.o' libtool=no \
        depfile='.deps/fuseki13.Po' tmpdepfile='.deps/fuseki13.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f fuseki13.c || echo './'`fuseki13.c
        ./mkpat -b -f fuseki19 < ./fuseki19.db >fuseki19.c
        source='fuseki19.c' object='fuseki19.o' libtool=no \
        depfile='.deps/fuseki19.Po' tmpdepfile='.deps/fuseki19.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f fuseki19.c || echo './'`fuseki19.c
        source='joseki.c' object='joseki.o' libtool=no \
        depfile='.deps/joseki.Po' tmpdepfile='.deps/joseki.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f joseki.c || echo './'`joseki.c
        cc  -g   -o joseki  joseki.o ../engine/libboard.a
../sgf/libsgf.a ../utils/libutils.a  -lcurses -lm 
        ./joseki JH ./hoshi.sgf >hoshi.db
        ./joseki JK ./komoku.sgf >komoku.db
        ./joseki JS ./sansan.sgf >sansan.db
        ./joseki JM ./mokuhazushi.sgf >mokuhazushi.db
        ./joseki JT ./takamoku.sgf >takamoku.db
        cat  hoshi.db komoku.db sansan.db mokuhazushi.db takamoku.db |
./mkpat -b joseki >josekidb.c
        source='josekidb.c' object='josekidb.o' libtool=no \
        depfile='.deps/josekidb.Po' tmpdepfile='.deps/josekidb.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f josekidb.c || echo './'`josekidb.c
        ./mkpat -b read_attack < ./read_attack.db >read_attack.c
        source='read_attack.c' object='read_attack.o' libtool=no \
        depfile='.deps/read_attack.Po'
tmpdepfile='.deps/read_attack.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f read_attack.c || echo './'`read_attack.c
        ./mkpat -b read_defend < ./read_defend.db >read_defend.c
        source='read_defend.c' object='read_defend.o' libtool=no \
        depfile='.deps/read_defend.Po'
tmpdepfile='.deps/read_defend.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f read_defend.c || echo './'`read_defend.c
        rm -f libpatterns.a
        ar cru libpatterns.a connections.o helpers.o  conn.o patterns.o
apatterns.o  dpatterns.o eyes.o influence.o  barriers.o endgame.o
aa_attackpat.o  owl_attackpat.o owl_vital_apat.o  owl_defendpat.o
fusekipat.o fuseki9.o  fuseki13.o fuseki19.o josekidb.o  read_attack.o
read_defend.o 
        ranlib libpatterns.a
        source='extract_fuseki.c' object='extract_fuseki.o' libtool=no \
        depfile='.deps/extract_fuseki.Po'
tmpdepfile='.deps/extract_fuseki.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils
-I../sgf     -g -c `test -f extract_fuseki.c || echo
'./'`extract_fuseki.c
        cc  -g   -o extract_fuseki  extract_fuseki.o
../engine/libengine.a libpatterns.a ../engine/libengine.a libpatterns.a
../sgf/libsgf.a ../utils/libutils.a libdfa.a -lcurses -lm 
ld: Type mismatch for symbol "move"; resolving OBJECT symbol (in file
../engine/libengine.a[move_reasons.o]) to FUNC symbol (in file
/usr/lib/hpux32/libcurses.so)
1 warnings.
Making all in interface
Making all in debugboard
        source='main.c' object='main.o' libtool=no \
        depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
        depmode=hp /bin/sh ../../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sgf  -I../../engine 
-I../../interface  -I../../utils     -g -c `test -f main.c || echo
'./'`main.c
        source='gui.c' object='gui.o' libtool=no \
        depfile='.deps/gui.Po' tmpdepfile='.deps/gui.TPo' \
        depmode=hp /bin/sh ../../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sgf  -I../../engine 
-I../../interface  -I../../utils     -g -c `test -f gui.c || echo
'./'`gui.c
        source='display.c' object='display.o' libtool=no \
        depfile='.deps/display.Po' tmpdepfile='.deps/display.TPo' \
        depmode=hp /bin/sh ../../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sgf  -I../../engine 
-I../../interface  -I../../utils     -g -c `test -f display.c || echo
'./'`display.c
        cc  -g   -o debugboard  main.o gui.o display.o
../../engine/libengine.a  ../../patterns/libpatterns.a 
../../patterns/libdfa.a  ../../sgf/libsgf.a  ../../utils/libutils.a
-lcurses -lm 
ld: Type mismatch for symbol "move"; resolving OBJECT symbol (in file
../../engine/libengine.a[move_reasons.o]) to FUNC symbol (in file
/usr/lib/hpux32/libcurses.so)
1 warnings.
        source='main.c' object='main.o' libtool=no \
        depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f main.c || echo './'`main.c
        source='play_ascii.c' object='play_ascii.o' libtool=no \
        depfile='.deps/play_ascii.Po' tmpdepfile='.deps/play_ascii.TPo'
\
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f play_ascii.c || echo './'`play_ascii.c
        source='play_gmp.c' object='play_gmp.o' libtool=no \
        depfile='.deps/play_gmp.Po' tmpdepfile='.deps/play_gmp.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f play_gmp.c || echo './'`play_gmp.c
        source='play_gtp.c' object='play_gtp.o' libtool=no \
        depfile='.deps/play_gtp.Po' tmpdepfile='.deps/play_gtp.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f play_gtp.c || echo './'`play_gtp.c
        source='play_solo.c' object='play_solo.o' libtool=no \
        depfile='.deps/play_solo.Po' tmpdepfile='.deps/play_solo.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f play_solo.c || echo './'`play_solo.c
        source='play_test.c' object='play_test.o' libtool=no \
        depfile='.deps/play_test.Po' tmpdepfile='.deps/play_test.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f play_test.c || echo './'`play_test.c
        source='gmp.c' object='gmp.o' libtool=no \
        depfile='.deps/gmp.Po' tmpdepfile='.deps/gmp.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f gmp.c || echo './'`gmp.c
        source='gtp.c' object='gtp.o' libtool=no \
        depfile='.deps/gtp.Po' tmpdepfile='.deps/gtp.TPo' \
        depmode=hp /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../sgf  -I../engine 
-I../utils     -g -c `test -f gtp.c || echo './'`gtp.c
        cc  -g   -o gnugo  main.o play_ascii.o  play_gmp.o play_gtp.o
play_solo.o  play_test.o gmp.o gtp.o ../engine/libengine.a 
../patterns/libpatterns.a  ../patterns/libdfa.a  ../sgf/libsgf.a 
../utils/libutils.a -lcurses -lm 
ld: Type mismatch for symbol "move"; resolving OBJECT symbol (in file
../engine/libengine.a[move_reasons.o]) to FUNC symbol (in file
/usr/lib/hpux32/libcurses.so)
1 warnings.
Making all in doc
Making all in regression
No suffix list.
No suffix list.
$ date
Sat Nov 16 14:41:38 CST 2002
$ exit

script done on Sat Nov 16 14:41:39 2002
======================== (Paste) ===================
Sat Nov 16 14:41:38 CST 2002
$ exit
Script done, file is typescript
998 zera 771> cksum typescript 
3450741880 31613 typescript
998 zera 772> cat >> typescript 
-------------------------------------------------




-------- Original Message --------
Subject: Abort - execution wo curses
Date: Mon, 18 Nov 2002 11:57:48 -0600 (CST)
From: James Fulton Koehler <address@hidden>
To: address@hidden

998 zera 801> ./interface/gnugo

GNU Go Version 3.2


This is GNU GO, a Go program. Contact address@hidden, or see
http://www.gnu.org/software/gnugo/ for more information.

Copyright 1999, 2000, 2001, 2002 by the Free Software Foundation.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation - version 2.

This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.  See the GNU General Public License in file COPYING
for more details.

You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111, USA.


Beginning ASCII mode game.

Board Size:   19
Handicap      0
Komi:         0.0
Move Number:  0
To Move:      black
Computer player: White

    White has captured 0 pieces
    Black has captured 0 pieces

    A B C D E F G H J K L M N O P Q R S T
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . . . . . . . . . . . . . . . . 17
 16 . . . + . . . . . + . . . . . + . . . 16
 15 . . . . . . . . . . . . . . . . . . . 15
 14 . . . . . . . . . . . . . . . . . . . 14
 13 . . . . . . . . . . . . . . . . . . . 13
 12 . . . . . . . . . . . . . . . . . . . 12
 11 . . . . . . . . . . . . . . . . . . . 11
 10 . . . + . . . . . + . . . . . + . . . 10
  9 . . . . . . . . . . . . . . . . . . .  9
  8 . . . . . . . . . . . . . . . . . . .  8
  7 . . . . . . . . . . . . . . . . . . .  7
  6 . . . . . . . . . . . . . . . . . . .  6
  5 . . . . . . . . . . . . . . . . . . .  5
  4 . . . + . . . . . + . . . . . + . . .  4
  3 . . . . . . . . . . . . . . . . . . .  3
  2 . . . . . . . . . . . . . . . . . . .  2
  1 . . . . . . . . . . . . . . . . . . .  1
    A B C D E F G H J K L M N O P Q R S T

black(1): D4

    White has captured 0 pieces
    Black has captured 0 pieces

    A B C D E F G H J K L M N O P Q R S T
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . . . . . . . . . . . . . . . . 17
 16 . . . + . . . . . + . . . . . + . . . 16
 15 . . . . . . . . . . . . . . . . . . . 15
 14 . . . . . . . . . . . . . . . . . . . 14
 13 . . . . . . . . . . . . . . . . . . . 13
 12 . . . . . . . . . . . . . . . . . . . 12
 11 . . . . . . . . . . . . . . . . . . . 11
 10 . . . + . . . . . + . . . . . + . . . 10
  9 . . . . . . . . . . . . . . . . . . .  9
  8 . . . . . . . . . . . . . . . . . . .  8
  7 . . . . . . . . . . . . . . . . . . .  7
  6 . . . . . . . . . . . . . . . . . . .  6
  5 . . . . . . . . . . . . . . . . . . .  5
  4 . . .(X). . . . . + . . . . . + . . .  4
  3 . . . . . . . . . . . . . . . . . . .  3
  2 . . . . . . . . . . . . . . . . . . .  2
  1 . . . . . . . . . . . . . . . . . . .  1
    A B C D E F G H J K L M N O P Q R S T

GNU Go is thinking...
Memory fault(coredump)
998 zera 802> 
998 zera 802> gdb ./interface/gnugo core
HP gdb 1.3.00
Copyright 1986 - 1999 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 1.3.00 (based on GDB 4.17-hpwdb-980821)
Wildebeest is free software, covered by the GNU General Public License,
and
you are welcome to change it and/or distribute copies of it under
certain
conditions.  Type "show copying" to see the conditions.  There is
absolutely no warranty for Wildebeest.  Type "show warranty" for
details.
Wildebeest was built for ia64-hp-hpux11.20
and target ia64-hp-hpux11.20.
..
Core was generated by `gnugo'.
Program terminated with signal 11, Segmentation fault.
#0  0x410d460:0 in clear_move_reasons () at move_reasons.c:111
111           move[ii].value                  = 0.0;
(gdb) bt
#0  0x410d460:0 in clear_move_reasons () at move_reasons.c:111
#1  0x40e2ff0:0 in reset_engine () at genmove.c:86
#2  0x40e4620:0 in do_genmove (move=0x7ffff550, color=1, 
    pure_threat_value=0.400000006) at genmove.c:336
#3  0x40e40f0:0 in genmove (i=0x7ffff570, j=0x7ffff574, color=1)
    at genmove.c:274
#4  0x40ff1c0:0 in gnugo_genmove (i=0x7ffff570, j=0x7ffff574, color=1)
    at interface.c:269
#5  0x407cee0:0 in computer_move (gameinfo=0x7ffff688,
passes=0x7ffff5bc)
    at play_ascii.c:454
#6  0x407d7e0:0 in do_move (gameinfo=0x7ffff688, 
    command=0x7ffff5c0 <Address 0x7ffff5c0 out of bounds>,
passes=0x7ffff5bc, 
    force=0) at play_ascii.c:518
#7  0x407f460:0 in play_ascii (tree=0x7ffff678, gameinfo=0x7ffff688, 
    filename=0x0, until=0x0) at play_ascii.c:775
#8  0x4078fb0:0 in main (argc=1, argv=0x7ffffa38) at main.c:1128
(gdb)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]