Hi all, I have a shared library A which uses shared library B, and an application P which relies on A. I don't want to link P against A and B, but to link P against A only, and A against B (and somehow hide B to P) How can I do ? The shared libraries are generated with 'g++ -shared...' Thanks for your answers -- View this message in context: http://www.nabble.com/link-shared-library-against-another-shared-library-tp18639001p18639001.html Sent from the gcc - Help mailing list archive at Nabble.com.