Bernd Prager wrote: > /usr/local/lib/libstdc++.a(tree.o) > > (.text$_ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_+0x0): > ... > Cfg.o(.text$_ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_ > [std::_Rb_tree_rotate_left(std::_Rb_tree_node_base*, > std::_Rb_tree_node_base*&)]+0x0):/usr/include/c++/3.3.3/bits/stl_construct.h:
I doubt it has anything to do with SMP. You've screwed something up with your compiler pretty bad. Look at the error messages, it's trying to link parts of your home-built 3.4.3 libstdc++ in /usr/local/lib and parts of the Cygwin packaged 3.3.3 libstdc++ under /usr. You can't expect it to work like that. Check your paths, remove or shield one of the two compilers, "make distclean" and then see what happens. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/