From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2063 invoked by alias); 25 Jan 2005 20:51:43 -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 1950 invoked from network); 25 Jan 2005 20:51:39 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 25 Jan 2005 20:51:39 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j0PKpZYE022023; Tue, 25 Jan 2005 21:51:35 +0100 (CET) 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 j0PKpZkJ001367; Tue, 25 Jan 2005 21:51:35 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id j0PKpXOm001364; Tue, 25 Jan 2005 21:51:33 +0100 (CET) Date: Tue, 25 Jan 2005 20:51:00 -0000 Message-Id: <200501252051.j0PKpXOm001364@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: schwab@suse.de, eliz@gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <41F56763.7070701@gnu.org> (message from Andrew Cagney on Mon, 24 Jan 2005 16:23:47 -0500) Subject: Re: Bring back the intl subdirectory please References: <200501221604.j0MG4hV2001437@elgar.sibelius.xs4all.nl> <01c500b3$Blat.v2.4$1348a0c0@zahav.net.il> <200501231409.j0NE9Uii069769@elgar.sibelius.xs4all.nl> <41F551BF.10603@gnu.org> <200501242028.j0OKSqTQ001507@elgar.sibelius.xs4all.nl> <41F56763.7070701@gnu.org> X-SW-Source: 2005-01/txt/msg00122.txt.bz2 Date: Mon, 24 Jan 2005 16:23:47 -0500 From: Andrew Cagney Mark Kettenis wrote: > Date: Mon, 24 Jan 2005 14:51:27 -0500 > From: Andrew Cagney > > Mark, > > You are aware of this patch, right? > http://sources.redhat.com/ml/gdb-patches/2005-01/msg00232.html > > I might not be reading that patch right, but AFAICT that still assumes > that GNU gettext is available (either in libc or as a seperately > installed package). As I noted in my original post, I'm not in a position to test it so some help would be appreciated. Can you do that? It seems to help on sparc-sun-solaris2.7, but that system has a libintl of its own. On sparc-unknown-freebsd5.3 however, I get: make all-recursive Making all in doc Making all in po make: don't know how to make frNONE. Stop *** Error code 1 Stop in /usr/home/kettenis/src/obj/bfd. *** Error code 1 Stop in /usr/home/kettenis/src/obj/bfd. *** Error code 1 Stop in /usr/home/kettenis/src/obj. and I'm sure that's not the only problem. There seems to be some support for importing the intl/ subdirectory from GCC, and I'll try to get that done. However I really think we should restore the old intl/ ASAP and release a fixed GDB 6.3.1 if possible. Mark