Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: Sachin Zingade <sachinz@dpsl.net>
Reply-To: Sachin Zingade <sachinz@dpsl.net>
To: cygwin@cygwin.com, gcc@gcc.gnu.org
Message-ID: <016901c3482f$194e23c0$130510ac@enigma>
Subject: problems with gcc3.2.3 and wide character support
Date: Sat, 12 Jul 2003 10:06:02 +0530
Organization: DX Technologies
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000


Hi,

i am working latest version of cygwin on WIN NT os, i had simple application
like

#include <string>
using namespace std
int main()
{
    wstring sname = L"Sachin";
    return 0;
}

i am having gcc 3.2.3 that comes with cygwin when i tried to compile it gave
the errors
wstring not defined i.e. undefined references to wchar_t and many more.

i had found on the google i concluded that gcc 3.2.3 has no support for
wstring. is it ?

Plz help

Regards
Sachin Z

--
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/

