Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-09 Thread Hernán De Angelis
On 2021-02-09 19:34, Markus Metz wrote: On Tue, Feb 9, 2021 at 10:54 AM Hernán De Angelis mailto:variablestarli...@gmail.com>> wrote: > > > On 2021-02-09 10:49, Andrew C Aitchison wrote: > > On Tue, 9 Feb 2021, Hernán De Angelis wrote: > > > >> On 2021-02-08 20:22, Markus Metz wrote: > >>> I

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-09 Thread Markus Metz
On Tue, Feb 9, 2021 at 10:54 AM Hernán De Angelis < variablestarli...@gmail.com> wrote: > > > On 2021-02-09 10:49, Andrew C Aitchison wrote: > > On Tue, 9 Feb 2021, Hernán De Angelis wrote: > > > >> On 2021-02-08 20:22, Markus Metz wrote: > >>> Is /usr/local/lib64 known to your system as a path to

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-09 Thread Hernán De Angelis
On 2021-02-09 10:49, Andrew C Aitchison wrote: On Tue, 9 Feb 2021, Hernán De Angelis wrote: On 2021-02-08 20:22, Markus Metz wrote: Is /usr/local/lib64 known to your system as a path to libraries? Check the env var LD_LIBRARY_PATH or add "/usr/local/lib64" to some file in /etc/ld.so.conf.d/

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-09 Thread Andrew C Aitchison
On Tue, 9 Feb 2021, Hernán De Angelis wrote: On 2021-02-08 20:22, Markus Metz wrote: Is /usr/local/lib64 known to your system as a path to libraries? Check the env var LD_LIBRARY_PATH or add "/usr/local/lib64" to some file in /etc/ld.so.conf.d/ followed by "ldconfig" as root. You can also se

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-08 Thread Hernán De Angelis
On 2021-02-08 20:22, Markus Metz wrote: Is /usr/local/lib64 known to your system as a path to libraries? Check the env var LD_LIBRARY_PATH or add "/usr/local/lib64" to some file in /etc/ld.so.conf.d/ followed by "ldconfig" as root. You can also set the var LDFLAGS for configure if you have lib

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-08 Thread Markus Metz
Is /usr/local/lib64 known to your system as a path to libraries? Check the env var LD_LIBRARY_PATH or add "/usr/local/lib64" to some file in /etc/ld.so.conf.d/ followed by "ldconfig" as root. You can also set the var LDFLAGS for configure if you have libraries in a nonstandard directory, such as L

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-08 Thread Hernán De Angelis
On 2021-02-08 10:09, Andrew C Aitchison wrote: On Mon, 8 Feb 2021, Hernán De Angelis wrote: Hi everyone I am trying to compile GDAL 3.2.1 with HDF4 4.2.15. HDF4 is in /usr/local and subdirectories, but GDAL configure (--with-hdf4) complains: checking for SDreaddata in -lmfhdfalt... no che

Re: [gdal-dev] Compiling GDAL with HDF4 support

2021-02-08 Thread Andrew C Aitchison
On Mon, 8 Feb 2021, Hernán De Angelis wrote: Hi everyone I am trying to compile GDAL 3.2.1 with HDF4 4.2.15. HDF4 is in /usr/local and subdirectories, but GDAL configure (--with-hdf4) complains: checking for SDreaddata in -lmfhdfalt... no checking for SDreaddata in -lmfhdf... no checking for

[gdal-dev] Compiling GDAL with HDF4 support

2021-02-08 Thread Hernán De Angelis
Hi everyone I am trying to compile GDAL 3.2.1 with HDF4 4.2.15. HDF4 is in /usr/local and subdirectories, but GDAL configure (--with-hdf4) complains: checking for SDreaddata in -lmfhdfalt... no checking for SDreaddata in -lmfhdf... no checking for SDreaddata in -lhdf4... no checking for SDread

Re: [gdal-dev] compiling gdal with hdf4

2016-04-18 Thread Luca Delucchi
On 18 April 2016 at 09:50, Even Rouault wrote: > Le lundi 18 avril 2016 09:35:09, Luca Delucchi a écrit : >> Hi devs, >> >> I'm trying to compile gdal on Centos OS with no root access, I would >> like to compile it with hdf4 support. If I compile without hdf4 it >> compile correctly but when I try

Re: [gdal-dev] compiling gdal with hdf4

2016-04-18 Thread Even Rouault
Le lundi 18 avril 2016 09:35:09, Luca Delucchi a écrit : > Hi devs, > > I'm trying to compile gdal on Centos OS with no root access, I would > like to compile it with hdf4 support. If I compile without hdf4 it > compile correctly but when I try to ad hdf4 I got the following error > (I compile lib

[gdal-dev] compiling gdal with hdf4

2016-04-18 Thread Luca Delucchi
Hi devs, I'm trying to compile gdal on Centos OS with no root access, I would like to compile it with hdf4 support. If I compile without hdf4 it compile correctly but when I try to ad hdf4 I got the following error (I compile libjpeg and hdf4 by myself) /usr/bin/ld: /pico/home/usertrain/a08tra27/

[gdal-dev] compiling gdal with hdf4 (all from sources)

2012-07-26 Thread Conrad Bielski
Hello again, I fixed the compilation issue. Basically in the file frmts/hdf4/hdf4imagedataset.cpp the include statement wasn't correct. It should have been hdf-eos/HdfEosDef.h where it actually is. However, this did not solve my MISR reading issue. Have a great day, Conrad :) ___

[gdal-dev] compiling gdal with hdf4 (all from sources)

2012-07-26 Thread Conrad Bielski
Hi, I need to compile gdal with the HDF4-EOS extensions which I downloaded from here: http://newsroom.gsfc.nasa.gov/sdptoolkit/TKDownload.html Now the problem is similar to one mentioned back in Sat Feb 25 11:09:32 EST 2012 where compilation stopped due to the following error: hdf4imagedataset.c