libstdc++.so conflict

Ian Lance Taylor iant@google.com
Sat Dec 1 17:16:00 GMT 2007


mahmoodn <nt_mahmood@yahoo.com> writes:

> >You have a shared library which requires libstdc++.so.6.
> >Either your compiler, or another shared library, requires
> >libstdc++.so.5.  You neglected to mention which version of the
> >compiler you are using, so I don't know which.
> >libstdc++.so.5 and libstdc++.so.6 should not be used in the same
> >executable.
> 
> Thanks,
> I use gcc 3.3. So how can I fix it?

Use a newer version of gcc which uses libstdc++.so.6, or use an older
version of the shared library which uses libstdc++.so.5.

Ian



More information about the Gcc-help mailing list