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: gcc binary comptibility


Alexey Skidanov wrote:
Could you explain please?
Do you mean that libstdc++ is not binary compatible?

The ABI changed twice, once when we switched from gcc's private ABI to the multi-vendor ABI, and again when we fixed some bugs in our implementation of the multi-vendor ABI.

Andrew.

-----Original Message-----
From: Andrew Haley [mailto:aph@redhat.com]
Sent: Thursday, January 31, 2008 5:45 PM
To: Alexey Skidanov
Cc: gcc-help@gcc.gnu.org; skidanovalexey@yahoo.com
Subject: Re: gcc binary comptibility

Alexey Skidanov wrote:
From: Andrew Haley [mailto:aph@redhat.com]
You'll have trouble with C++, whereas C should probably be okay.
Which was it?
C++
There is no binary compatibility between gcc 3.4 and gcc 4.1 C++
libraries.
You have to recompile.  This is not a bug.

Andrew.


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