<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>Hi there,<BR>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. <BR>What i did was:</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV>cd /path/to/src<BR>svn checkout <A href="https://svn.osgeo.org/gdal/branches/1.11/gdal">https://svn.osgeo.org/gdal/branches/1.11/gdal</A> gdal<BR>cd /path/to/src/gdal<BR>mkdir build<BR>CFLAGS="-g -Wall" LDFLAGS="-s" ./configure \<BR>--prefix=/path/to/src/gdal/build \<BR>--with-png=internal \<BR>--with-libtiff=internal \<BR>--with-geotiff=internal \<BR>--with-jpeg=internal \<BR>--with-gif=internal \<BR>--with-static-proj4=/path/to/src/proj-4.9.1/build \<BR>--with-geos=/path/to/src/geos-3.4.2/build/bin/geos-config \<BR>--with-hdf5=/path/to/src/hdf5-1.8.15-patch1/build \<BR>--with-netcdf=/path/to/src/netcdf-4.3.3.1/build<BR>make -j8</DIV></BLOCKQUOTE>
<DIV>It keeps going a bit, but ends at some point with:</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV>libtool: compile:  icpc -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/path/to/src/gdal/port -I/path/to/src/gdal/gcore -I/path/to/src/gdal/alg -I/path/to/src/gdal/ogr -I/path/to/src/gdal/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/path/to/src/geos-3.4.2/build/include -DHAVE_AVX_AT_COMPILE_TIME -DOGR_ENABLED -I/path/to/src/gdal/port -I/path/to/src/netcdf-4.3.3.1/build/include -c gdalgrid.cpp  -fPIC -DPIC -o .libs/gdalgrid.o<BR>": internal error: <A href="tel:0101013007">010101_3007</A></DIV>
<DIV> </DIV>
<DIV>compilation aborted for thinplatespline.cpp (code 4)<BR>make[1]: *** [thinplatespline.lo] Error 1<BR>make[1]: *** Waiting for unfinished jobs....</DIV></BLOCKQUOTE>
<DIV>I compiled GDAL several times on Ubuntu systems, always worked out fine. Does anyone have any pointers what I'm doing wrong?</DIV>
<DIV> </DIV>
<DIV>Best regards,</DIV>
<DIV>Matthias</DIV></BODY></HTML>