[Paraview-developers] Resolve (paraview) dependencies of plugin

Ben Boeckel ben.boeckel at kitware.com
Tue Mar 6 09:42:22 EST 2018


On Tue, Mar 06, 2018 at 09:11:46 +0100, hermann.detz at gmail.com wrote:
> There is nothing, that could go wrong here, which indicates to me that
> there is some linking problem and Paraview never actually calls this
> function, but probably jumps somewhere else.

Yeah, the ABI that the ParaView executable is expecting doesn't match
the ABI the plugin is providing.

We compile our binaries on CentOS6 with devtoolset-4 which has GCC
5.3.1 and they expect a libstdc++ at least as new as CentOS6's base
install (GCC 4.8 or so). I suspect that you're using a compiler which
makes different decisions somewhere than our binaries.

--Ben


More information about the Paraview-developers mailing list