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


Yes, I had someone look into it, and it seems that a 3.3.2 object file
had gotten pulled into the licence code build.  Sorry for the false alarm.
I had them rebuild the licensing code from scratch against 3.4.0 and 3.4.1-pre1
and both link fine with 3.4.1. compiled code.

-nick

On Wed, 30 Jun 2004, 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.
> 
> -benjamin


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