On 22 May 2018 at 10:13, Ari Jolma <[email protected]> wrote: > Even Rouault kirjoitti 22.05.2018 klo 11:05: >> On mardi 22 mai 2018 07:59:08 CEST Lars wrote: >> >> Does GDAL have an updated list of required and optional dependencies? > > Required: none currently, except a C++ compiler > > With C++ 11 support. I just run into this as I had a Debian 7 machine, whose > gcc (4.7) does not support C++ 11.
Ari, You *may* get away with GCC 4.7, since it implements a lot of C++11 https://gcc.gnu.org/gcc-4.7/cxx0x_status.html Best bet though is to go with at least GCC 4.8.1 or later. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
