EXchess v6.01

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

Moderators: hgm, Rebel, chrisw

User avatar
fern
Posts: 8755
Joined: Sun Feb 26, 2006 4:07 pm

Re: EXchess v6.01

Post by fern »

easy linux? You are kidding or you a re a comp freak.
For us common people, we do not even know how to put to work a program downloaded
In fact I do not understand a shit about it

fern
User avatar
pocopito
Posts: 238
Joined: Tue Jul 12, 2011 1:31 pm

Re: EXchess v6.01

Post by pocopito »

Well, it was just kind of a private joke. Let's asume linux is harder than other OSs; in this case a simple line from the command line does the job easily.
tttony
Posts: 268
Joined: Sun Apr 24, 2011 12:33 am

Re: EXchess v6.01

Post by tttony »

Hi, long time without enter here

I have installed cygwin on my windows 7, so I compiled with this command under cygwin terminal

g++ -o EXchess.exe src/EXchess.cc -O2

And the compilation was succesfull so, here is the two necesary files, EXchess.exe and cygwin1.dll into a .zip file

http://www.mediafire.com/?ku5nvl8mubrmebp

I have tested the compiled file with Arena 3 and it woks fine
User avatar
Graham Banks
Posts: 41413
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: EXchess v6.01

Post by Graham Banks »

tttony wrote:Hi, long time without enter here

I have installed cygwin on my windows 7, so I compiled with this command under cygwin terminal

g++ -o EXchess.exe src/EXchess.cc -O2

And the compilation was succesfull so, here is the two necesary files, EXchess.exe and cygwin1.dll into a .zip file

http://www.mediafire.com/?ku5nvl8mubrmebp

I have tested the compiled file with Arena 3 and it woks fine
Thanks Tony. Do you know offhand whether or not this compile will also work under Windows XP?

Graham.
gbanksnz at gmail.com
karger
Posts: 218
Joined: Tue Feb 02, 2010 2:27 am
Full name: John Karger

Re: EXchess v6.01

Post by karger »

Works great on Win XP.
tttony
Posts: 268
Joined: Sun Apr 24, 2011 12:33 am

Re: EXchess v6.01

Post by tttony »

Graham Banks wrote:
tttony wrote:Hi, long time without enter here

I have installed cygwin on my windows 7, so I compiled with this command under cygwin terminal

g++ -o EXchess.exe src/EXchess.cc -O2

And the compilation was succesfull so, here is the two necesary files, EXchess.exe and cygwin1.dll into a .zip file

http://www.mediafire.com/?ku5nvl8mubrmebp

I have tested the compiled file with Arena 3 and it woks fine
Thanks Tony. Do you know offhand whether or not this compile will also work under Windows XP?

Graham.
Your welcome!!

john karger is right, also I have WinXp with VirtualBox and it woks!!
User avatar
Graham Banks
Posts: 41413
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: EXchess v6.01

Post by Graham Banks »

karger wrote:Works great on Win XP.
Thanks John. :)
gbanksnz at gmail.com
User avatar
lucasart
Posts: 3232
Joined: Mon May 31, 2010 1:29 pm
Full name: lucasart

Re: EXchess v6.01

Post by lucasart »

pocopito wrote:Let's asume linux is harder than other OSs
Unfortunately, this is what most noobs still think, solely because they've never tried linux. I'm using ubuntu + gnome-shell, and to be honest, it's easier / faster / more reliable than windows... by a long way! and virus / malware free. So it's certainly more appropriate than windows for noobs. the truth is that *change* is what frightens noobs.
if you want to compile for windows, the easiest way is to download mingw on your linux machine an type the same command line you did with g++. anyway, that's how i compile my engine DoubleCheck for Win64.
User avatar
Jim Ablett
Posts: 1383
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: EXchess v6.01

Post by Jim Ablett »

SzG wrote:
tttony wrote:Hi, long time without enter here

I have installed cygwin on my windows 7, so I compiled with this command under cygwin terminal

g++ -o EXchess.exe src/EXchess.cc -O2

And the compilation was succesfull so, here is the two necesary files, EXchess.exe and cygwin1.dll into a .zip file

http://www.mediafire.com/?ku5nvl8mubrmebp

I have tested the compiled file with Arena 3 and it woks fine
Thanks Tony. I compared your compile with those of Jim Ablett and found strange differences in favour of yours.

In a certain position JA 32-bit reached depth 13 in 83 secs, kNps was 154.
Your compile reached depth 17 (!) in the same amunt of time and kNps was 836.

JA 64-bit does not run for me at all.

My system: Q6600, Vista 64-bit.

My apologies. JA Exchess compiles are defective. I have removed the links from my page. New Exchess code is not working correctly with Msvc/Intel compilers. I've been so busy with getting Stockfish ready, the Exchess builds were released without proper testing. I will look into the problem.

Jim.
MM
Posts: 766
Joined: Sun Oct 16, 2011 11:25 am

Re: EXchess v6.01

Post by MM »

Jim Ablett wrote:
SzG wrote:
tttony wrote:Hi, long time without enter here

I have installed cygwin on my windows 7, so I compiled with this command under cygwin terminal

g++ -o EXchess.exe src/EXchess.cc -O2

And the compilation was succesfull so, here is the two necesary files, EXchess.exe and cygwin1.dll into a .zip file

http://www.mediafire.com/?ku5nvl8mubrmebp

I have tested the compiled file with Arena 3 and it woks fine
Thanks Tony. I compared your compile with those of Jim Ablett and found strange differences in favour of yours.

In a certain position JA 32-bit reached depth 13 in 83 secs, kNps was 154.
Your compile reached depth 17 (!) in the same amunt of time and kNps was 836.

JA 64-bit does not run for me at all.

My system: Q6600, Vista 64-bit.

My apologies. JA Exchess compiles are defective. I have removed the links from my page. New Exchess code is not working correctly with Msvc/Intel compilers. I've been so busy with getting Stockfish ready, the Exchess builds were released without proper testing. I will look into the problem.

Jim.
Thank you Jim,

note that anyway in my own tests 2.2 (not considering the problems in sudden death games) is smashing 2.1.1. You would make a courtesy to me if you could tell Marco and the other programmers that the new engine is much stronger than 2.1.1.

Thank you



Best Regards
MM