I don't know why tablebases are not working in your compiled version. There is no way to disable tablebase support at compile time. Did you use the correct path separator character, ":", for the SyzygyPath option?Marek Soszynski wrote:Thank you for your engine.petero2 wrote:The linux executable require a fairly recent 64-bit linux distribution to run. To compile your own linux version, see the readme.txt file.
I run Linux on my 64-bit PC (SSE3 not SSE4.2).
texel64old.exe runs okay via Wine.
My own Linux compile - simply "make" - runs much faster than texel64old.exe but on the other hand it doesn't report/access tablebases.
You provide several other executables. Couldn't you do a texel64old as well?
Anyway, I compiled a version that should be suitable for your CPU: https://dl.dropboxusercontent.com/u/896 ... cnt_lnx_64
I added "-march=core2 -DHAS_CTZ -DHAS_PREFETCH -DHAS_RT" to the compiler flags. On my computer it is about 5% faster than the default compilation but about 9% slower than the popcnt enabled version.