Re: [gdal-dev] Building from source excluding some packages

2012-07-05 Thread kedardeshpande87
Thanks Paolo, I tried building it with minimal options as you suggested. The source builds successfully, but when I try to use the library by making a call, I am getting an error in libgdal.so file saying some symbol not found. I am using swig java bindings. I get the following error: Unsatisfied

Re: [gdal-dev] Building from source excluding some packages

2012-06-25 Thread Paolo Corti
On Mon, Jun 25, 2012 at 7:00 PM, kedardeshpande87 wrote: > Hi, > > I am trying to build the gdal-1.9.1 from source code using simple make > command. I am creating a small application that does not involve any > graphics or any maps/visual output. Therefore I wanted to *exclude* some of > the packa

[gdal-dev] Building from source excluding some packages

2012-06-25 Thread kedardeshpande87
Hi, I am trying to build the gdal-1.9.1 from source code using simple make command. I am creating a small application that does not involve any graphics or any maps/visual output. Therefore I wanted to *exclude* some of the packages/directories while building the source such as raster formats supp