Thanks Ben, I think log4cplus library was improperly configured to be used as a static library but linked into a shared library like a softimage plugin.
Your tip to use python helps ensure I am getting the proper environment though, thanks a lot for that. Steven On Fri, Nov 20, 2015 at 2:31 PM, Steven Caron <[email protected]> wrote: > Thanks Ben! I will try that... > > I was previously just used ldd from a terminal that has sourced the > softimage enivornment, that way it can find sicore and sdk libs etc. and it > seems to be fine... > > I did run ldd with -r and noticed it was listing some mental ray stuff as > undefined symbols but it also listed 'log4cplus' which suprises me because > I linked that statically and it doesn't show it as a library needing to be > resolved when I run ldd without the -r flag. > > This is giving me a bit more to look at though, thanks! > Steven > > >

