Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Compile crafty 19.7 fails (make linux-i686)

Author: Robert Hyatt

Date: 07:59:28 12/13/03

Go up one level in this thread


On December 13, 2003 at 10:37:24, Martin Andersen wrote:

>error message:
>
>iterate.c:0: warning: file iterate.da not found, execution counts assumed to be
>ze       ro
>iterate.c: In function `Iterate':
>iterate.c:199: error: `pthread_attr' undeclared (first use in this function)
>iterate.c:199: error: (Each undeclared identifier is reported only once
>iterate.c:199: error: for each function it appears in.)
>make[2]: *** [iterate.o] Error 1
>

remove the -fbranch-probabilities.  Otherwise, you need to modify the
Makefile a little more.

Look for the profile: in the Makefile, and look at the two make
commands, one at the front of all the epd positions, and one after.  Make
the first one do a make linux-i686-profile, and the last a make linux-i686.

Make sure that the make linux-i686-profile has the -fprofile-arcs option,
as that produces the .da files.

I'll look at this, but I had probably screwed it up in testing the various
compilers recently when fooling around on the AMD machine.




>
>"make linux-i686       Linux optimized for i686, ELF format"
>
>What's wrong ?
>
>System: Fedora Core 1.0, Athlon 2400+
>
>Martin.



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.