Changes between Version 25 and Version 26 of ECW


Ignore:
Timestamp:
Dec 8, 2016, 12:48:05 AM (7 years ago)
Author:
Even Rouault
Comment:

Change GCC version

Legend:

Unmodified
Added
Removed
Modified
  • ECW

    v25 v26  
    3232'''Note''': be sure to restart any services that may depend on GDAL ie. Apache to reload PHP MapScript
    3333
    34 == Binary ECW SDK and GCC >= 5.2 ==
     34== Binary ECW SDK and GCC >= 5.1 ==
    3535
    36 Since GCC 5.2, GCC uses by default a new C++ ABI for libstdc++, which is incompatible of the ECW SDK binaries (at least to this date).
     36Since GCC 5.1, GCC uses by default a new C++ ABI for libstdc++, which is incompatible of the ECW SDK binaries (at least to this date).
    3737The workaround is to build GDAL with CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" ./configure [options]
    3838