Changes between Version 13 and Version 14 of HDF


Ignore:
Timestamp:
Dec 2, 2011, 1:10:39 PM (12 years ago)
Author:
winkey
Comment:

LD_PRELOAD=libnetcdf.so workaround

Legend:

Unmodified
Added
Removed
Modified
  • HDF

    v13 v14  
    4646The -fPIC and LIBS may not be necessary on all platforms.  Without this fix either GDAL will crash intermittently when accessing netcdf files, or the build of GDAL will fail.
    4747
     48== Additional linux workaround ==
     49
     50if rebulding hdf is not an option you can also preload the netCDF library.
     51
     52{{{
     53LD_PRELOAD=libnetcdf.so gdalinfo myfile.nc
     54}}}
     55
    4856== Potential conflicts with internal libz ==
    4957