[geos-devel] [postgis-devel] RFC6 - Drop GEOS C++ API at GEOS 3.8
Sandro Santilli
strk at kbt.io
Tue Oct 3 11:32:15 PDT 2017
On Tue, Oct 03, 2017 at 10:33:51AM -0400, Regina Obe wrote:
> Is there a way to get rid of the shared C++ library and just have a C library or is that what you were talking about with the static C++ library.
That's what I'm talking about with the static-only C++ library.
The C library would then _include_ (statically link to) the
C++ library.
I'm not sure about the consequences of that though (guess we'd
need more symbols hiding or it could still be possible for
different versions of the embedded C++ library to be confused
during code execution).
--strk;
More information about the geos-devel
mailing list