This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/31779] GLIBCXX_3.4.9 undefined in libstdc++.so.6 (link time)



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-05-01 23:39 -------
(In reply to comment #1)
> Obviously, you are linking a binary compiled with 4.2.0 to a 4.1.2 library.
> That kind of "backward" compatibility is not provided and never was in the
> past.

That is called forwards compatibility which is hard to do in general as it
means you cannot add any new functions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31779


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