Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty 19.18 compile error - help?

Author: Matthew Hull

Date: 14:05:25 02/10/05

Go up one level in this thread


On February 10, 2005 at 17:01:12, Robert Hyatt wrote:

>On February 10, 2005 at 14:25:26, Matthew Hull wrote:
>
>>bash-2.05b$ make profile
>>make linux-icc-profile
>>make[1]: Entering directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>make target=LINUX \
>>        CC=icc CXX=icc \
>>        CFLAGS=' -D_REENTRANT -O2 \
>>                        -xN -prof_genx -prof_dir ./profdir \
>>                        -Ob2 -fno-alias' \
>>        CXFLAGS=' -D_REENTRANT -O2 \
>>                        -w -xN -prof_genx -prof_dir ./profdir' \
>>        LDFLAGS=' -lstdc++ -lpthread' \
>>        opt=' -DFUTILITY -DFAST -DINLINE_ASM \
>>                         -DPOSIX -DSMP -DCPUS=2' \
>>        crafty-make
>>make[2]: Entering directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>make[3]: Entering directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>icc -D_REENTRANT -O2                         -xN -prof_genx -prof_dir ./profdir
>>                       -Ob2 -fno-alias -DFUTILITY -DFAST -DINLINE_ASM
>>              -DPOSIX -DSMP -DCPUS=2 -DLINUX -c crafty.c
>>iccbin: Command line warning: unknown extension 'N' ignored in option '-x'
>>iccbin: warning: PGOPTI instrumentation disables IP optimizations
>>icc -c -D_REENTRANT -O2                         -w -xN -prof_genx -prof_dir
>>./profdir -DFUTILITY -DFAST -DINLINE_ASM                          -DPOSIX -DSMP
>>-DCPUS=2 -DLINUX egtb.cpp
>>iccbin: Command line warning: unknown extension 'N' ignored in option '-x'
>>icc -lstdc++ -lpthread -o crafty crafty.o egtb.o -lm
>>ld: cannot find -lstdc++
>>make[3]: *** [crafty] Error 1
>>make[3]: Leaving directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>make[2]: *** [crafty-make] Error 2
>>make[2]: Leaving directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>make[1]: *** [linux-icc-profile] Error 2
>>make[1]: Leaving directory `/home/matt/Datafile/Chess/crafty19.18/crafty-19.18'
>>make: *** [profile] Error 2
>
>
>What version of "icc" are you using?


7.1.006


>That makefile works perfectly on my redhat
>9 box using the same PGO makefile target you are using.  the missing stdc++
>library looks to be an installation problem of some sort.



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.