Error compiling Crafty
Posted: 15 Apr 2008, 10:12
Crafty 22.0 compiles well with gcc. Trying to make a profiled version with the intel compiler I got the following error in the second compilation (everything works fine including generating the *.dyn file):
Flash German lesson: Fehler==Error. I have no idea about this "__svml_irem4" stuff. Any hints?
Volker
- Code: Select all
...
utility.c(1416): (col. 5) remark: LOOP WAS VECTORIZED.
crafty.c: warning #11503: Total routines 185, routines w/o profile info: 66
icc -lstdc++ -o crafty crafty.o egtb.o -lm
crafty.o: In function `DisplayChessBoard.':
crafty.c:(.text+0x15531): undefined reference to `__svml_irem4'
make[2]: *** [crafty] Fehler 1
make[2]: Leaving directory `/home/volker/schach/crafty/22.0/crafty-22.0'
make[1]: *** [crafty-make] Fehler 2
make[1]: Leaving directory `/home/volker/schach/crafty/22.0/crafty-22.0'
make: *** [linux-icc] Fehler 2
volker@vpittlik:~/schach/crafty/22.0/crafty-22.0>
Flash German lesson: Fehler==Error. I have no idea about this "__svml_irem4" stuff. Any hints?
Volker