Changes between Version 18 and Version 19 of ECW


Ignore:
Timestamp:
Feb 12, 2016, 6:19:05 AM (8 years ago)
Author:
Even Rouault
Comment:

ECW build hints with GCC >= 5.2

Legend:

Unmodified
Added
Removed
Modified
  • ECW

    v18 v19  
    3131
    3232'''Note''': be sure to restart any services that may depend on GDAL ie. Apache to reload PHP MapScript
     33
     34== Binary ECW SDK and GCC >= 5.2 ==
     35
     36Since GCC 5.2, GCC uses a new C++ ABI for libstdc++ is used by default, which is incompatible of the ECW SDK binaries (at least to this date).
     37The workaround is to build GDAL with CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" ./configure [options]
    3338
    3439=== Alternative tutorial for building on Linux ===