<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.18057"></HEAD>
<BODY style="FONT: 10pt Segoe UI; MARGIN: 4px 4px 1px">
<DIV>Perfect!</DIV>
<DIV>Replacing</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV>#if defined(__GNUC__) && defined(__x86_64__)<BR><BR>with<BR><BR>#if 0</DIV></BLOCKQUOTE>
<DIV dir=ltr>did the trick, thanks a million!</DIV>
<DIV><BR>>>> Even Rouault <even.rouault@spatialys.com> 04.11.2015 11:13 >>><BR>Matthias,<BR><BR>Plese remind to keep the list CC'ed.<BR><BR>> I tried also with the latest version and --without-avx, here's the<BR>> result:<BR>> <BR>> <BR>> GDAL is now configured for x86_64-unknown-linux-gnu<BR>> <BR>> Installation directory: /path/to/src/gdal-2.0.1/build<BR>> C compiler: icc -g -Wall<BR>> C++ compiler: icpc -g -O2<BR>> <BR>> LIBTOOL support: yes<BR>> <BR>> LIBZ support: external<BR>> LIBLZMA support: no<BR>> GRASS support: no<BR>> CFITSIO support: no<BR>> PCRaster support: internal<BR>> LIBPNG support: internal<BR>> DDS support: no<BR>> GTA support: no<BR>> LIBTIFF support: internal (BigTIFF=yes)<BR>> LIBGEOTIFF support: internal<BR>> LIBJPEG support: internal<BR>> 12 bit JPEG: yes<BR>> 12 bit JPEG-in-TIFF: yes<BR>> LIBGIF support: internal<BR>> OGDI support: no<BR>> HDF4 support: no<BR>> HDF5 support: yes<BR>> Kea support: no<BR>> NetCDF support: yes<BR>> Kakadu support: no<BR>> JasPer support: yes (GeoJP2=no)<BR>> OpenJPEG support: no<BR>> ECW support: no<BR>> MrSID support: no<BR>> MrSID/MG4 Lidar support: no<BR>> MSG support: no<BR>> GRIB support: yes<BR>> EPSILON support: no<BR>> WebP support: no<BR>> cURL support (wms/wcs/...):yes<BR>> PostgreSQL support: no<BR>> MySQL support: no<BR>> Ingres support: no<BR>> Xerces-C support: no<BR>> NAS support: no<BR>> Expat support: yes<BR>> libxml2 support: yes<BR>> Google libkml support: no<BR>> ODBC support: no<BR>> PGeo support: no<BR>> FGDB support: no<BR>> MDB support: no<BR>> PCIDSK support: internal<BR>> OCI support: no<BR>> GEORASTER support: no<BR>> SDE support: no<BR>> Rasdaman support: no<BR>> DODS support: no<BR>> SQLite support: yes<BR>> PCRE support: no<BR>> SpatiaLite support: no<BR>> DWGdirect support no<BR>> INFORMIX DataBlade support:no<BR>> GEOS support: yes<BR>> Poppler support: no<BR>> Podofo support: no<BR>> OpenCL support: no<BR>> Armadillo support: no<BR>> FreeXL support: no<BR>> SOSI support: no<BR>> <BR>> <BR>> SWIG Bindings: no<BR>> <BR>> Statically link PROJ.4: yes<BR>> enable OGR building: yes<BR>> enable pthread support: yes<BR>> enable POSIX iconv support:yes<BR>> hide internal symbols: no<BR>> <BR>> make -j8 went through without errors, but make install does that<BR>> again:<BR>> <BR>> <BR>> <BR>> [132@l32 gdal-2.0.1]$ make install<BR>> (cd port; make)<BR>> make[1]: Entering directory `/path/to/src/gdal-2.0.1/port'<BR>> make[1]: Nothing to be done for `default'.<BR>> make[1]: Leaving directory `/path/to/src/gdal-2.0.1/port'<BR>> (cd gcore; make)<BR>> make[1]: Entering directory `/path/to/src/gdal-2.0.1/gcore'<BR>> make -C mdreader<BR>> make[2]: Entering directory `/path/to/src/gdal-2.0.1/gcore/mdreader'<BR>> make[2]: Nothing to be done for `default'.<BR>> make[2]: Leaving directory `/path/to/src/gdal-2.0.1/gcore/mdreader'<BR>> make[1]: Leaving directory `/path/to/src/gdal-2.0.1/gcore'<BR>> (cd alg; make)<BR>> make[1]: Entering directory `/path/to/src/gdal-2.0.1/alg'<BR>> /bin/sh /path/to/src/gdal-2.0.1/libtool --mode=compile --tag=CXX icpc<BR>> -I/path/to/src/gdal-2.0.1/port -I/path/to/src/gdal-2.0.1/gcore<BR>> -I/path/to/src/gdal-2.0.1/alg -I/path/to/src/gdal-2.0.1/ogr<BR>> -I/path/to/src/gdal-2.0.1/ogr/ogrsf_frmts -g -O2 -Wall -DHAVE_GEOS=1<BR>> -I/path/to/src/geos-3.4.2/build/include -DHAVE_SSE_AT_COMPILE_TIME<BR>> -DOGR_ENABLED -I/path/to/src/gdal-2.0.1/port<BR>> -I/path/to/src/netcdf-4.3.3.1/build/include -DGDAL_COMPILATION -c -o<BR>> thinplatespline.lo thinplatespline.cpp<BR>> libtool: compile: icpc -I/path/to/src/gdal-2.0.1/port<BR>> -I/path/to/src/gdal-2.0.1/gcore -I/path/to/src/gdal-2.0.1/alg<BR>> -I/path/to/src/gdal-2.0.1/ogr -I/path/to/src/gdal-2.0.1/ogr/ogrsf_frmts<BR>> -g -O2 -Wall -DHAVE_GEOS=1 -I/path/to/src/geos-3.4.2/build/include<BR>> -DHAVE_SSE_AT_COMPILE_TIME -DOGR_ENABLED -I/path/to/src/gdal-2.0.1/port<BR>> -I/path/to/src/netcdf-4.3.3.1/build/include -DGDAL_COMPILATION -c<BR>> thinplatespline.cpp -fPIC -DPIC -o .libs/thinplatespline.o<BR>> ": internal error: 010101_3007<BR>> <BR>> compilation aborted for thinplatespline.cpp (code 4)<BR>> make[1]: *** [thinplatespline.lo] Error 1<BR>> make[1]: Leaving directory `/path/to/src/gdal-2.0.1/alg'<BR>> make: *** [core-target] Error 2<BR>> <BR>> <BR>> Any other ideas?<BR><BR>Perhaps... Apart from cursing the buggy compiler (if it is an uptodate version <BR>of it, you might want to report to the vendor as it is a shame it aborts on <BR>this), you might try to replace the following line of alg/thinplatespline.cpp, <BR>aroud line 125<BR><BR>#if defined(__GNUC__) && defined(__x86_64__)<BR><BR>by<BR><BR>#if 0<BR><BR>This will disable an optimization, which is the trickiest part of that file.<BR><BR>-- <BR>Spatialys - Geospatial professional services<BR><A href="http://www.spatialys.com">http://www.spatialys.com</A><BR></DIV></BODY></HTML>