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
>
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
>/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
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
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