mac book Pro のfink環境のfuegoもはまっている2011/02/20 07:21

mac book proのfink環境でのfuego-1.0も

boost_1_45_0を/usr/localに作成して

fuegoをmakeしても エラーなし

make checkもno errorなのだが mallocでエラーしている

./fuego
fuego(21315) malloc: *** error for object 0x7fff703ab500: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

以下が make.log
make all-recursive
Making all in book
make[2]: Nothing to be done for `all'.
Making all in regression
make[2]: Nothing to be done for `all'.
Making all in misctests
make[2]: Nothing to be done for `all'.
Making all in gtpengine
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpEngine.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpEngine.Tpo -c -o libfuego_gtpengine_a-GtpEngine.o `test -f 'GtpEngine.cpp' || echo './'`GtpEngine.cpp
mv -f .deps/libfuego_gtpengine_a-GtpEngine.Tpo .deps/libfuego_gtpengine_a-GtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpInputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpInputStream.Tpo -c -o libfuego_gtpengine_a-GtpInputStream.o `test -f 'GtpInputStream.cpp' || echo './'`GtpInputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpInputStream.Tpo .deps/libfuego_gtpengine_a-GtpInputStream.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpOutputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo -c -o libfuego_gtpengine_a-GtpOutputStream.o `test -f 'GtpOutputStream.cpp' || echo './'`GtpOutputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo .deps/libfuego_gtpengine_a-GtpOutputStream.Po
rm -f libfuego_gtpengine.a
ar cru libfuego_gtpengine.a libfuego_gtpengine_a-GtpEngine.o libfuego_gtpengine_a-GtpInputStream.o libfuego_gtpengine_a-GtpOutputStream.o
ranlib libfuego_gtpengine.a
Making all in smartgame
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBoardConst.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBoardConst.Tpo -c -o libfuego_smartgame_a-SgBoardConst.o `test -f 'SgBoardConst.cpp' || echo './'`SgBoardConst.cpp
mv -f .deps/libfuego_smartgame_a-SgBoardConst.Tpo .deps/libfuego_smartgame_a-SgBoardConst.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBookBuilder.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBookBuilder.Tpo -c -o libfuego_smartgame_a-SgBookBuilder.o `test -f 'SgBookBuilder.cpp' || echo './'`SgBookBuilder.cpp
mv -f .deps/libfuego_smartgame_a-SgBookBuilder.Tpo .deps/libfuego_smartgame_a-SgBookBuilder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgCmdLineOpt.o -MD -MP -MF .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo -c -o libfuego_smartgame_a-SgCmdLineOpt.o `test -f 'SgCmdLineOpt.cpp' || echo './'`SgCmdLineOpt.cpp
mv -f .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo .deps/libfuego_smartgame_a-SgCmdLineOpt.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgConnCompIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo -c -o libfuego_smartgame_a-SgConnCompIterator.o `test -f 'SgConnCompIterator.cpp' || echo './'`SgConnCompIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo .deps/libfuego_smartgame_a-SgConnCompIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgDebug.o -MD -MP -MF .deps/libfuego_smartgame_a-SgDebug.Tpo -c -o libfuego_smartgame_a-SgDebug.o `test -f 'SgDebug.cpp' || echo './'`SgDebug.cpp
mv -f .deps/libfuego_smartgame_a-SgDebug.Tpo .deps/libfuego_smartgame_a-SgDebug.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgEvaluatedMoves.o -MD -MP -MF .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo -c -o libfuego_smartgame_a-SgEvaluatedMoves.o `test -f 'SgEvaluatedMoves.cpp' || echo './'`SgEvaluatedMoves.cpp
mv -f .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo .deps/libfuego_smartgame_a-SgEvaluatedMoves.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgException.o -MD -MP -MF .deps/libfuego_smartgame_a-SgException.Tpo -c -o libfuego_smartgame_a-SgException.o `test -f 'SgException.cpp' || echo './'`SgException.cpp
mv -f .deps/libfuego_smartgame_a-SgException.Tpo .deps/libfuego_smartgame_a-SgException.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgFastLog.o -MD -MP -MF .deps/libfuego_smartgame_a-SgFastLog.Tpo -c -o libfuego_smartgame_a-SgFastLog.o `test -f 'SgFastLog.cpp' || echo './'`SgFastLog.cpp
mv -f .deps/libfuego_smartgame_a-SgFastLog.Tpo .deps/libfuego_smartgame_a-SgFastLog.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameReader.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameReader.Tpo -c -o libfuego_smartgame_a-SgGameReader.o `test -f 'SgGameReader.cpp' || echo './'`SgGameReader.cpp
mv -f .deps/libfuego_smartgame_a-SgGameReader.Tpo .deps/libfuego_smartgame_a-SgGameReader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameWriter.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameWriter.Tpo -c -o libfuego_smartgame_a-SgGameWriter.o `test -f 'SgGameWriter.cpp' || echo './'`SgGameWriter.cpp
mv -f .deps/libfuego_smartgame_a-SgGameWriter.Tpo .deps/libfuego_smartgame_a-SgGameWriter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpClient.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpClient.Tpo -c -o libfuego_smartgame_a-SgGtpClient.o `test -f 'SgGtpClient.cpp' || echo './'`SgGtpClient.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpClient.Tpo .deps/libfuego_smartgame_a-SgGtpClient.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpCommands.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpCommands.Tpo -c -o libfuego_smartgame_a-SgGtpCommands.o `test -f 'SgGtpCommands.cpp' || echo './'`SgGtpCommands.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpCommands.Tpo .deps/libfuego_smartgame_a-SgGtpCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpUtil.Tpo -c -o libfuego_smartgame_a-SgGtpUtil.o `test -f 'SgGtpUtil.cpp' || echo './'`SgGtpUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpUtil.Tpo .deps/libfuego_smartgame_a-SgGtpUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgIncrementalStack.o -MD -MP -MF .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo -c -o libfuego_smartgame_a-SgIncrementalStack.o `test -f 'SgIncrementalStack.cpp' || echo './'`SgIncrementalStack.cpp
mv -f .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo .deps/libfuego_smartgame_a-SgIncrementalStack.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgInit.o -MD -MP -MF .deps/libfuego_smartgame_a-SgInit.Tpo -c -o libfuego_smartgame_a-SgInit.o `test -f 'SgInit.cpp' || echo './'`SgInit.cpp
mv -f .deps/libfuego_smartgame_a-SgInit.Tpo .deps/libfuego_smartgame_a-SgInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMemCheck.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMemCheck.Tpo -c -o libfuego_smartgame_a-SgMemCheck.o `test -f 'SgMemCheck.cpp' || echo './'`SgMemCheck.cpp
mv -f .deps/libfuego_smartgame_a-SgMemCheck.Tpo .deps/libfuego_smartgame_a-SgMemCheck.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiMap.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiMap.Tpo -c -o libfuego_smartgame_a-SgMiaiMap.o `test -f 'SgMiaiMap.cpp' || echo './'`SgMiaiMap.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiMap.Tpo .deps/libfuego_smartgame_a-SgMiaiMap.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo -c -o libfuego_smartgame_a-SgMiaiStrategy.o `test -f 'SgMiaiStrategy.cpp' || echo './'`SgMiaiStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo .deps/libfuego_smartgame_a-SgMiaiStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNbIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNbIterator.Tpo -c -o libfuego_smartgame_a-SgNbIterator.o `test -f 'SgNbIterator.cpp' || echo './'`SgNbIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgNbIterator.Tpo .deps/libfuego_smartgame_a-SgNbIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNode.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNode.Tpo -c -o libfuego_smartgame_a-SgNode.o `test -f 'SgNode.cpp' || echo './'`SgNode.cpp
mv -f .deps/libfuego_smartgame_a-SgNode.Tpo .deps/libfuego_smartgame_a-SgNode.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNodeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNodeUtil.Tpo -c -o libfuego_smartgame_a-SgNodeUtil.o `test -f 'SgNodeUtil.cpp' || echo './'`SgNodeUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgNodeUtil.Tpo .deps/libfuego_smartgame_a-SgNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPoint.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPoint.Tpo -c -o libfuego_smartgame_a-SgPoint.o `test -f 'SgPoint.cpp' || echo './'`SgPoint.cpp
mv -f .deps/libfuego_smartgame_a-SgPoint.Tpo .deps/libfuego_smartgame_a-SgPoint.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSet.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSet.Tpo -c -o libfuego_smartgame_a-SgPointSet.o `test -f 'SgPointSet.cpp' || echo './'`SgPointSet.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSet.Tpo .deps/libfuego_smartgame_a-SgPointSet.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSetUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo -c -o libfuego_smartgame_a-SgPointSetUtil.o `test -f 'SgPointSetUtil.cpp' || echo './'`SgPointSetUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo .deps/libfuego_smartgame_a-SgPointSetUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProbCut.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProbCut.Tpo -c -o libfuego_smartgame_a-SgProbCut.o `test -f 'SgProbCut.cpp' || echo './'`SgProbCut.cpp
mv -f .deps/libfuego_smartgame_a-SgProbCut.Tpo .deps/libfuego_smartgame_a-SgProbCut.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProcess.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProcess.Tpo -c -o libfuego_smartgame_a-SgProcess.o `test -f 'SgProcess.cpp' || echo './'`SgProcess.cpp
mv -f .deps/libfuego_smartgame_a-SgProcess.Tpo .deps/libfuego_smartgame_a-SgProcess.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProp.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProp.Tpo -c -o libfuego_smartgame_a-SgProp.o `test -f 'SgProp.cpp' || echo './'`SgProp.cpp
mv -f .deps/libfuego_smartgame_a-SgProp.Tpo .deps/libfuego_smartgame_a-SgProp.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRandom.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRandom.Tpo -c -o libfuego_smartgame_a-SgRandom.o `test -f 'SgRandom.cpp' || echo './'`SgRandom.cpp
mv -f .deps/libfuego_smartgame_a-SgRandom.Tpo .deps/libfuego_smartgame_a-SgRandom.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRect.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRect.Tpo -c -o libfuego_smartgame_a-SgRect.o `test -f 'SgRect.cpp' || echo './'`SgRect.cpp
mv -f .deps/libfuego_smartgame_a-SgRect.Tpo .deps/libfuego_smartgame_a-SgRect.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearch.Tpo -c -o libfuego_smartgame_a-SgSearch.o `test -f 'SgSearch.cpp' || echo './'`SgSearch.cpp
mv -f .deps/libfuego_smartgame_a-SgSearch.Tpo .deps/libfuego_smartgame_a-SgSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchControl.Tpo -c -o libfuego_smartgame_a-SgSearchControl.o `test -f 'SgSearchControl.cpp' || echo './'`SgSearchControl.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchControl.Tpo .deps/libfuego_smartgame_a-SgSearchControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchStatistics.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo -c -o libfuego_smartgame_a-SgSearchStatistics.o `test -f 'SgSearchStatistics.cpp' || echo './'`SgSearchStatistics.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo .deps/libfuego_smartgame_a-SgSearchStatistics.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchTracer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchTracer.Tpo -c -o libfuego_smartgame_a-SgSearchTracer.o `test -f 'SgSearchTracer.cpp' || echo './'`SgSearchTracer.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchTracer.Tpo .deps/libfuego_smartgame_a-SgSearchTracer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchValue.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchValue.Tpo -c -o libfuego_smartgame_a-SgSearchValue.o `test -f 'SgSearchValue.cpp' || echo './'`SgSearchValue.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchValue.Tpo .deps/libfuego_smartgame_a-SgSearchValue.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStrategy.Tpo -c -o libfuego_smartgame_a-SgStrategy.o `test -f 'SgStrategy.cpp' || echo './'`SgStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgStrategy.Tpo .deps/libfuego_smartgame_a-SgStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStringUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStringUtil.Tpo -c -o libfuego_smartgame_a-SgStringUtil.o `test -f 'SgStringUtil.cpp' || echo './'`SgStringUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgStringUtil.Tpo .deps/libfuego_smartgame_a-SgStringUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMpiSynchronizer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo -c -o libfuego_smartgame_a-SgMpiSynchronizer.o `test -f 'SgMpiSynchronizer.cpp' || echo './'`SgMpiSynchronizer.cpp
mv -f .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo .deps/libfuego_smartgame_a-SgMpiSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPlatform.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPlatform.Tpo -c -o libfuego_smartgame_a-SgPlatform.o `test -f 'SgPlatform.cpp' || echo './'`SgPlatform.cpp
mv -f .deps/libfuego_smartgame_a-SgPlatform.Tpo .deps/libfuego_smartgame_a-SgPlatform.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSystem.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSystem.Tpo -c -o libfuego_smartgame_a-SgSystem.o `test -f 'SgSystem.cpp' || echo './'`SgSystem.cpp
mv -f .deps/libfuego_smartgame_a-SgSystem.Tpo .deps/libfuego_smartgame_a-SgSystem.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTime.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTime.Tpo -c -o libfuego_smartgame_a-SgTime.o `test -f 'SgTime.cpp' || echo './'`SgTime.cpp
mv -f .deps/libfuego_smartgame_a-SgTime.Tpo .deps/libfuego_smartgame_a-SgTime.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeControl.Tpo -c -o libfuego_smartgame_a-SgTimeControl.o `test -f 'SgTimeControl.cpp' || echo './'`SgTimeControl.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeControl.Tpo .deps/libfuego_smartgame_a-SgTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeRecord.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeRecord.Tpo -c -o libfuego_smartgame_a-SgTimeRecord.o `test -f 'SgTimeRecord.cpp' || echo './'`SgTimeRecord.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeRecord.Tpo .deps/libfuego_smartgame_a-SgTimeRecord.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctSearch.Tpo -c -o libfuego_smartgame_a-SgUctSearch.o `test -f 'SgUctSearch.cpp' || echo './'`SgUctSearch.cpp
mv -f .deps/libfuego_smartgame_a-SgUctSearch.Tpo .deps/libfuego_smartgame_a-SgUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTree.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTree.Tpo -c -o libfuego_smartgame_a-SgUctTree.o `test -f 'SgUctTree.cpp' || echo './'`SgUctTree.cpp
mv -f .deps/libfuego_smartgame_a-SgUctTree.Tpo .deps/libfuego_smartgame_a-SgUctTree.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTreeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo -c -o libfuego_smartgame_a-SgUctTreeUtil.o `test -f 'SgUctTreeUtil.cpp' || echo './'`SgUctTreeUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo .deps/libfuego_smartgame_a-SgUctTreeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUtil.Tpo -c -o libfuego_smartgame_a-SgUtil.o `test -f 'SgUtil.cpp' || echo './'`SgUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgUtil.Tpo .deps/libfuego_smartgame_a-SgUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgVectorUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgVectorUtil.Tpo -c -o libfuego_smartgame_a-SgVectorUtil.o `test -f 'SgVectorUtil.cpp' || echo './'`SgVectorUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgVectorUtil.Tpo .deps/libfuego_smartgame_a-SgVectorUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgWrite.o -MD -MP -MF .deps/libfuego_smartgame_a-SgWrite.Tpo -c -o libfuego_smartgame_a-SgWrite.o `test -f 'SgWrite.cpp' || echo './'`SgWrite.cpp
mv -f .deps/libfuego_smartgame_a-SgWrite.Tpo .deps/libfuego_smartgame_a-SgWrite.Po
rm -f libfuego_smartgame.a
ar cru libfuego_smartgame.a libfuego_smartgame_a-SgBoardConst.o libfuego_smartgame_a-SgBookBuilder.o libfuego_smartgame_a-SgCmdLineOpt.o libfuego_smartgame_a-SgConnCompIterator.o libfuego_smartgame_a-SgDebug.o libfuego_smartgame_a-SgEvaluatedMoves.o libfuego_smartgame_a-SgException.o libfuego_smartgame_a-SgFastLog.o libfuego_smartgame_a-SgGameReader.o libfuego_smartgame_a-SgGameWriter.o libfuego_smartgame_a-SgGtpClient.o libfuego_smartgame_a-SgGtpCommands.o libfuego_smartgame_a-SgGtpUtil.o libfuego_smartgame_a-SgIncrementalStack.o libfuego_smartgame_a-SgInit.o libfuego_smartgame_a-SgMemCheck.o libfuego_smartgame_a-SgMiaiMap.o libfuego_smartgame_a-SgMiaiStrategy.o libfuego_smartgame_a-SgNbIterator.o libfuego_smartgame_a-SgNode.o libfuego_smartgame_a-SgNodeUtil.o libfuego_smartgame_a-SgPoint.o libfuego_smartgame_a-SgPointSet.o libfuego_smartgame_a-SgPointSetUtil.o libfuego_smartgame_a-SgProbCut.o libfuego_smartgame_a-SgProcess.o libfuego_smartgame_a-SgProp.o libfuego_smartgame_a-SgRandom.o libfuego_smartgame_a-SgRect.o libfuego_smartgame_a-SgSearch.o libfuego_smartgame_a-SgSearchControl.o libfuego_smartgame_a-SgSearchStatistics.o libfuego_smartgame_a-SgSearchTracer.o libfuego_smartgame_a-SgSearchValue.o libfuego_smartgame_a-SgStrategy.o libfuego_smartgame_a-SgStringUtil.o libfuego_smartgame_a-SgMpiSynchronizer.o libfuego_smartgame_a-SgPlatform.o libfuego_smartgame_a-SgSystem.o libfuego_smartgame_a-SgTime.o libfuego_smartgame_a-SgTimeControl.o libfuego_smartgame_a-SgTimeRecord.o libfuego_smartgame_a-SgUctSearch.o libfuego_smartgame_a-SgUctTree.o libfuego_smartgame_a-SgUctTreeUtil.o libfuego_smartgame_a-SgUtil.o libfuego_smartgame_a-SgVectorUtil.o libfuego_smartgame_a-SgWrite.o
ranlib libfuego_smartgame.a
Making all in go
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoAutoBook.o -MD -MP -MF .deps/libfuego_go_a-GoAutoBook.Tpo -c -o libfuego_go_a-GoAutoBook.o `test -f 'GoAutoBook.cpp' || echo './'`GoAutoBook.cpp
mv -f .deps/libfuego_go_a-GoAutoBook.Tpo .deps/libfuego_go_a-GoAutoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBensonSolver.o -MD -MP -MF .deps/libfuego_go_a-GoBensonSolver.Tpo -c -o libfuego_go_a-GoBensonSolver.o `test -f 'GoBensonSolver.cpp' || echo './'`GoBensonSolver.cpp
mv -f .deps/libfuego_go_a-GoBensonSolver.Tpo .deps/libfuego_go_a-GoBensonSolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBlock.o -MD -MP -MF .deps/libfuego_go_a-GoBlock.Tpo -c -o libfuego_go_a-GoBlock.o `test -f 'GoBlock.cpp' || echo './'`GoBlock.cpp
mv -f .deps/libfuego_go_a-GoBlock.Tpo .deps/libfuego_go_a-GoBlock.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoard.o -MD -MP -MF .deps/libfuego_go_a-GoBoard.Tpo -c -o libfuego_go_a-GoBoard.o `test -f 'GoBoard.cpp' || echo './'`GoBoard.cpp
mv -f .deps/libfuego_go_a-GoBoard.Tpo .deps/libfuego_go_a-GoBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardCheckPerformance.o -MD -MP -MF .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo -c -o libfuego_go_a-GoBoardCheckPerformance.o `test -f 'GoBoardCheckPerformance.cpp' || echo './'`GoBoardCheckPerformance.cpp
mv -f .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo .deps/libfuego_go_a-GoBoardCheckPerformance.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardHistory.o -MD -MP -MF .deps/libfuego_go_a-GoBoardHistory.Tpo -c -o libfuego_go_a-GoBoardHistory.o `test -f 'GoBoardHistory.cpp' || echo './'`GoBoardHistory.cpp
mv -f .deps/libfuego_go_a-GoBoardHistory.Tpo .deps/libfuego_go_a-GoBoardHistory.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardRestorer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardRestorer.Tpo -c -o libfuego_go_a-GoBoardRestorer.o `test -f 'GoBoardRestorer.cpp' || echo './'`GoBoardRestorer.cpp
mv -f .deps/libfuego_go_a-GoBoardRestorer.Tpo .deps/libfuego_go_a-GoBoardRestorer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardSynchronizer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardSynchronizer.Tpo -c -o libfuego_go_a-GoBoardSynchronizer.o `test -f 'GoBoardSynchronizer.cpp' || echo './'`GoBoardSynchronizer.cpp
mv -f .deps/libfuego_go_a-GoBoardSynchronizer.Tpo .deps/libfuego_go_a-GoBoardSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUpdater.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUpdater.Tpo -c -o libfuego_go_a-GoBoardUpdater.o `test -f 'GoBoardUpdater.cpp' || echo './'`GoBoardUpdater.cpp
mv -f .deps/libfuego_go_a-GoBoardUpdater.Tpo .deps/libfuego_go_a-GoBoardUpdater.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUtil.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUtil.Tpo -c -o libfuego_go_a-GoBoardUtil.o `test -f 'GoBoardUtil.cpp' || echo './'`GoBoardUtil.cpp
mv -f .deps/libfuego_go_a-GoBoardUtil.Tpo .deps/libfuego_go_a-GoBoardUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBook.o -MD -MP -MF .deps/libfuego_go_a-GoBook.Tpo -c -o libfuego_go_a-GoBook.o `test -f 'GoBook.cpp' || echo './'`GoBook.cpp
mv -f .deps/libfuego_go_a-GoBook.Tpo .deps/libfuego_go_a-GoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoChain.o -MD -MP -MF .deps/libfuego_go_a-GoChain.Tpo -c -o libfuego_go_a-GoChain.o `test -f 'GoChain.cpp' || echo './'`GoChain.cpp
mv -f .deps/libfuego_go_a-GoChain.Tpo .deps/libfuego_go_a-GoChain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeCount.o -MD -MP -MF .deps/libfuego_go_a-GoEyeCount.Tpo -c -o libfuego_go_a-GoEyeCount.o `test -f 'GoEyeCount.cpp' || echo './'`GoEyeCount.cpp
mv -f .deps/libfuego_go_a-GoEyeCount.Tpo .deps/libfuego_go_a-GoEyeCount.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoEyeUtil.Tpo -c -o libfuego_go_a-GoEyeUtil.o `test -f 'GoEyeUtil.cpp' || echo './'`GoEyeUtil.cpp
mv -f .deps/libfuego_go_a-GoEyeUtil.Tpo .deps/libfuego_go_a-GoEyeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGame.o -MD -MP -MF .deps/libfuego_go_a-GoGame.Tpo -c -o libfuego_go_a-GoGame.o `test -f 'GoGame.cpp' || echo './'`GoGame.cpp
mv -f .deps/libfuego_go_a-GoGame.Tpo .deps/libfuego_go_a-GoGame.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpCommandUtil.o -MD -MP -MF .deps/libfuego_go_a-GoGtpCommandUtil.Tpo -c -o libfuego_go_a-GoGtpCommandUtil.o `test -f 'GoGtpCommandUtil.cpp' || echo './'`GoGtpCommandUtil.cpp
mv -f .deps/libfuego_go_a-GoGtpCommandUtil.Tpo .deps/libfuego_go_a-GoGtpCommandUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpEngine.o -MD -MP -MF .deps/libfuego_go_a-GoGtpEngine.Tpo -c -o libfuego_go_a-GoGtpEngine.o `test -f 'GoGtpEngine.cpp' || echo './'`GoGtpEngine.cpp
mv -f .deps/libfuego_go_a-GoGtpEngine.Tpo .deps/libfuego_go_a-GoGtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpExtraCommands.o -MD -MP -MF .deps/libfuego_go_a-GoGtpExtraCommands.Tpo -c -o libfuego_go_a-GoGtpExtraCommands.o `test -f 'GoGtpExtraCommands.cpp' || echo './'`GoGtpExtraCommands.cpp
mv -f .deps/libfuego_go_a-GoGtpExtraCommands.Tpo .deps/libfuego_go_a-GoGtpExtraCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInfluence.o -MD -MP -MF .deps/libfuego_go_a-GoInfluence.Tpo -c -o libfuego_go_a-GoInfluence.o `test -f 'GoInfluence.cpp' || echo './'`GoInfluence.cpp
mv -f .deps/libfuego_go_a-GoInfluence.Tpo .deps/libfuego_go_a-GoInfluence.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInit.o -MD -MP -MF .deps/libfuego_go_a-GoInit.Tpo -c -o libfuego_go_a-GoInit.o `test -f 'GoInit.cpp' || echo './'`GoInit.cpp
mv -f .deps/libfuego_go_a-GoInit.Tpo .deps/libfuego_go_a-GoInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoKomi.o -MD -MP -MF .deps/libfuego_go_a-GoKomi.Tpo -c -o libfuego_go_a-GoKomi.o `test -f 'GoKomi.cpp' || echo './'`GoKomi.cpp
mv -f .deps/libfuego_go_a-GoKomi.Tpo .deps/libfuego_go_a-GoKomi.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoLadder.o -MD -MP -MF .deps/libfuego_go_a-GoLadder.Tpo -c -o libfuego_go_a-GoLadder.o `test -f 'GoLadder.cpp' || echo './'`GoLadder.cpp
mv -f .deps/libfuego_go_a-GoLadder.Tpo .deps/libfuego_go_a-GoLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoMotive.o -MD -MP -MF .deps/libfuego_go_a-GoMotive.Tpo -c -o libfuego_go_a-GoMotive.o `test -f 'GoMotive.cpp' || echo './'`GoMotive.cpp
mv -f .deps/libfuego_go_a-GoMotive.Tpo .deps/libfuego_go_a-GoMotive.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoNodeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoNodeUtil.Tpo -c -o libfuego_go_a-GoNodeUtil.o `test -f 'GoNodeUtil.cpp' || echo './'`GoNodeUtil.cpp
mv -f .deps/libfuego_go_a-GoNodeUtil.Tpo .deps/libfuego_go_a-GoNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayer.o -MD -MP -MF .deps/libfuego_go_a-GoPlayer.Tpo -c -o libfuego_go_a-GoPlayer.o `test -f 'GoPlayer.cpp' || echo './'`GoPlayer.cpp
mv -f .deps/libfuego_go_a-GoPlayer.Tpo .deps/libfuego_go_a-GoPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayerMove.o -MD -MP -MF .deps/libfuego_go_a-GoPlayerMove.Tpo -c -o libfuego_go_a-GoPlayerMove.o `test -f 'GoPlayerMove.cpp' || echo './'`GoPlayerMove.cpp
mv -f .deps/libfuego_go_a-GoPlayerMove.Tpo .deps/libfuego_go_a-GoPlayerMove.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegion.o -MD -MP -MF .deps/libfuego_go_a-GoRegion.Tpo -c -o libfuego_go_a-GoRegion.o `test -f 'GoRegion.cpp' || echo './'`GoRegion.cpp
mv -f .deps/libfuego_go_a-GoRegion.Tpo .deps/libfuego_go_a-GoRegion.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionBoard.o -MD -MP -MF .deps/libfuego_go_a-GoRegionBoard.Tpo -c -o libfuego_go_a-GoRegionBoard.o `test -f 'GoRegionBoard.cpp' || echo './'`GoRegionBoard.cpp
mv -f .deps/libfuego_go_a-GoRegionBoard.Tpo .deps/libfuego_go_a-GoRegionBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionUtil.o -MD -MP -MF .deps/libfuego_go_a-GoRegionUtil.Tpo -c -o libfuego_go_a-GoRegionUtil.o `test -f 'GoRegionUtil.cpp' || echo './'`GoRegionUtil.cpp
mv -f .deps/libfuego_go_a-GoRegionUtil.Tpo .deps/libfuego_go_a-GoRegionUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRules.o -MD -MP -MF .deps/libfuego_go_a-GoRules.Tpo -c -o libfuego_go_a-GoRules.o `test -f 'GoRules.cpp' || echo './'`GoRules.cpp
mv -f .deps/libfuego_go_a-GoRules.Tpo .deps/libfuego_go_a-GoRules.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyCommands.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyCommands.Tpo -c -o libfuego_go_a-GoSafetyCommands.o `test -f 'GoSafetyCommands.cpp' || echo './'`GoSafetyCommands.cpp
mv -f .deps/libfuego_go_a-GoSafetyCommands.Tpo .deps/libfuego_go_a-GoSafetyCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoSafetySolver.Tpo -c -o libfuego_go_a-GoSafetySolver.o `test -f 'GoSafetySolver.cpp' || echo './'`GoSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoSafetySolver.Tpo .deps/libfuego_go_a-GoSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyUtil.Tpo -c -o libfuego_go_a-GoSafetyUtil.o `test -f 'GoSafetyUtil.cpp' || echo './'`GoSafetyUtil.cpp
mv -f .deps/libfuego_go_a-GoSafetyUtil.Tpo .deps/libfuego_go_a-GoSafetyUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSearch.o -MD -MP -MF .deps/libfuego_go_a-GoSearch.Tpo -c -o libfuego_go_a-GoSearch.o `test -f 'GoSearch.cpp' || echo './'`GoSearch.cpp
mv -f .deps/libfuego_go_a-GoSearch.Tpo .deps/libfuego_go_a-GoSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSetupUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSetupUtil.Tpo -c -o libfuego_go_a-GoSetupUtil.o `test -f 'GoSetupUtil.cpp' || echo './'`GoSetupUtil.cpp
mv -f .deps/libfuego_go_a-GoSetupUtil.Tpo .deps/libfuego_go_a-GoSetupUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticLadder.o -MD -MP -MF .deps/libfuego_go_a-GoStaticLadder.Tpo -c -o libfuego_go_a-GoStaticLadder.o `test -f 'GoStaticLadder.cpp' || echo './'`GoStaticLadder.cpp
mv -f .deps/libfuego_go_a-GoStaticLadder.Tpo .deps/libfuego_go_a-GoStaticLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoStaticSafetySolver.Tpo -c -o libfuego_go_a-GoStaticSafetySolver.o `test -f 'GoStaticSafetySolver.cpp' || echo './'`GoStaticSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoStaticSafetySolver.Tpo .deps/libfuego_go_a-GoStaticSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeControl.o -MD -MP -MF .deps/libfuego_go_a-GoTimeControl.Tpo -c -o libfuego_go_a-GoTimeControl.o `test -f 'GoTimeControl.cpp' || echo './'`GoTimeControl.cpp
mv -f .deps/libfuego_go_a-GoTimeControl.Tpo .deps/libfuego_go_a-GoTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeSettings.o -MD -MP -MF .deps/libfuego_go_a-GoTimeSettings.Tpo -c -o libfuego_go_a-GoTimeSettings.o `test -f 'GoTimeSettings.cpp' || echo './'`GoTimeSettings.cpp
mv -f .deps/libfuego_go_a-GoTimeSettings.Tpo .deps/libfuego_go_a-GoTimeSettings.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoUtil.o -MD -MP -MF .deps/libfuego_go_a-GoUtil.Tpo -c -o libfuego_go_a-GoUtil.o `test -f 'GoUtil.cpp' || echo './'`GoUtil.cpp
mv -f .deps/libfuego_go_a-GoUtil.Tpo .deps/libfuego_go_a-GoUtil.Po
rm -f libfuego_go.a
ar cru libfuego_go.a libfuego_go_a-GoAutoBook.o libfuego_go_a-GoBensonSolver.o libfuego_go_a-GoBlock.o libfuego_go_a-GoBoard.o libfuego_go_a-GoBoardCheckPerformance.o libfuego_go_a-GoBoardHistory.o libfuego_go_a-GoBoardRestorer.o libfuego_go_a-GoBoardSynchronizer.o libfuego_go_a-GoBoardUpdater.o libfuego_go_a-GoBoardUtil.o libfuego_go_a-GoBook.o libfuego_go_a-GoChain.o libfuego_go_a-GoEyeCount.o libfuego_go_a-GoEyeUtil.o libfuego_go_a-GoGame.o libfuego_go_a-GoGtpCommandUtil.o libfuego_go_a-GoGtpEngine.o libfuego_go_a-GoGtpExtraCommands.o libfuego_go_a-GoInfluence.o libfuego_go_a-GoInit.o libfuego_go_a-GoKomi.o libfuego_go_a-GoLadder.o libfuego_go_a-GoMotive.o libfuego_go_a-GoNodeUtil.o libfuego_go_a-GoPlayer.o libfuego_go_a-GoPlayerMove.o libfuego_go_a-GoRegion.o libfuego_go_a-GoRegionBoard.o libfuego_go_a-GoRegionUtil.o libfuego_go_a-GoRules.o libfuego_go_a-GoSafetyCommands.o libfuego_go_a-GoSafetySolver.o libfuego_go_a-GoSafetyUtil.o libfuego_go_a-GoSearch.o libfuego_go_a-GoSetupUtil.o libfuego_go_a-GoStaticLadder.o libfuego_go_a-GoStaticSafetySolver.o libfuego_go_a-GoTimeControl.o libfuego_go_a-GoTimeSettings.o libfuego_go_a-GoUtil.o
ranlib libfuego_go.a
Making all in gouct
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctBoard.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctBoard.Tpo -c -o libfuego_gouct_a-GoUctBoard.o `test -f 'GoUctBoard.cpp' || echo './'`GoUctBoard.cpp
mv -f .deps/libfuego_gouct_a-GoUctBoard.Tpo .deps/libfuego_gouct_a-GoUctBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctCommands.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctCommands.Tpo -c -o libfuego_gouct_a-GoUctCommands.o `test -f 'GoUctCommands.cpp' || echo './'`GoUctCommands.cpp
mv -f .deps/libfuego_gouct_a-GoUctCommands.Tpo .deps/libfuego_gouct_a-GoUctCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultPriorKnowledge.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo -c -o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o `test -f 'GoUctDefaultPriorKnowledge.cpp' || echo './'`GoUctDefaultPriorKnowledge.cpp
mv -f .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo -c -o libfuego_gouct_a-GoUctDefaultRootFilter.o `test -f 'GoUctDefaultRootFilter.cpp' || echo './'`GoUctDefaultRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctEstimatorStat.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo -c -o libfuego_gouct_a-GoUctEstimatorStat.o `test -f 'GoUctEstimatorStat.cpp' || echo './'`GoUctEstimatorStat.cpp
mv -f .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo .deps/libfuego_gouct_a-GoUctEstimatorStat.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctGlobalSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo -c -o libfuego_gouct_a-GoUctGlobalSearch.o `test -f 'GoUctGlobalSearch.cpp' || echo './'`GoUctGlobalSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo .deps/libfuego_gouct_a-GoUctGlobalSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctObjectWithSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo -c -o libfuego_gouct_a-GoUctObjectWithSearch.o `test -f 'GoUctObjectWithSearch.cpp' || echo './'`GoUctObjectWithSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo .deps/libfuego_gouct_a-GoUctObjectWithSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctPlayoutPolicy.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo -c -o libfuego_gouct_a-GoUctPlayoutPolicy.o `test -f 'GoUctPlayoutPolicy.cpp' || echo './'`GoUctPlayoutPolicy.cpp
mv -f .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctRootFilter.Tpo -c -o libfuego_gouct_a-GoUctRootFilter.o `test -f 'GoUctRootFilter.cpp' || echo './'`GoUctRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctRootFilter.Tpo .deps/libfuego_gouct_a-GoUctRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctSearch.Tpo -c -o libfuego_gouct_a-GoUctSearch.o `test -f 'GoUctSearch.cpp' || echo './'`GoUctSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctSearch.Tpo .deps/libfuego_gouct_a-GoUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctUtil.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctUtil.Tpo -c -o libfuego_gouct_a-GoUctUtil.o `test -f 'GoUctUtil.cpp' || echo './'`GoUctUtil.cpp
mv -f .deps/libfuego_gouct_a-GoUctUtil.Tpo .deps/libfuego_gouct_a-GoUctUtil.Po
rm -f libfuego_gouct.a
ar cru libfuego_gouct.a libfuego_gouct_a-GoUctBoard.o libfuego_gouct_a-GoUctCommands.o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o libfuego_gouct_a-GoUctDefaultRootFilter.o libfuego_gouct_a-GoUctEstimatorStat.o libfuego_gouct_a-GoUctGlobalSearch.o libfuego_gouct_a-GoUctObjectWithSearch.o libfuego_gouct_a-GoUctPlayoutPolicy.o libfuego_gouct_a-GoUctRootFilter.o libfuego_gouct_a-GoUctSearch.o libfuego_gouct_a-GoUctUtil.o
ranlib libfuego_gouct.a
Making all in simpleplayers
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpAveragePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo -c -o libfuego_simpleplayers_a-SpAveragePlayer.o `test -f 'SpAveragePlayer.cpp' || echo './'`SpAveragePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo .deps/libfuego_simpleplayers_a-SpAveragePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpCapturePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo -c -o libfuego_simpleplayers_a-SpCapturePlayer.o `test -f 'SpCapturePlayer.cpp' || echo './'`SpCapturePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo .deps/libfuego_simpleplayers_a-SpCapturePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpDumbTacticalPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo -c -o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o `test -f 'SpDumbTacticalPlayer.cpp' || echo './'`SpDumbTacticalPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpGreedyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpGreedyPlayer.o `test -f 'SpGreedyPlayer.cpp' || echo './'`SpGreedyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpInfluencePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo -c -o libfuego_simpleplayers_a-SpInfluencePlayer.o `test -f 'SpInfluencePlayer.cpp' || echo './'`SpInfluencePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLadderPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLadderPlayer.o `test -f 'SpLadderPlayer.cpp' || echo './'`SpLadderPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLadderPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLibertyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLibertyPlayer.o `test -f 'SpLibertyPlayer.cpp' || echo './'`SpLibertyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMaxEyePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo -c -o libfuego_simpleplayers_a-SpMaxEyePlayer.o `test -f 'SpMaxEyePlayer.cpp' || echo './'`SpMaxEyePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMinLibPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo -c -o libfuego_simpleplayers_a-SpMinLibPlayer.o `test -f 'SpMinLibPlayer.cpp' || echo './'`SpMinLibPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMoveGenerator.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo -c -o libfuego_simpleplayers_a-SpMoveGenerator.o `test -f 'SpMoveGenerator.cpp' || echo './'`SpMoveGenerator.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo .deps/libfuego_simpleplayers_a-SpMoveGenerator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpRandomPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo -c -o libfuego_simpleplayers_a-SpRandomPlayer.o `test -f 'SpRandomPlayer.cpp' || echo './'`SpRandomPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo .deps/libfuego_simpleplayers_a-SpRandomPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSafePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSafePlayer.o `test -f 'SpSafePlayer.cpp' || echo './'`SpSafePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSafePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSimplePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSimplePlayer.o `test -f 'SpSimplePlayer.cpp' || echo './'`SpSimplePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSimplePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpUtil.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpUtil.Tpo -c -o libfuego_simpleplayers_a-SpUtil.o `test -f 'SpUtil.cpp' || echo './'`SpUtil.cpp
mv -f .deps/libfuego_simpleplayers_a-SpUtil.Tpo .deps/libfuego_simpleplayers_a-SpUtil.Po
rm -f libfuego_simpleplayers.a
ar cru libfuego_simpleplayers.a libfuego_simpleplayers_a-SpAveragePlayer.o libfuego_simpleplayers_a-SpCapturePlayer.o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o libfuego_simpleplayers_a-SpGreedyPlayer.o libfuego_simpleplayers_a-SpInfluencePlayer.o libfuego_simpleplayers_a-SpLadderPlayer.o libfuego_simpleplayers_a-SpLibertyPlayer.o libfuego_simpleplayers_a-SpMaxEyePlayer.o libfuego_simpleplayers_a-SpMinLibPlayer.o libfuego_simpleplayers_a-SpMoveGenerator.o libfuego_simpleplayers_a-SpRandomPlayer.o libfuego_simpleplayers_a-SpSafePlayer.o libfuego_simpleplayers_a-SpSimplePlayer.o libfuego_simpleplayers_a-SpUtil.o
ranlib libfuego_simpleplayers.a
Making all in fuegomain
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMain.o -MD -MP -MF .deps/fuego-FuegoMain.Tpo -c -o fuego-FuegoMain.o `test -f 'FuegoMain.cpp' || echo './'`FuegoMain.cpp
mv -f .deps/fuego-FuegoMain.Tpo .deps/fuego-FuegoMain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainEngine.o -MD -MP -MF .deps/fuego-FuegoMainEngine.Tpo -c -o fuego-FuegoMainEngine.o `test -f 'FuegoMainEngine.cpp' || echo './'`FuegoMainEngine.cpp
mv -f .deps/fuego-FuegoMainEngine.Tpo .deps/fuego-FuegoMainEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainUtil.o -MD -MP -MF .deps/fuego-FuegoMainUtil.Tpo -c -o fuego-FuegoMainUtil.o `test -f 'FuegoMainUtil.cpp' || echo './'`FuegoMainUtil.cpp
mv -f .deps/fuego-FuegoMainUtil.Tpo .deps/fuego-FuegoMainUtil.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/usr/local/lib -o fuego fuego-FuegoMain.o fuego-FuegoMainEngine.o fuego-FuegoMainUtil.o ../gouct/libfuego_gouct.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options -lboost_filesystem -lboost_system -lboost_thread
Making all in fuegotest
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestEngine.o -MD -MP -MF .deps/fuego_test-FuegoTestEngine.Tpo -c -o fuego_test-FuegoTestEngine.o `test -f 'FuegoTestEngine.cpp' || echo './'`FuegoTestEngine.cpp
mv -f .deps/fuego_test-FuegoTestEngine.Tpo .deps/fuego_test-FuegoTestEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestMain.o -MD -MP -MF .deps/fuego_test-FuegoTestMain.Tpo -c -o fuego_test-FuegoTestMain.o `test -f 'FuegoTestMain.cpp' || echo './'`FuegoTestMain.cpp
mv -f .deps/fuego_test-FuegoTestMain.Tpo .deps/fuego_test-FuegoTestMain.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/usr/local/lib -o fuego_test fuego_test-FuegoTestEngine.o fuego_test-FuegoTestMain.o ../gouct/libfuego_gouct.a ../simpleplayers/libfuego_simpleplayers.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options -lboost_system -lboost_filesystem -lboost_thread
Making all in unittestmain
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.

boost作り直して staticのライブラリーをlinkさせて成功2011/02/20 10:59

mac bookproのfink環境のfuego作成できました

boost_1_45_0を再作成して /usr/local/libにライブラリー

/usr/local/includeにincludeファイル群を作って

ライブラリーはstaticのlibboost*.aを使うようにして

fuego-1.0を作った所

fuego動きました。

ダイナミック linkでも動くかもしれません。

それは、別の方に任せるとして

1.0になって 強くなったかはまだ検証中?

boostの作成が windowsもmacもハマった所です

まだ windows64bit版は boostが作れてないので NGです

mingw32bit版で作成した fuegoは 動かないし