X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FREADME.GDBTK;h=d2aecdd1d0f98a26a805ec9134db8216e6cba177;hb=e1703d1f535a7320b1043c8330f17728087e4afd;hp=4756b0ecde847cb46b64b39d261def046236eb23;hpb=3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/README.GDBTK b/gdb/README.GDBTK index 4756b0ecde..d2aecdd1d0 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".