Thread: crafty chess
View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 09:24 AM
Thibaud de Borggraef
 
Posts: n/a
Default Re: crafty chess

Thanks, but such things I don't need to read.
My problem comes from the makefile:

$:~/crafty-19.9$ make linux
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=' -lpthread -lstdc++' \
opt=' \
-DUSE_ASSEMBLY -DFAST \
-DPOSIX -DSMP -DCPUS=4 -DDGT' \
asm=X86.o \
crafty-make
make[1]: Entering directory `/home/thibaud/crafty-19.9'
make[2]: Entering directory `/home/thibaud/crafty-19.9'
gcc -lpthread -lstdc++ -o crafty crafty.o egtb.o X86.o -lm
gcc: crafty.o: No such file or directory
make[2]: *** [crafty] Error 1
make[2]: Leaving directory `/home/thibaud/crafty-19.9'
make[1]: *** [crafty-make] Error 2
make[1]: Leaving directory `/home/thibaud/crafty-19.9'
make: *** [linux] Error 2

And so what now?

thibaud

notbob wrote:

> On 2005-08-18, Thibaud de Borggraef <thibaud> wrote:
>
>> has anyone any idea on how to install crafty (chess) on slackware and let
>> it work with its opening books?

>
> Download source files (tar.gz)...
>
> http://www.linux.org/apps/AppId_956.html
>
> ...unpack and compile....
>
> http://www.justlinux.com/nhf/Softwar..._Software.html
>
> nb


Reply With Quote