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
On Wed, Jun 30, 2004 at 11:20:02PM -0500, Benjamin Kosnik wrote:
>
> >> 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.
I agree that the error message doesn't make much sense in this context.
But what about the change in __pool_alloc?
--
Daniel Jacobowitz