Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <3DD831F8.1010307@nigels.com> Date: Mon, 18 Nov 2002 11:19:04 +1100 From: Nigel Stewart & Fiona Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: gcc 3.2 string link problem References: <20021117235521.40062.qmail@web21407.mail.yahoo.com> In-Reply-To: <20021117235521.40062.qmail@web21407.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Danny, Thanks for the hint. Does this mean that I need to rebuild libstc++? My impression is that this is a bug: Either wchar_t is supported, or it isn't, but that should be compile-error rather than link-error. And also, since I've done a "full" Cygwin install, what more is needed for wchar_t support? Thanks, Nigel Stewart Danny Smith wrote: >Look in /usr/include/c++/3.2/i686-pc-cygwin/bits/c++config.h >// Define if code specialized for wchar_t should be used. >/* #undef _GLIBCPP_USE_WCHAR_T */ > >libstdc++ configure script could not find enough C runtime support to provide >C++ wchar_t support. > > -- 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/