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]

g++ 3.4 breakage


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


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