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

Re: [C++] Linking with old version of .a


Loïc Joly <Loic.Joly@renault.com> writes:

| Hello,
| 
| I am a newbie in gcc, and a newcomer on this list.
| 
| I have trouble linking a C++ program compiled with gcc3.0 with older
| libraries. I think this is related to the fact that the ABI of g++ has
| been modified recently. 
| I wonder if there is a back-compatibility mode ? 

The old ABI is no longer supported in GCC-3.x series.  If you have to
link with libraries using the old ABI, then your best bet might be
gcc-2.95.[34].

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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