Chaskiel Grundman <cgrund...@gmail.com> writes: > Looks like it might be C++ related: > http://lists.gnu.org/archive/html/libtool/2016-06/msg00007.html > > suggestion later in the thread was to use the libtool script from > pkgsrc instead of the one built by autoconf.
THanks - that helped a lot. Removing libtool from obj/ (that was generated) and symlinking to /usr/pkg/bin/libtool made things a lot better. But the one built by autoconf is generated from the files installed by pkgsrc. I am also finding that running geos's unit tests under autotools (make check, where it should dynamically link against the built but not installed geos libs) is apparently wrongly picking up the installed geos library from the 3.7.x release.