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

On Fri, Nov 20, 2015 at 11:28 AM, Ben Houston <b...@exocortex.com> wrote:

> import commands
>
> result_ldd = commands.getoutput("ldd -r Myplugin.so")
> print result_ldd
>
> Best regards,
> Ben Houston (Cell: 613-762-4113, Skype: ben.exocortex, Twitter:
> @exocortexcom)
> https://Clara.io - Online 3D Modeling and Rendering
>
>
> On Fri, Nov 20, 2015 at 2:26 PM, Ben Houston <b...@exocortex.com> wrote:
> > You have to run ldd from inside of Softimage to see if it works.  Thus
> > run it from Python from within Softimage.
> > -ben
> > Best regards,
> > Ben Houston (Cell: 613-762-4113, Skype: ben.exocortex, Twitter:
> @exocortexcom)
> > https://Clara.io - Online 3D Modeling and Rendering
> >
> >
> > On Thu, Nov 19, 2015 at 7:49 PM, Steven Caron <car...@gmail.com> wrote:
> >> Hey Gang
> >>
> >> Anyone know if I absolutely need gcc 4.1.2 for compiling Softimage
> plugins?
> >> Could I used a newer one like 4.4.7? This is on Softimage 2015 SP1...
> >>
> >> The build doesn't error and ldd doesn't have a problem finding the libs
> it
> >> needs but my plugin never loads inside of Softimage plugin manager. The
> only
> >> thing I can think is out of the ordinary is that we compiled the plugin
> >> using the system's gcc 4.4.7 and Softimage docs suggest 4.1.2.
> >>
> >> Thanks
> >> Steven
>

Reply via email to