Author: Michael Yee
Date: 04:38:46 09/13/03
Go up one level in this thread
[snip] >By the way, I have never been able to make Pepito compile in Linux. I get the >following >error message: > >gcc -O3 -D LINUX -lm -o pepitox atqs.o bitop.o datos.o eval.o fen.o genjug.o >gentest.o hash.o initataq.o initeval.o initpos.o input.o itera.o main.o mueve.o >negascou.o probe.o see.o sort.o verif.o xboard.o multipv.o time.o btree.o >stack.o book.o uci.o command.o skipl.o config.o tbindex.o >tbindex.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' >collect2: ld returned 1 exit status >make: *** [pepitox] Error 1 > >What is wrong here? Is there an easy solution to this problem? [snip] Maybe you can should add "-lstdc++" after "-lm" since the tb code is C++... Note: I found this tip at [http://gcc.gnu.org/ml/gcc/2003-01/msg01716.html] Michael
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.