From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 18 Jun 2003 21:31:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8127 invoked from network); 18 Jun 2003 21:27:23 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 18 Jun 2003 21:27:23 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19SkTT-0008Oi-00; Wed, 18 Jun 2003 16:28:11 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19SkSS-0001Sj-00; Wed, 18 Jun 2003 17:27:08 -0400 Date: Wed, 18 Jun 2003 21:31:00 -0000 From: Daniel Jacobowitz To: Keith Seitz Cc: binutils@sources.redhat.com, "gdb-patches@sources.redhat.com" , gcc-patches@gcc.gnu.org Subject: Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb Message-ID: <20030618212707.GA5602@nevyn.them.org> Mail-Followup-To: Keith Seitz , binutils@sources.redhat.com, "gdb-patches@sources.redhat.com" , gcc-patches@gcc.gnu.org References: <1055971488.2789.133.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1055971488.2789.133.camel@lindt.uglyboxes.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00600.txt.bz2 On Wed, Jun 18, 2003 at 02:24:48PM -0700, Keith Seitz wrote: > Hi, > > Turns out this build problem has been around for a while. I wasn't > seeing it because I kept an installed version of our tools around. Sure > enough, as soon as I removed the installed version, there was the > problem. > > Synopsis: do a "make configure-gdb" when you intend to build insight. > You won't get itcl configured, and consequently, insight won't build. This is OK. It should be committed in gcc/ at the same time; if you don't have write access I guess DJ's sync scripts will pick it up? > > Keith > > ChangeLog > 2003-06-18 Keith Seitz > > * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. > * Makefile.in: Regenerate. > > > Index: Makefile.tpl > =================================================================== > RCS file: /cvs/src/src/Makefile.tpl,v > retrieving revision 1.71 > diff -u -p -r1.71 Makefile.tpl > --- Makefile.tpl 17 Jun 2003 21:59:09 -0000 1.71 > +++ Makefile.tpl 18 Jun 2003 21:11:24 -0000 > @@ -1353,7 +1353,7 @@ all-bootstrap: maybe-all-libiberty maybe > > # Host modules specific to gdb. > # GDB needs to know that the simulator is being built. > -configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim > +configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim > GDB_TK = @GDB_TK@ > all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) > install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer