created a shared library .so file, using "gcc -shared ...." command, when I did "ldd xyz.so", I cannot see those static libs which are added with -l option, also I gave path -L/opt/lib where I copied all static libs (.a files), how can I see what are libs included in shared lib?.
I have another post, where I posted ldd command output.
I have another post, where I posted ldd command output.