[EMAIL PROTECTED] wrote:
> Hi all,
>
> I'm having a lot of trouble because different components that I am
> using are getting compiled with different versions of the stdc++
> library.

Which implies you are linking against libraries you don't have source
code for and which are compiled using another compiler version.

A good idea might be to prelink those libraries with libstdc++. This
way you don't have to link your code with those libraries using the
same version of g++ and libstdc++ the libraries were compiled with.

http://groups.google.com/group/comp.unix.programmer/msg/db28ffdb14d3d208
http://groups.google.com/group/comp.unix.programmer/msg/ff23a27bf4128921
http://groups.google.com/group/comp.unix.programmer/msg/d6f9674bbac6133e

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to