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. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
