[Gdal-dev] Another gdal_translate problem

Curt, WE7U archer at eskimo.com
Thu Mar 9 18:08:06 EST 2006


On Thu, 9 Mar 2006, Frank Warmerdam wrote:

> I suspect this is related to an old libtiff.  Could you try either
> building GDAL with the internal libtiff, or building and installing the
> latest published libtiff?

What I have in there seems pretty new:

> rpm -q -a |grep tiff
libtiff-devel-3.7.3-2
tiff-3.7.3-2
libtiff-3.7.3-2


Tried this with gdal-1.3.0:

./configure --without-mysql ----with-libtiff=internal

It blew up:

../.libs/libgdal.so: undefined reference to `gtCSVReadParseLine'
../.libs/libgdal.so: undefined reference to `gtCPLError'
../.libs/libgdal.so: undefined reference to `gtCPLCalloc'
../.libs/libgdal.so: undefined reference to `gtCSLCount'
../.libs/libgdal.so: undefined reference to `gtCSVFilename'
../.libs/libgdal.so: undefined reference to `gtCPLMalloc'
../.libs/libgdal.so: undefined reference to `gtCSLDestroy'
../.libs/libgdal.so: undefined reference to `gtCPLStrdup'


Trying this now:

./configure --without-mysql --with-libz=internal --with-png=internal \
--with-jpeg=internal --with-geotiff=internal --with-libtiff=internal \
--with-gif=internal

--
Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto:    A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Gdal-dev mailing list