Perfect!
Replacing
#if defined(__GNUC__) && defined(__x86_64__)
with
#if 0
did the trick, thanks a million!
>>> Even Rouault 04.11.2015 11:13 >>>
Matthias,
Plese remind to keep the list CC'ed.
> I tried also with the latest version and --without-avx, here's the
> result:
>
>
> GDAL is now
Hi there,
I'm trying to get GRASS and all its components compiled from source on a
Scientific Linux 6.6. PROJ4, GEOS, netCFD and HDF5 are good to go, except GDAL.
What i did was:
cd /path/to/src
svn checkout https://svn.osgeo.org/gdal/branches/1.11/gdal gdal
cd /path/to/src/gdal
mkdir build
CFL