Re: [gdal-dev] Antw: Re: Issues with GDAL compilation

2015-11-04 Thread Matthias Benedikt
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

[gdal-dev] Issues with GDAL compilation

2015-11-04 Thread Matthias Benedikt
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