On Fri, Mar 01, 2013 at 12:35:48PM -0600, Paul Miller said: > On 3/1/2013 11:53 AM, Piotr Stanczyk wrote: >> hmm .. what does nm --demangle get you, specifically, how does that >> missing symbol translate out? > > That symbol shows up in nm on my libIlmThread library, but not on the > plugin that links to it. Is that expected?
If the plugin is being dlopen-ed make sure that the mode parameter (which is either RTLD_LAZY or RTLD_NOW) is being OR-ed with RTLD_GLOBAL. _______________________________________________ Openexr-devel mailing list Openexr-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/openexr-devel