From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21883 invoked by alias); 13 Nov 2009 21:11:22 -0000 Received: (qmail 21809 invoked by uid 48); 13 Nov 2009 21:10:57 -0000 Date: Fri, 13 Nov 2009 21:11:00 -0000 Message-ID: <20091113211057.21808.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42033] libstdc++ seems to miss std::basic_string, std::allocator >::basic_string(char*, char*, std::allocator const&) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg01150.txt.bz2 ------- Comment #4 from paolo dot carlini at oracle dot com 2009-11-13 21:10 ------- I see. Seems a compiler problem indeed, because, as Jason mentioned, the template is explicitly instantiated in string-inst.cc and marked to be exported in the linker script for the *.so. I have no idea what libstdc++ could do to fix this... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42033