|
From: Franz <e4...@ri...> - 2011-07-09 16:39:41
|
Thanks Gregor, scidb compiled now successful. scidb looks good. Keep on the good work! Franz On Saturday 09 July 2011 12:55:28 Gregor Cramer wrote: > Hello Franz, > > The minimum version gcc version for compiling Scidb is 3.4. > > In your case there is a problem with the version detecting of > the compiler. The configure script is probed with gcc version > 3.4...4.4, but in version 4.5 the GNU team obviously has changed > the output of 'gcc -v', and the version detecting fails. I've > changed this part in the configure script (repository version #76), > hopefully it will work now with gcc-4.5. Please check out the new > version. If this fails again, I need the information about the > output of 'gcc-4.5 --version' (sorry, I don't have this compiler > version). If you have an older version you might use this version, > > for example: > > CC=gcc-4.1 CXX=g++-4.1 ./configure |