This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++.so conflict


mahmoodn <nt_mahmood@yahoo.com> writes:

> >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.
> 
> I use a library which is compatible with GCC 3.3
> How about second solution? How can I use (or tell it to use) older version
> of libstdc++?

Find the source code of the library which requires libstdc++.so.6, and
rebuild it from source using gcc 3.3.

That may be painful, but any other solution is going to require
significantly greater pain.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]