Re: [gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread kedardeshpande87
Thanks Even, You were right. I was using the 32 bit JVM. Now I have avoided that error. But now I am getting another weird unsatisfied linker error as : java.lang.UnsatisfiedLinkError: .../gdal/build/.libs/libgdal.so.1: undefined symbol: _ZTVN6PCIDSK15PCIDSKExceptionE Any idea why I am getting t

Re: [gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread Even Rouault
Le mercredi 27 juin 2012 20:36:03, kedardeshpande87 a écrit : > Hi, > > I am trying to build the gdal from source on a 64 bit RHEL5. I am also > using the swig bindings for Java. > But I am getting UnsatisfiedLinkError with the error cause as : > .../libogrjni.so: wrong ELF class: ELFCLASS64* (Pos

[gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread kedardeshpande87
Hi, I am trying to build the gdal from source on a 64 bit RHEL5. I am also using the swig bindings for Java. But I am getting UnsatisfiedLinkError with the error cause as : .../libogrjni.so: wrong ELF class: ELFCLASS64* (Possible cause: architecture word width mismatch)* Where can I set this opti