> I can see that it is trying to link to /usr/local/lib/libmfhdf.a
> instead of your specified /hb/USER/lib/epd-7.1-1-x86_64, and something
> similar for hdf5
>
> Sometimes it's easier to use the default system libraries, or remove
> them if you are using more recent ones avoid conflicts like the
the following error:
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared object; recompile with -fPIC
Means that the library you are linking to has not been compiled for
64-bit architecture.
I can see that it is trying to link to /usr/local/lib/libmfhdf.a
instead
Hi everyone,
I'm trying to compile GDAL 1.8.1 from source on a x86_64 machine, compiling
against the libraries which come shipped with Enthought's Python
distribution.
So, what I'm doing is this:
$ export CFLAGS="-I/hb/USER/lib/epd-7.1-1-x86_64/include -fPIC"
$ export CXXFLAGS="-I/hb/USER/lib/ep