From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2791 invoked by alias); 18 Aug 2010 16:36:30 -0000 Received: (qmail 2783 invoked by uid 22791); 18 Aug 2010 16:36:29 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Aug 2010 16:35:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 816532BABB1; Wed, 18 Aug 2010 12:35:51 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id w+iSggsE554Z; Wed, 18 Aug 2010 12:35:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 505442BAB82; Wed, 18 Aug 2010 12:35:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7E674F59AC; Wed, 18 Aug 2010 18:35:49 +0200 (CEST) Date: Wed, 18 Aug 2010 16:36:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: Your INTERMEDIATE_ENCODING patch for Solaris Message-ID: <20100818163549.GC2903@adacore.com> References: <20100731162500.32FAE5664F4@henry1.codesourcery.com> <20100817184407.GC3599@adacore.com> <20100818101406.GA2903@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00304.txt.bz2 > Did you build with libiconv? libiconv fixes all the problems -- the > issue only shows up if you do a plain Solaris build. I definitely tried building without libiconv. Looking at the difference in behavior, with GNU libiconv, I get some 350 possible charsets, whereas with the one I tested, I only have 2... ... Since Pierre managed to reproduce some of the problem and provide additional info, I'll let him do the helping. -- Joel