Hi all,

I'm making a gdal+proj4 build for android NDK. I have successfully build
gdal(1.9.0) itself and proj4(4.8.0), but have some problems now.

proj4 is installed at default location - usr/local

I run gdal configure:
CFLAGS="-mthumb" CXXFLAGS="-mthumb" ./configure
--host=arm-linux-androideabi --prefix=/cygdrive/c/dev/lib/gdal-1.9.0/gdal
--with-static-proj4=usr/local

and get:
...
checking how to link PROJ.4 library... link statically.
checking for pj_init in -lproj... no
...
Statically link PROJ.4:    no
...

What am I doing wrong?


-- 
Frederic Blase
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to