From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24993 invoked by alias); 26 Jan 2005 15:56:02 -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 24912 invoked from network); 26 Jan 2005 15:55:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 26 Jan 2005 15:55:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0QFtwMQ001207; Wed, 26 Jan 2005 10:55:58 -0500 Received: from localhost.redhat.com (vpn50-107.rdu.redhat.com [172.16.50.107]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0QFtvO19715; Wed, 26 Jan 2005 10:55:57 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7B6387D79; Wed, 26 Jan 2005 10:55:24 -0500 (EST) Message-ID: <41F7BD6A.1000709@gnu.org> Date: Wed, 26 Jan 2005 15:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Mark Kettenis Cc: schwab@suse.de, eliz@gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com 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> <200501252051.j0PKpXOm001364@elgar.sibelius.xs4all.nl> In-Reply-To: <200501252051.j0PKpXOm001364@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00135.txt.bz2 > It seems to help on sparc-sun-solaris2.7, but that system has a > libintl of its own. Well, my attempt to build on solaris 2.7 worked even prior to applying my patch. Ditto for IRIX. > 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 Was that CVS, or a nightly snapshot? Remember, CVS requires that the developer install many tools including bison and flex. The snapshots should not. If this is occuring with a snapshot then we've a real bug. Andrew