Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: binutils@sources.redhat.com,
	"gdb-patches@sources.redhat.com" <gdb-patches@sources.redhat.com>
Subject: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
Date: Wed, 18 Jun 2003 21:24:00 -0000	[thread overview]
Message-ID: <1055971488.2789.133.camel@lindt.uglyboxes.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

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.

Keith

ChangeLog
2003-06-18  Keith Seitz  <kseitz@sources.redhat.com>

        * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
        * Makefile.in: Regenerate.



[-- Attachment #2: itcl.patch --]
[-- Type: text/x-patch, Size: 903 bytes --]

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

             reply	other threads:[~2003-06-18 21:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-18 21:24 Keith Seitz [this message]
2003-06-18 21:31 ` Daniel Jacobowitz
2003-06-18 21:35   ` Keith Seitz
2003-06-18 22:02     ` DJ Delorie
2003-06-18 21:58   ` DJ Delorie
2003-06-23 21:40 ` Keith Seitz
2003-06-25  4:05 ` [6.0 PATCH] " Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1055971488.2789.133.camel@lindt.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox