From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27868 invoked by alias); 14 Jan 2004 21:19:16 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27853 invoked by uid 48); 14 Jan 2004 21:19:14 -0000 Date: Wed, 14 Jan 2004 21:19:00 -0000 From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040114211911.13686.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/13686] New: Missing symbol in libstdc++ from std::map X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01619.txt.bz2 List-Id: I have a program that when compiled with present mainline and run yields this message: me-tomography/forward> ./forward ./forward: relocation error: /home/bangerth/p/deal.II/1/deal.II/lib/ libdeal_II_3d.so: symbol _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference The missing symbol is std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) This function is actually in libstdc++: gcc-3.4-pre/lib> nm libstdc++.so | grep _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ 00052770 T _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ So it looks like as if it was just not versioned or something. Since the program is rather large and I have no experience with this kind of bugs, I thought I'd first ask you libstdc++ people whether this triggers something with someone. Maybe it is just missing from some kind of versioning or linker script. If none of you can figure out what's going wrong, I can still try to come up with something smaller, but I have no clue where to start. W. -- Summary: Missing symbol in libstdc++ from std::map Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bangerth at dealii dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13686