From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3754 invoked by alias); 13 Oct 2004 15:35:18 -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 3724 invoked from network); 13 Oct 2004 15:35:15 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 13 Oct 2004 15:35:15 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Wed, 13 Oct 2004 17:35:23 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i9DFZ8Cu020585; Wed, 13 Oct 2004 17:35:08 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i9DFZ8Sb020582; Wed, 13 Oct 2004 17:35:08 +0200 (CEST) Date: Thu, 14 Oct 2004 04:48:00 -0000 Message-Id: <200410131535.i9DFZ8Sb020582@juw15.nfra.nl> From: Mark Kettenis To: eliz@gnu.org CC: cagney@gnu.org, gdb@sources.redhat.com In-reply-to: <01c4b0e0$Blat.v2.2.2$c0d0f8a0@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> X-SW-Source: 2004-10/txt/msg00309.txt.bz2 Date: Wed, 13 Oct 2004 06:53:40 +0200 From: "Eli Zaretskii" > Date: Tue, 12 Oct 2004 15:47:58 -0400 > From: Andrew Cagney > Cc: gdb@sources.redhat.com > > On GNU systems, intl is already available and installed and GDB's > configuration is set up to use it (similar for my "Free" NetBSD system). I understand (from the URLs of past threads) that GDB will not come with intl stuff, and so users of systems where there's no intl are on their own. I don't really understand why other GNU projects can come with intl and be built with it while GDB cannot, but if people here are okay with leaving this unfixed, so be it. Many of the other GNU projects are broken on systems that don't come with intl because the intl that comes bundled with the project doesn't build. Mark