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<wchar_t>::compare(wchar_t const*, wchar_t const*, > > unsigned)' Undef'd reference to a *method* std::char_traits<wchar_t>::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:[EMAIL PROTECTED] 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/