For how many of these are there functional Linux versions?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Dann Corbit
Posts: 12540
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: For how many of these are there functional Linux version

Post by Dann Corbit »

Maybe a static link would help.
Might be slightly different versions of the compiler compared to the DLL files on the other system.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
elcabesa
Posts: 855
Joined: Sun May 23, 2010 1:32 pm

Re: For how many of these are there functional Linux version

Post by elcabesa »

Volker Pittlik wrote:
elcabesa wrote:Vajolet can be compiled for linux and raspberry if you like :)
Both would be interesting for me. I tried the makefile from github. It works fine but the resulting Vajolet2 2.3.1 exe caused a memory access violation.

Volker
Sorry it's my fault.
Edit makefile and remove -static options from the linker. It should be at line 133.

Retry by doing
Make clean
Make all

Now it should work
Volker Pittlik
Posts: 619
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: For how many of these are there functional Linux version

Post by Volker Pittlik »

elcabesa wrote:...

Sorry it's my fault.
Edit makefile and remove -static options from the linker. It should be at line 133.

Retry by doing
Make clean
Make all

Now it should work
Already found out, please see the other thread. Your program runs fine here now. I also recommend to avoid the .exe suffix. Otherwise my Linux tries to start it with wine.
Thank you for this engine!

Volker