rps wrote:
> Hi,
>      Is there any way to findout what all the libraries my program is using. 
> I use  'nm' to find out names from the object file but I dont have any idea 
> to findout libraries used by my prog.
> 
> can somebody help me out in this...

ldd on the executable, pldd on a running process.

-- 
Darren J Moffat
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to