On 4/3/06, Leigh Stewart <[EMAIL PROTECTED]> wrote:
>  is the version of libstdc++.so which is linked to determined by the
> compiler currently in use as determined by gcc-config?

Yes.

> is it not possible to
> have different programs run against different versions of c++ shared
> libraries?

Different programs, yes.  But for example the Qt library links against
libstdc++.  So do all KDE applications.  So if you built Qt against
libstdc++.so.5, and then build a KDE application that will link
against .6, that program will crash.

-Richard

-- 
[email protected] mailing list

Reply via email to