This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g++ 3.4 breakage
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gnu dot org
- Cc: rguenth at tat dot physik dot uni-tuebingen dot de
- Date: Wed, 14 Jan 2004 11:00:46 -0600
- Subject: g++ 3.4 breakage
- Organization: Red Hat / Chicago
Please, when you report bugs, use a descriptive subject. For this,
"undefined std::_Rb_tree_rebalance" would have been superb.
Also, cc or post on libstdc++.
> undefined reference to
> std::_Rb_tree_rebalance(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*&)'
You are trying to link a POOMA library compiled with g++ (GCC) 3.4.0
20040107 against a libstdc++ compiled with libstdc++ g++-3.4 (GCC) 3.4.0 20040114.
This cannot be done, because of internal STL allocator and list changes.
You'll have to use one toolchain to do all the bits.
One toolchain to, in the darkness, bind them all. Ooops. Sorry, it slipped out.
best,
benjamin