Computer Chess Club Archives


Search

Terms

Messages

Subject: Compiling crafty 19.4 on linux i686 platform

Author: George Smith

Date: 19:12:31 10/26/03


Hello, I'm getting failure when trying to compile crafty 19.4 on a linux i686
platform.  After downloading the source, I type "make linux-i686-elf", and this
is the output I get:

make target=LINUX \
	CC=gcc CXX=g++ \
	CFLAGS=' -Wall -pipe -D_REENTRANT -march=i686 -O3 \
		-fbranch-probabilities -fforce-mem -fomit-frame-pointer \
		-fno-gcse -mpreferred-stack-boundary=2' \
	CXFLAGS= \
	LDFLAGS=' -lstdc++' \
	opt=' -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST \
	     -DSMP -DCPUS=4 -DDGT -DTRACE' \
	asm=X86-elf.o \
	crafty-make
make[1]: Entering directory `/home/joseph/Crafty'
make[2]: Entering directory `/home/joseph/Crafty'
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c searchr.c
searchr.c:0: warning: file searchr.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c search.c
search.c:0: warning: file search.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c thread.c
thread.c:0: warning: file thread.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c searchmp.c
searchmp.c:0: warning: file searchmp.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c repeat.c
repeat.c:0: warning: file repeat.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c next.c
next.c:0: warning: file next.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c nexte.c
nexte.c:0: warning: file nexte.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c nextr.c
nextr.c:0: warning: file nextr.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c history.c
history.c:0: warning: file history.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c quiesce.c
quiesce.c:0: warning: file quiesce.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c evaluate.c
evaluate.c:0: warning: file evaluate.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c movgen.c
movgen.c:0: warning: file movgen.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c make.c
make.c:0: warning: file make.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c unmake.c
unmake.c:0: warning: file unmake.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c hash.c
hash.c:0: warning: file hash.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c attacks.c
attacks.c:0: warning: file attacks.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c swap.c
swap.c:0: warning: file swap.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c boolean.c
boolean.c:0: warning: file boolean.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c utility.c
utility.c:0: warning: file utility.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c valid.c
valid.c:0: warning: file valid.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c probe.c
probe.c:0: warning: file probe.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c book.c
book.c:0: warning: file book.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c data.c
data.c:0: warning: file data.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c drawn.c
drawn.c:0: warning: file drawn.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c edit.c
edit.c:0: warning: file edit.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c epd.c
epd.c:0: warning: file epd.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c epdglue.c
epdglue.c:0: warning: file epdglue.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c init.c
init.c:0: warning: file init.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c input.c
input.c:0: warning: file input.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c interupt.c
interupt.c:0: warning: file interupt.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c iterate.c
iterate.c:0: warning: file iterate.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c main.c
main.c:0: warning: file main.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c option.c
option.c:0: warning: file option.da not found, execution counts assumed to be
zero
option.c: In function `Option':
option.c:762: warning: unused variable `i'
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c output.c
output.c:0: warning: file output.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c phase.c
phase.c:0: warning: file phase.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c ponder.c
ponder.c:0: warning: file ponder.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c preeval.c
preeval.c:0: warning: file preeval.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c resign.c
resign.c:0: warning: file resign.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c root.c
root.c:0: warning: file root.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c learn.c
learn.c:0: warning: file learn.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c setboard.c
setboard.c:0: warning: file setboard.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c test.c
test.c:0: warning: file test.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c testepd.c
testepd.c:0: warning: file testepd.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c time.c
time.c:0: warning: file time.da not found, execution counts assumed to be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c validate.c
validate.c:0: warning: file validate.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c annotate.c
annotate.c:0: warning: file annotate.da not found, execution counts assumed to
be zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c analyze.c
analyze.c:0: warning: file analyze.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c evtest.c
evtest.c:0: warning: file evtest.da not found, execution counts assumed to be
zero
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c bench.c
bench.c:0: warning: file bench.da not found, execution counts assumed to be zero
g++ -c  -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A
-DUSE_ASSEMBLY_B -DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX egtb.cpp
egtb.cpp:4304: warning: `TB_CRC_CHECK' initialized and declared `extern'
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3 		-fbranch-probabilities
-fforce-mem -fomit-frame-pointer 		-fno-gcse -mpreferred-stack-boundary=2
-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS 	     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
-DFAST 	     -DSMP -DCPUS=4 -DDGT -DTRACE -DLINUX -c dgt.c
dgt.c:0: warning: file dgt.da not found, execution counts assumed to be zero
sed -e '/ _/s// /' -e '/^_/s///' -e 's/ALIGN/16/' X86.s > X86-elf.S
gcc -c X86-elf.S
gcc -lstdc++ -o crafty searchr.o search.o thread.o searchmp.o repeat.o next.o
nexte.o nextr.o history.o quiesce.o evaluate.o movgen.o make.o unmake.o hash.o
attacks.o swap.o boolean.o utility.o valid.o probe.o book.o data.o drawn.o
edit.o epd.o epdglue.o init.o input.o interupt.o iterate.o main.o option.o
output.o phase.o ponder.o preeval.o resign.o root.o learn.o setboard.o test.o
testepd.o time.o validate.o annotate.o analyze.o evtest.o bench.o egtb.o dgt.o
X86-elf.o -lm
iterate.o(.text+0x15a1): In function `Iterate':
: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
make[2]: *** [crafty] Error 1
make[2]: Leaving directory `/home/joseph/Crafty'
make[1]: *** [crafty-make] Error 2
make[1]: Leaving directory `/home/joseph/Crafty'
make: *** [linux-i686-elf] Error 2



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.