[gdal-dev] Configure GDAL 1.9.1 with GEOS 3.3.6
Ran, Limei
lran at email.unc.edu
Thu Dec 13 11:01:45 PST 2012
Hello Even,
My GEOS configured path is:
nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/geos-3.3.6/local
The proj4 is specified in the same way and PROJ4 works. But, not GEOS.
Thank you very much,
Limei
-----Original Message-----
From: Even Rouault [mailto:even.rouault at mines-paris.org]
Sent: Thursday, December 13, 2012 1:54 PM
To: gdal-dev at lists.osgeo.org
Cc: Ran, Limei
Subject: Re: [gdal-dev] Configure GDAL 1.9.1 with GEOS 3.3.6
Le jeudi 13 décembre 2012 14:51:43, Ran, Limei a écrit :
> Hello,
>
> I compiled GEOS 3.3.6 on our Linux server and I used the following
> configure for GDAL 1.9.1 with GEOS installed dir:
>
> ./configure
> --prefix=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/gdal-1.9.1/local
> --with-static-proj4=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/proj-4.8.
> 0/local
> --with-geos=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/geos-3.3.6/lo
> cal --with-libtiff=internal --with-png=internal --with-jpeg=internal
> --with-libz=internal --enable-linux-lfs --enable-static --without-curl
> --without-expat --without-mysql --without-dwgdirect --without-odbc
> --without-python --without-oci --without-sqlite3 --without-oci-include
> --without-oci-lib --without-ld-shared
You must specify the full filename of geos-config in --with-geos (that is to say with geos-config at the the end)
--with-geos=/the/path/to/geos-config
More information about the gdal-dev
mailing list