Author: Keith Evans
Date: 09:22:13 03/06/03
I tried compiling crafty with the following settings and had a few problems. If
I leave in the COMPACT_ATTACKS definition then I get a lot of "bad move from
hash table" errors which is bad. If I remove that define then it seems to work
fine.
macosx:
$(MAKE) target=NetBSD \
CC=cc CXX=c++ \
CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
CXFLAGS='$(CFLAGS) -fno-exceptions' \
LDFLAGS='$(LDFLAGS)' \
opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DFAST' \
crafty-make
(If anybody tries to cut and paste this, then make sure that you have leading
tabs and not spaces.)
This was on an iMac running OS 10.2.4 with the December 2002 developer
tools and Crafty 19.1.
%gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc version 3.1
20020420 (prerelease)
Anybody else run into the same problems? Did my Dec 2002 developer tools not
install properly?
Regards,
Keith
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.