[Gdal-dev] Make error "libtool: compile: unable to infer
taggedconfiguration"
Patton, Eric
epatton at nrcan.gc.ca
Mon Apr 2 14:26:29 EDT 2007
Mateusz,
This time make complains with:
$ sudo make
(cd port; make)
make[1]: Entering directory `/usr/local/gdal-1.4.0/port'
/bin/sh /usr/local/gdal-1.4.0/libtool --mode=compile g++ --tag CXX -DOGR_ENABLED -I/usr/local/gdal-1.4.0/port -c -o cpl_conv.o cpl_conv.cpp
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[1]: *** [cpl_conv.o] Error 1
make[1]: Leaving directory `/usr/local/gdal-1.4.0/port'
make: *** [port-target] Error 2
~ 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"
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