On Fri, 18 Feb 2005 20:10:11 +0100, Philip Nilsson <[EMAIL PROTECTED]> wrote:
> Run ldd on the program you want to debug to know what it
> links against.
 
For my program ldd says this among other things:

libstdc++.so.5 =>
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.so.5 (0xb7f0d000)

Now, how do I make sure that applications I write and run and is
linked against a library with debug features (USE="debug emerge 
sys-libs/libstdc++-v3) enabled and all other C++ applications that run
on the system are linked to the existing shared object? Is this
possible?

I just don't want the debugging info to slow exisiting C++ applications down.

Thanks,

Hareesh

--
[email protected] mailing list

Reply via email to