[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] undefined symbol: _ZN9IlmThread5MutexD1Ev on exit
From: |
Simon Wistow |
Subject: |
Re: [Openexr-devel] undefined symbol: _ZN9IlmThread5MutexD1Ev on exit |
Date: |
Tue, 5 Mar 2013 14:29:25 +0000 |
User-agent: |
Mutt/1.5.16 (2007-06-09) |
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.
Re: [Openexr-devel] undefined symbol: _ZN9IlmThread5MutexD1Ev on exit, Richard Addison-Wood, 2013/03/03