------- 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