From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30315 invoked by alias); 3 Oct 2002 17:22:30 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 30308 invoked from network); 3 Oct 2002 17:22:29 -0000 Received: from unknown (HELO mail.centropolisfx.com) (64.70.30.98) by sources.redhat.com with SMTP; 3 Oct 2002 17:22:29 -0000 Received: from centropolisfx.com (jupiter.centropolisfx.com [172.20.2.83]) by mail.centropolisfx.com (8.11.3/8.11.3) with ESMTP id g93HKtv540484; Thu, 3 Oct 2002 10:20:55 -0700 (PDT) Message-ID: <3D9C7C71.64FEAF72@centropolisfx.com> Date: Thu, 03 Oct 2002 10:22:00 -0000 From: Gokhan Kisacikoglu Reply-To: kisa@centropolisfx.com Organization: Centropolis Effects, LLC X-Accept-Language: en MIME-Version: 1.0 To: andy CC: gcc-help@gcc.gnu.org Subject: Re: wstring and gcc References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00032.txt.bz2 andy wrote: > > I got it to work.Basicaly, I just needed to enable wchar support in > libstdc++. Does this mean you can either use the wide or normal characters, or simply it is an configuration issue to support them both? Gokhan