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; _______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel