From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1450 invoked by alias); 6 Nov 2002 14:17:40 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 1431 invoked by uid 61); 6 Nov 2002 14:17:40 -0000 Date: Wed, 06 Nov 2002 06:17:00 -0000 Message-ID: <20021106141740.1430.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org, fdumas@ina.fr, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org From: ljrittle@gcc.gnu.org Reply-To: ljrittle@gcc.gnu.org, bkoz@gcc.gnu.org, fdumas@ina.fr, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/8475: hash_map error message at run time about __default_alloc_template/force_new not defined X-SW-Source: 2002-11/txt/msg00284.txt.bz2 List-Id: Synopsis: hash_map error message at run time about __default_alloc_template/force_new not defined State-Changed-From-To: analyzed->closed State-Changed-By: ljrittle State-Changed-When: Wed Nov 6 06:17:38 2002 State-Changed-Why: Not a bug. Please ensure that you have built and then run against the same library. I can "reproduce" your PR if I compile and link your example against g++ 3.3 but then attempt to run-time link against the 3.2.1 version of libstdc++-v3. This can happen if, e.g. you installed 3.2.1 in /usr/local but 3.3 somewhere else. If the above doesn't cover your situation, then: Benjamin installed a patch to properly export __default_alloc_template::_S_force_new on 2002-11-04 which was before the date of your snapshot. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8475