diff options
author | Tom Tromey <tromey@redhat.com> | 1996-01-24 06:27:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-01-24 06:27:59 +0000 |
commit | 4e327047ce195fe703b5ee64badca4631883cbe0 (patch) | |
tree | 6fbc7ddd69145ab5acaa9497e766d5d47f0fee1e /gdb/README.GDBTK | |
parent | 5a8d8b8db7f824edb04c5ca2692dd644bc943da8 (diff) | |
download | gdb-4e327047ce195fe703b5ee64badca4631883cbe0.zip gdb-4e327047ce195fe703b5ee64badca4631883cbe0.tar.gz gdb-4e327047ce195fe703b5ee64badca4631883cbe0.tar.bz2 |
Updated for Tcl 7.5a2 and Tk 4.1a2
Diffstat (limited to 'gdb/README.GDBTK')
-rw-r--r-- | gdb/README.GDBTK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/README.GDBTK b/gdb/README.GDBTK index 4756b0e..d2aecdd 100644 --- a/gdb/README.GDBTK +++ b/gdb/README.GDBTK @@ -23,8 +23,7 @@ Building and installing Building GDBtk is very straightforward. The main difference is that you will need to use the `--enable-gdbtk' option when you run configure in the top level -directory. You will also need to install Tcl version 7.3 (or 7.4), and Tk 3.6. -[We haven't ported to Tk 4.0 yet.] +directory. You will also need to install Tcl version 7.5a2, and Tk 4.1a2. You will also need to have X11 (R4/R5/R6) installed (this is a prerequisite to installing Tk). @@ -307,6 +306,7 @@ generic problems window. I.E. "argc" works, as does "*(argv+argc)" but not "argv[argc]". Solution: None + [ I believe this problem is fixed, but I have not tested it ] o The Breakpoint window does not get automatically updated and changes made in the window are not reflected back in the results from "info br". |