From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22264 invoked by alias); 13 Mar 2009 23:38:29 -0000 Received: (qmail 22255 invoked by uid 22791); 13 Mar 2009 23:38:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Mar 2009 23:38:08 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n2DNb2iQ012641; Sat, 14 Mar 2009 00:37:02 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n2DNb26P011841; Sat, 14 Mar 2009 00:37:02 +0100 (CET) Date: Sat, 14 Mar 2009 00:10:00 -0000 Message-Id: <200903132337.n2DNb26P011841@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: tromey@redhat.com, bauerman@br.ibm.com, andreolb@gmail.com, gdb-patches@sourceware.org In-reply-to: <20090313232515.GD30693@adacore.com> (message from Joel Brobecker on Fri, 13 Mar 2009 16:25:15 -0700) Subject: Re: [PATCH] PR exp/9103 References: <20090311153711.GA5197@caradoc.them.org> <1236803010.11106.50.camel@localhost.localdomain> <20090313232515.GD30693@adacore.com> 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: 2009-03/txt/msg00223.txt.bz2 > Date: Fri, 13 Mar 2009 16:25:15 -0700 > From: Joel Brobecker > > > * What to do about hosts without an iconv implementation. There are > > three choices: > > > > 1. Require libiconv on such hosts > > 2. Like #1, but provide a simple way to drop libiconv into the src > > tree. > > 3. Write a phony iconv-alike that only handles host charset == > > target charset, probably also providing "gdb_wchar_t" and various > > other macros and whatnot to make it all work. > > I am not completely opposed to (1). But I am; OpenBSD doesn't have iconv. Solution (3) is totally acceptable though, and (2) should be fine too.