From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2700 invoked by alias); 19 Oct 2004 20:23:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2686 invoked from network); 19 Oct 2004 20:22:59 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 19 Oct 2004 20:22:59 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i9JKMjqH000055; Tue, 19 Oct 2004 22:22:45 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i9JKMjXL002850; Tue, 19 Oct 2004 22:22:45 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i9JKMjjp002847; Tue, 19 Oct 2004 22:22:45 +0200 (CEST) Date: Tue, 19 Oct 2004 22:55:00 -0000 Message-Id: <200410192022.i9JKMjjp002847@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: cagney@gnu.org, gdb@sources.redhat.com In-reply-to: <01c4b617$Blat.v2.2.2$89156400@zahav.net.il> (eliz@gnu.org) Subject: Re: Trimming the CVS "gdb" module References: <416420FF.2090201@gnu.org> <01c4ad13$Blat.v2.2.2$f1f70c60@zahav.net.il> <416C34EE.1000504@gnu.org> <01c4b0e0$Blat.v2.2.2$c0d0f8a0@zahav.net.il> <200410131535.i9DFZ8Sb020582@juw15.nfra.nl> <01c4b162$Blat.v2.2.2$6fa656a0@zahav.net.il> <4175221A.8040006@gnu.org> <01c4b617$Blat.v2.2.2$89156400@zahav.net.il> X-SW-Source: 2004-10/txt/msg00365.txt.bz2 Date: Tue, 19 Oct 2004 22:08:24 +0200 From: "Eli Zaretskii" The problem whereby it's impossible to have i18n support in GDB unless there's already gettext installed on the end-user system. Indeed, but how is this different from only having TUI support if there's already a curses library installed on the end-user system? Mark