This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: c++ link incompatibility between 3.4.0 and 3.4.1-20040625
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, nick at ilm dot com
- Date: Wed, 30 Jun 2004 23:20:02 -0500
- Subject: Re: c++ link incompatibility between 3.4.0 and 3.4.1-20040625
- Organization: Red Hat / Chicago
- References: <20040701031930.GO24996@ewok.lucasdigital.com><40E38951.10409@codesourcery.com>
>> I ran into this while rebuilding under the 3.4.1 prerelease:
There is no std::__default_alloc_template in gcc 3.4.x.
This particular symbol comes from gcc-3.3.x, so this problem is a result
of trying to mix-match 3.3.x and 3.4.x binaries, which is strictly
prohibited.
-benjamin