From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19472 invoked by alias); 18 Feb 2003 20:08:13 -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 19464 invoked from network); 18 Feb 2003 20:08:12 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 18 Feb 2003 20:08:12 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5AB572D37; Tue, 18 Feb 2003 15:13:01 -0500 (EST) Message-ID: <3E5293CD.3040106@redhat.com> Date: Tue, 18 Feb 2003 20:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: Jeroen Ruigrok/asmodai , gdb@sources.redhat.com Subject: Re: build broken when no msgfmt available? References: <20030218174757.GX25165@nexus.ninth-circle.org> <20030218191921.GE2105@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00314.txt.bz2 >> Making all in po >> file=./`echo fr | sed 's,.*/,,'`.gmo && rm -f $file && PATH=../src:$PATH msgfmt -o $file fr.po >> sh: msgfmt: not found >> *** Exit 1 >> Stop. > > > Can you try reconfiguring with "--disable-nls"? > > To the GDB developppers, > > Maybe we should add a check, and automatically disable nls if msgfmt is > not avail? Definitly makes sense. Andrew