Re: [gdal-dev] help compiling hdf5 option on linux

2010-04-07 Thread John Cartwright
Thanks for your suggest Even, but this still does not work. I've noticed that the "-with-hdf5" and " --with-netcdf" options are mutually exclusive. I can get it to build with one or the other, but not both. It seems to work if I rebuild netcdf-4.0.1 w/o the "--enable-netcdf-4" and "--enable-sh

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-22 Thread Even Rouault
John, Re-try but remove the /lib suffix, so something like : --with-hdf5=/usr/local/contrib/hdf5-1.8.4 The configure script will look for include files in the include subdirectory and library files in the lib subdirectory Le Friday 19 March 2010 21:56:37 John Cartwright, vous avez écrit : > Th

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-22 Thread Vincent Schut
On 03/19/2010 09:56 PM, John Cartwright wrote: Thanks for suggestions Antonio and Vincent. Unfortunately, neither --with-hdf5=/usr/local/contrib/hdf5-1.8.4/lib nor --with-hdf5=/usr/local/contrib/hdf5-1.8.4/include,/usr/local/contrib/hdf5-1.8.4/lib made any difference. Hmm, then I don't

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-19 Thread John Cartwright
Thanks for suggestions Antonio and Vincent. Unfortunately, neither --with-hdf5=/usr/local/contrib/hdf5-1.8.4/lib nor --with-hdf5=/usr/local/contrib/hdf5-1.8.4/include,/usr/local/contrib/hdf5-1.8.4/lib made any difference. --john On 03/18/2010 01:57 AM, Antonio Valentino wrote: > Hi John

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-18 Thread Vincent Schut
On 03/17/2010 09:22 PM, John Cartwright wrote: Hello All, I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server using hdf5-1.8.4-patch1. I have hdf5 and netcdf apparently compiled successfully and have included the following in my configure statement for gdal: --with-hdf5=/usr/local/co

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-18 Thread Antonio Valentino
Hi John, Il giorno Wed, 17 Mar 2010 14:22:01 -0600 John Cartwright ha scritto: > Hello All, > > I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server using > hdf5-1.8.4-patch1. I have hdf5 and netcdf apparently compiled > successfully and have included the following in my configure statem

[gdal-dev] help compiling hdf5 option on linux

2010-03-17 Thread John Cartwright
Hello All, I'm trying to get 1.7.1 compiled on a 64-bit RHEL 5 server using hdf5-1.8.4-patch1. I have hdf5 and netcdf apparently compiled successfully and have included the following in my configure statement for gdal: --with-hdf5=/usr/local/contrib/hdf5-1.8.4 However, configure complains tha