2025 16:01
> *Per a:* Daniel Perez Rodriguez
> *A/c:* gdal-dev@lists.osgeo.org
> *Tema:* Re: [gdal-dev] Linking issue in Windows
>
> Hi Daniel,
>
> Symbols that start with "__" are reserved for system libraries. It appears
> that you're not linking the C++ sta
iel Perez Rodriguez
A/c: gdal-dev@lists.osgeo.org
Tema: Re: [gdal-dev] Linking issue in Windows
Hi Daniel,
Symbols that start with "__" are reserved for system libraries. It appears that
you're not linking the C++ standard library or are linking with an incompatible
version. G
Hi Daniel,
Symbols that start with "__" are reserved for system libraries. It appears
that you're not linking the C++ standard library or are linking with an
incompatible version. GDAL requires C++17 support.
On Mon, Jun 2, 2025 at 5:25 AM Daniel Perez Rodriguez via gdal-dev <
gdal-dev@lists.osg