Open Source Bullet: DiscoCheck 3.5.1

Discussion of computer chess matches and engine tournaments.

Moderator: Ras

lucasart
Posts: 3243
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Bullet: DiscoCheck 3.5.1

Post by lucasart »

Michel wrote:
T2: Not SSE4. floor() is a <cmath> function so requires -lm. pthread_join() and pthread_create() are <pthread.h> functions so rquires -lpthread and probably -pthread. dl_close(), dl_open() and dl_sym() are <dl.h> functions, and will probably (this depends on system) require -ldl.
Correct!

Sorry that the makefiles did not work. This is quite weird. I probably used something like

g++ *.cpp -O2 -ldl -lpthread -lm -otoga

to compile (this was several years ago).
Thanks. That worked

Code: Select all

g++ *.cpp -O3 -flto -fno-rtti -fno-exceptions -ldl -lpthread -lm -o ./toga
lucasart
Posts: 3243
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: Open Source Bullet: DiscoCheck 3.5.1

Post by lucasart »

mar wrote: Hi Lucas,
Just curious, did you rename DoubleCheck to DiscoCheck or is it a new engine? :wink:
I just renamed it :D