GCC ABI compatibility
Posted
by Fredrik Ullner
on Stack Overflow
See other posts from Stack Overflow
or by Fredrik Ullner
Published on 2010-05-10T10:36:24Z
Indexed on
2010/05/10
10:44 UTC
Read the original article
Hit count: 354
As far as I've understood, it is not possible to link libraries that use different versions of GCC's Application Binary Interface (ABI). Are there ABI changes to every version of GCC? Is it possible to link a library built with 4.3.1 if I use, say, GCC 4.3.2? Is there a matrix of some sort that lists all the ways I can combine GCC versions?
© Stack Overflow or respective owner