Hi Markus, Hi all, I updated the package to fix the issues you get and some other minor ones. Please update before reporting a problem, and please report any further problem :-).
> I don't know about Ubuntu, but the default GCC configuration on Fedora > does not set CPU-specific compiler options, so an executable should > run on the whole family of i386 processors. I don't use the default gcc options, you can make it significantly faster tuning the options. > If you add some Intel-Core 2 specific options yourself, I would be > interested, what they are, and in what speedup they really result. > For Athlons, I never found a significant difference between enabling > AMD architecture or just using the default configuration. I used --march=opteron, and that gives a +3% on a core2duo compared to --march=pentium4, while working on all recent machines (but apparently not on your Athlon XP :) ). I switched back to --march=pentium4 Tell me if it works now (hopefully), Cheers, Sylvain _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
