[gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Jose Gomez-Dans
Hi, I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure call is ./configure --with-python --with-geos=/usr/bin/geos-config --with-curl=/usr/bin/curl-config --with-hdf4=/usr/lib64/hdf --with-sqlite3=yes --with-netcdf=no --with-static-proj4=/usr/lib64/

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Chaitanya kumar CH
Jose, Try to configure with libtool disabled with the option --without-libtool. On Thu, Apr 8, 2010 at 8:25 PM, Jose Gomez-Dans jgomezd...@gmail.comwrote: Hi, I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure call is ./configure --with-python

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Ari Jolma
Jose, I compile regularly on a RHEL5/x86_64 and had this type of problem, which was subsequently fixed. The bug report is here: http://trac.osgeo.org/gdal/ticket/3411 Maybe this helps. Ari Jose Gomez-Dans wrote: Hi, I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Jose Gomez-Dans
Chaitanya, On 8 April 2010 17:09, Chaitanya kumar CH chaitanya...@gmail.com wrote: Try to configure with libtool disabled with the option --without-libtool. This seems to have solved it. thanks! Jose ___ gdal-dev mailing list