Changes between Version 2 and Version 3 of HDF


Ignore:
Timestamp:
Oct 29, 2007, 9:17:03 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Potential conflicts with internal libz

Legend:

Unmodified
Added
Removed
Modified
  • HDF

    v2 v3  
    3333The -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.
    3434
     35== Potential conflicts with internal libz ==
     36
     37The HDF4 libraries depend on [http://www.zlib.net/ libz] library. If you build HDF4 from sources, you most likely use libz library already installed in your system.  Then, when you run GDAL ''./configure'' script using option ''--with-libz=internal'' requesting GDAL to use its internal version of [source:trunk/gdal/frmts/zlib libz], you may notice that HDF4 support is not enabled as you expected. This  might signal a conflict between internal libz and the version installed in you system against which HDF libraries were linked. More detailed description of the problem and its symptoms can be found in summary of Ticket #1955.