< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] librutil.so: undefined reference to...


Hi all,

while trying to link a simple application with resiprocate shared
libraries (svn revision 5608) I encounter the following problems:

--------------------------------------------------------------------
lib/librutil.so: undefined reference to
`std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
lib/librutil.so: undefined reference to
`std::_Rb_tree_increment(std::_Rb_tree_node_base const*)'
lib/librutil.so: undefined reference to `std::_List_node_base::unhook()'
lib/librutil.so: undefined reference to
`std::_List_node_base::hook(std::_List_node_base*)'
lib/librutil.so: undefined reference to `std::basic_ostream<char,
std::char_traits<char> >::basic_ostream[not-in-charge]()'
lib/librutil.so: undefined reference to `std::basic_streambuf<char,
std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir,
std::_Ios_Openmode)'
lib/librutil.so: undefined reference to
`std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*,
std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
lib/librutil.so: undefined reference to
`std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*,
std::_Rb_tree_node_base&)'
lib/librutil.so: undefined reference to `std::basic_istream<char,
std::char_traits<char> >::basic_istream[not-in-charge]()'
lib/librutil.so: undefined reference to
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
collect2: ld returned 1 exit status
---------------------------------------------------------------------

On the contrary, linking the same application (properly adapted) with
release 0.9 does not give any problem.
Does anyone have an idea?

Thanks,
Gianluca