Hi all,<br><br>I&#39;m trying to install gdal (1.6.1) and get the following error<br><br>python setup.py build<br><br>[...]<br><br>gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I/usr/include/python2.4 -I. -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-2.4/extensions/gdal_wrap.o<br>
gcc: error trying to exec &#39;cc1plus&#39;: execvp: No such file or directory<br>error: command &#39;gcc&#39; failed with exit status 1<br><br>Some background:<br>uname -a<br>2.6.18-53.1.14.el5 #1 SMP Wed Mar 5 11:37:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>/usr/lib64/libgdal.so.1<br>/usr/lib64/libgdal.so.1.11.4<br><br>gcc --version<br>gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14)<br><br>I edited setup.cfg to this<br><br>[egg_info]<br>tag_build =<br>tag_date = 0<br>tag_svn_revision = 0<br>
<br>[build_ext]<br>gdal_config = /usr/bin/gdal-config<br><br>and<br><br>[...]$ locate gdal-config<br>/usr/bin/gdal-config<br><br>I&#39;m trying to install locally as I don&#39;t have root privileges.<br><br>Any ideas or suggestions are welcome,<br>
<br>Thanks,<br><br>Fernando<br><br><br><br><br><br>