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 <[email protected]> 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 <[email protected]> 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