From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27600 invoked by alias); 12 Nov 2004 18:58:38 -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 27586 invoked from network); 12 Nov 2004 18:58:35 -0000 Received: from unknown (HELO NUTMEG.CAM.ARTIMI.COM) (217.40.111.177) by sourceware.org with SMTP; 12 Nov 2004 18:58:35 -0000 Received: from mace ([192.168.1.25]) by NUTMEG.CAM.ARTIMI.COM with Microsoft SMTPSVC(6.0.3790.211); Fri, 12 Nov 2004 18:57:28 +0000 From: "Dave Korn" To: "'Paul Breed'" , Subject: RE: Error Building GDB6.3 Date: Sat, 13 Nov 2004 14:54:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <6.0.0.22.2.20041112095331.04d526d0@mail.netburner.com> Message-ID: X-OriginalArrivalTime: 12 Nov 2004 18:57:28.0531 (UTC) FILETIME=[74C66230:01C4C8E9] X-SW-Source: 2004-11/txt/msg00123.txt.bz2 > -----Original Message----- > From: gdb-owner On Behalf Of Paul Breed > Sent: 12 November 2004 18:47 > I'm trying to build a stock GDB 6.3 cross debugger in a stock cygwin > environment. > > I get the following error..... > > make[1]: *** No rule to make target `../intl/libintl.a', > needed by `gdb.exe'. > top. > make[1]: Leaving directory `/build/gdb/gdb' > > There is no intl group in the un-tar-ed source set, any idea > as to what is wrong? > > I tried copying the intl branch from under GCC over to the > source tree, but no change.... Cygwin doesn't support it, whatever it is, so you need to pass "--disable-nls" on the configure command line. cheers, DaveK -- Can't think of a witty .sigline today....