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: Thu, 25 Sep 2003 11:28:41 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: No support for wchar_t in latest Cygwin? Message-ID: <20030925092841.GC10088@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20030925045912 DOT GA2878 AT firesong> <20030925095319 DOT GA6237 AT linux_rln DOT harvest> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030925095319.GA6237@linux_rln.harvest> User-Agent: Mutt/1.4.1i On Thu, Sep 25, 2003 at 11:53:19AM +0200, Ronald Landheer-Cieslak wrote: > AFAIK, this is a PTC situation.. Well, I don't see any problem with wchat_t in the below error messages. > http://cygwin.com/contrib.html > > rlc > > On Wed, Sep 24, 2003 at 09:59:14PM -0700, Joshua Kwan wrote: > > Hi, it's me again :) > > > > I've been developing some software in C++ and have tested it on Linux > > and FreeBSD, so I decided yesterday to test it on my Cygwin > > installation. > > > > The library I link against the program requires wchar_t support. > > However, when I build it: > > > > ./toolkit/.libs/libtoolkit.a(tstring.o)(.text+0x18f5):tstring.cpp: undefined reference to `std::char_traits::compare(wchar_t const*, wchar_t const*, unsigned)' Undef'd reference to a *method* std::char_traits::compare() No complaints about missing wchar_t. You should try to find out why that method is missing. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/