Changes between Version 26 and Version 27 of ECW


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

Add link

Legend:

Unmodified
Added
Removed
Modified
  • ECW

    v26 v27  
    3434== Binary ECW SDK and GCC >= 5.1 ==
    3535
    36 Since 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).
     36Since GCC 5.1, GCC uses by default a [https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/using_dual_abi.html 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