Frederik Schüler <[EMAIL PROTECTED]> wrote: > There was an error while trying to autobuild your package: > > [...] > > g++-4.0 -W -Wall -O3 -march=i686 -c -o bench.o bench.cc > > bench.cc:1: error: CPU you selected does not support x86-64 instruction set > > bench.cc:1: error: CPU you selected does not support x86-64 instruction set > > make[2]: *** [bench.o] Error 1 > > make[2]: Leaving directory `/build/buildd/hoichess-0.4.0/src' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/build/buildd/hoichess-0.4.0' > > make: *** [build-stamp] Error 2 > > Please do not use -march=i686 on an arch: any package, or make it arch: > i386 if it is not portable at all.
The '-march=i686' option, as well as the explicit use of g++-4.0, are just local definitions that I use on my development system. I guess it was not a good idea to put them into the source distribution. Sorry about that, I'll remove them with the next release. In fact, HoiChess should be quite portable, although I was only able to test it on Solaris (of course without -march=i686) and Windows (using gcc-mingw32). Best regards, Holger