www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 <brian AT dessent DOT net> |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: gnu c++ linker errors on double processor machine |
References: | <SERRANO21C9FNFCYVLz0000007b AT SERRANO DOT CAM DOT ARTIMI DOT COM> <Pine DOT GSO DOT 4 DOT 61 DOT 0505191327330 DOT 9233 AT slinky DOT cs DOT nyu DOT edu> <ba40711f05051914344feebed2 AT mail DOT gmail DOT com> <428D3672 DOT 1020009 AT prager DOT ws> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |