Re: [Scid-users] Compiling

2012-03-01 Thread Gerardo Fernandez
On Thu, Mar 1, 2012 at 9:45 AM, Fulvio wrote: > Hi, > thanks for trying the git version. > Your problem is caused by a bug of gcc 4.4 version. > Many solution: I tried the easiest one (removing the -fno-rtti) and it worked. Thanks a lot. -- Gerardo. http://www.NowInChess.com -

Re: [Scid-users] Compiling

2012-03-01 Thread Fulvio
Hi, thanks for trying the git version. Your problem is caused by a bug of gcc 4.4 version. Many solution: 1) update gcc to 4.5 or higher version 2) Try: $ g++ -O3 -fno-exceptions -std=c++0x -pthread -I/usr/include/tcl8.5 -o src/sortcache.o -c src/sortcache.cpp $ make 3) Remove "-fno-rtti" from Mak