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]
Other format: [Raw text]

Re: c++ link incompatibility between 3.4.0 and 3.4.1-20040625


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.

Good. Thanks,


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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