This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[C++] Linking with old version of .a
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Subject: [C++] Linking with old version of .a
- From: Loïc Joly <Loic dot Joly at renault dot com>
- Date: Wed, 22 Aug 2001 19:46:46 +0200
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 ? (recompiling the old
libraies is not an option, they are not free)
--
Loïc