Re: [gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-23 Thread Mateusz Loskot
Limei Ran wrote: > Hi: > > I configured it with the commands: > > > 1. ./setenv CFLAGS "-fPIC" > > 2. ./configure > --prefix=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/gdal-1.6.1/local > > --with-static-proj4=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/proj-4.6.1/local >

[gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-22 Thread Limei Ran
Hi: I configured it with the commands: 1. ./setenv CFLAGS "-fPIC" 2. ./configure --prefix=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/gdal-1.6.1/local --with-static-proj4=/nas/uncch/depts/cep/emc/lran/mims/sa_06_2009/src/libs/proj-4.6.1/local --with-hdf5=/nas/uncch/depts/cep/emc/lr

RE: [gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-18 Thread Chandra Shekhar Kumar
>/afs/isis.unc.edu/pkg/oracle-1020/client//lib/libexpat.so: could not >read symbols: File >in wrong format >collect2: ld returned 1 exit status >make[1]: *** [libgdal.la] Error 1 [Chandra ] it looks like it is getting linked against 32-bit libexpat.so Can you check the same by "file /libexpat.so" a

RE: [gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-18 Thread Gong, Shawn (Contractor)
i Ran Sent: Thursday, June 18, 2009 12:18 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Errors in compiling GDAL on a 64bits Linux Hi: I am compiling GDAL library on a 64bits Linux Server for our applications (we compiled correctly on a 32bits Linux Server). But, I ran into errors in compiling G

[gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-18 Thread Limei Ran
Hi: I am compiling GDAL library on a 64bits Linux Server for our applications (we compiled correctly on a 32bits Linux Server). But, I ran into errors in compiling GDAL on the 64bits Linux. Could you check for me to see how I can solve the problem? I configured it using: ./configure --pre