[Gdal-dev] Make error "libtool: compile: unable to infer
taggedconfiguration"
Mateusz Loskot
mateusz at loskot.net
Mon Apr 2 14:10:49 EDT 2007
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