From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21984 invoked by alias); 18 Feb 2003 19:19:23 -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 21972 invoked from network); 18 Feb 2003 19:19:22 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by 172.16.49.205 with SMTP; 18 Feb 2003 19:19:22 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7F020D34B6; Tue, 18 Feb 2003 11:19:21 -0800 (PST) Date: Tue, 18 Feb 2003 19:19:00 -0000 From: Joel Brobecker To: Jeroen Ruigrok/asmodai Cc: gdb@sources.redhat.com Subject: Re: build broken when no msgfmt available? Message-ID: <20030218191921.GE2105@gnat.com> References: <20030218174757.GX25165@nexus.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030218174757.GX25165@nexus.ninth-circle.org> User-Agent: Mutt/1.4i X-SW-Source: 2003-02/txt/msg00311.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? -- Joel