This is a little outside my area of expertise and it's been years since
I've touched C++ but, shooting from the hip, even if debugging symbols are
compiled into the shared object, I'm not sure you'd be able to get any
detailed information unless you were also running from within in a
debugger, whic
On 2/13/2014 2:41 PM, Bill McCormick wrote:
I have a Perl module that calls a function from in a Swig generated
module, which in turn calls a function in a shared library. It's been a
while since I put it all together and made it work, so I'm kind of hazy
on the technical details - and since it m