[gdal-dev] Generating GDAL Native Dependencies
Even Rouault
even.rouault at mines-paris.org
Tue Jan 18 15:00:11 EST 2011
Le mardi 18 janvier 2011 20:53:38, Sam Ritchie a écrit :
> One final question, moved to its own thread.
>
> Is there a simple way to generate GDAL's native java dependencies
> (libgdalconstjni.*, libgdaljni.*, libogrjni.*, libosrjni.*, where * depends
> on the architecture) without having to build the rest of the gdal source
> code? I'm going to dig around the source code myself, of course, but it
> would be quite handy if one could build these native dependencies for other
> architectures.
I don't think it is possible. The libgdaljni.so/dylib/dll and the 3 other
bindings libraries link to libgdal.so/dylib/dll, so you probably need to
rebuild the whole GDAL library the and Java bindings for each architecture you
want to target.
More information about the gdal-dev
mailing list