Re: gnu c++ linker errors on double processor machine

2005-05-19 Thread Gerrit P. Haase
Bernd Prager wrote: Hi everybody, I'm experencing an odd error on a double processor machine. The same source code compiles well on all boxes I used but on a single machine it fails. It's the only 2-processor box I use. That's why I assume the problem is some weird concurrency issue but I'm not s

Re: gnu c++ linker errors on double processor machine

2005-05-19 Thread Brian Dessent
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

gnu c++ linker errors on double processor machine

2005-05-19 Thread Bernd Prager
Hi everybody, I'm experencing an odd error on a double processor machine. The same source code compiles well on all boxes I used but on a single machine it fails. It's the only 2-processor box I use. That's why I assume the problem is some weird concurrency issue but I'm not sure. When I try to