[Gdal-dev] Make error "libtool: compile: unable to
infertaggedconfiguration"
Mateusz Loskot
mateusz at loskot.net
Thu Apr 5 16:10:20 EDT 2007
Patton, Eric wrote:
> Thanks Mateusz,
>
> But in a previous thread, I had the same problem with make complaining about missing libstdc++.la:
>
> http://article.gmane.org/gmane.comp.gis.gdal.devel/9122/match=error+compiling+gdal+1+3+2+libstdc%2b%2b+la
>
> Where you recommended installing the dbg packages. So I take it this requirement changed for GDAL 1.4.0?
Eric,
No -dbg packages should be required to run GDAL.
-dbg are for debugging, for developers, and I don't suppose any of Linux
distrubutions / packaging systems require user to install a -dbg
package to use a library or run an application.
Even if you want to build a software yourself, no -dbg packages should
be required. -dbg packages are useful for debugging, to get meaningful
backtrace, etc.
> The output from ldd `which gdalinfo` and ldd /usr/local/gdal-1.4.0/.libs/libgdal.so look normal (I guess):
>
> $ ldd `which gdalinfo`
> linux-gate.so.1 => (0xffffe000)
> libgdal.so.1 => /usr/local/lib/libgdal.so.1 (0xb7b24000)
OK, found
> libgeos.so.2 => /usr/local/lib/libgeos.so.2 (0xb7795000)
> libgeos_c.so.1 => /usr/local/lib/libgeos_c.so.1 (0xb7788000)
Yes, that's good too.
> $ ldd /usr/local/gdal-1.4.0/.libs/libgdal.so
> linux-gate.so.1 => (0xffffe000)
> libgeos.so.2 => /usr/local/lib/libgeos.so.2 (0xb797b000)
> libgeos_c.so.1 => /usr/local/lib/libgeos_c.so.1 (0xb796e000)
Yes, everything looks correct to me.
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the Gdal-dev
mailing list