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 Date: Fri, 12 Jul 2002 17:48:22 +0400 From: egor duda Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <14382729588.20020712174822@logos-m.ru> To: Christopher Faylor CC: dylan AT q-games DOT com Subject: Re: gcc 3.11-2 link error with stdc++ In-Reply-To: <20020711152654.GB8291@redhat.com> References: <20020711152654 DOT GB8291 AT redhat DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Thursday, 11 July, 2002 Christopher Faylor cgf AT redhat DOT com wrote: CF> On Thu, Jul 11, 2002 at 08:58:42PM +0900, Dylan Cuthbert wrote: >>It seems any piece of code using string::replace with iterators causes a >>link error at the moment, this is the error I get: >> >> undefined reference to ` >>std::basic_string, std::allocator >>>::replace(std::__normal_iterator>std::char_traits, std::allocator > >, >>std::__normal_iterator>std::char_traits, std::allocator > >, unsigned, char)' >>collect2: ld returned 1 exit status >> >>If this isn't a cygwin-related problem I'll post to the gcc group, however, >>I haven't seen mention of this kind of problem on there. CF> Sorry. I can't offer any insight, especially without a test case, but probably CF> not even then. CF> Maybe Egor might have an idea. Never seen this particular error. Dylan, maybe you can provide a testcase? You can also try to debug this error yourself by looking at files created with 'gcc -v -save-temps ...' and output of 'nm libstdc++.a' Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/