From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22953 invoked by alias); 12 Nov 2004 18:47:09 -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 22835 invoked from network); 12 Nov 2004 18:46:50 -0000 Received: from unknown (HELO eagle5.netburner.com) (209.126.159.74) by sourceware.org with SMTP; 12 Nov 2004 18:46:50 -0000 Received: from warppicard.netburner.com (ip-66-80-176-18.lax.megapath.net [66.80.176.18]) by eagle5.netburner.com (8.11.6/8.11.6) with ESMTP id iACIZ5K06096 for ; Fri, 12 Nov 2004 10:35:05 -0800 Message-Id: <6.0.0.22.2.20041112095331.04d526d0@mail.netburner.com> X-Sender: pbreed@mail.netburner.com Date: Fri, 12 Nov 2004 18:47:00 -0000 To: gdb@sources.redhat.com From: Paul Breed Subject: Error Building GDB6.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2004-11/txt/msg00121.txt.bz2 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....