Two suggestions: - check that the symbol is exported using `nm`. - use LD_DEBUG to see if the dynamic linker gives any error messages. (run some command like `LD_DEBUG=help cat` to see the options)
On Thu, Oct 1, 2015 at 10:47 AM, Bill Hart <[email protected]> wrote: > We've checked the following without success: > > * turning off precompilation > > * putting some traces in to check it does definitely get past the ccall > without issue > > * dlopen'ing libpari beforehand > > None of these made any difference. That's all the ideas I have. It looks > like a bug somewhere to me. > > Bill. >
