[Gdal-dev] Make error "libtool: compile: unable to infer taggedconfiguration"

Patton, Eric epatton at nrcan.gc.ca
Wed Apr 4 10:49:47 EDT 2007


After some more digging around in Synaptic and installing some more packages, (specifically, unixodbc and libpq), the "unable to infer taggedconfiguration" error has vanished. I proceeded normally with make, and I received and error about libstdc++.la not being in /usr/lib. Synaptic reports that the libstdc++6.4.1-dbg package installed libstdc++.a and libstdc++.la in /usr/local/debug. So I created a symlink for each libstdc++ archive file:

$ pwd
/usr/lib

$ sudo ln -s debug/libstdc++.a libstdc++.a
$ sudo ln -s debug/libstdc++.la libstdc++.la


and re-ran make, which completed without the aforementioned "libstdc++.la not found in /usr/lib" error.

Curiously, though, the last three lines of the 'make install' output read:

ldconfig: /usr/local/lib/libproj.so.0 is not a symbolic link

ldconfig: /usr/local/lib/libgeos.so.2 is not a symbolic link

ldconfig: /usr/local/lib/libgeos_c.so.1 is not a symbolic link

Is this a problem? gdalinfo --version reports:

$ gdalinfo --version
GDAL 1.4.0.0, released 2007/01/02

So, can I assume that I have a healthy GDAL installation? 


~ Eric.

-----Original Message-----
From: Mateusz Loskot [mailto:mateusz at loskot.net]
Sent: Mon 4/2/2007 3:10 PM
To: Patton, Eric
Cc: gdal
Subject: Re: [Gdal-dev] Make error "libtool: compile: unable to infer taggedconfiguration"
 
Patton, Eric wrote:
> Hi, 
> 
> After making the following edits to GDALmake.opt.in :
> 
> 1. Open GDALmake.opt.in file
> 2. Go to line 19
> 3. Replace
> 
> CC  = $(LIBTOOL_COMPILE) @CC@
> CXX = $(LIBTOOL_COMPILE) @CXX@
> 
> with
> 
> CC  = $(LIBTOOL_COMPILE) --tag CC @CC@
> CXX = $(LIBTOOL_COMPILE) --tag CXX @CXX@

Eric,

Please, could you try this one:

CC  = $(LIBTOOL_COMPILE) @CC@ --tag CC
CXX = $(LIBTOOL_COMPILE) @CXX@ --tag CXX

?

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net





More information about the Gdal-dev mailing list