Re: No support for wchar_t in latest Cygwin?

2003-09-25 Thread Ronald Landheer-Cieslak
AFAIK, this is a PTC situation.. 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

Re: No support for wchar_t in latest Cygwin?

2003-09-25 Thread Joshua Kwan
On Thu, Sep 25, 2003 at 11:53:19AM +0200, Ronald Landheer-Cieslak wrote: AFAIK, this is a PTC situation.. I take this as a 'no' then? What you've just said applies to everything not done in Cygwin, but I was soliciting information on whether this *had* been done, or intelligently worked around.

Re: No support for wchar_t in latest Cygwin?

2003-09-25 Thread Ronald Landheer-Cieslak
On Thu, Sep 25, 2003 at 06:54:43AM -0700, Joshua Kwan wrote: On Thu, Sep 25, 2003 at 11:53:19AM +0200, Ronald Landheer-Cieslak wrote: AFAIK, this is a PTC situation.. I take this as a 'no' then? What you've just said applies to everything not done in Cygwin, but I was soliciting information

No support for wchar_t in latest Cygwin?

2003-09-24 Thread Joshua Kwan
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: