Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <428D0F69.52A665C3@dessent.net> Date: Thu, 19 May 2005 15:12:57 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gnu c++ linker errors on double processor machine References: <428D3672 DOT 1020009 AT prager DOT ws> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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/