I have built tclsh in debug and turned on trace variables in the debugger. I started the debugger by entering:
xldb tclsh
Output as follows:
1: -1 (0) push1 0 # "info"
1: 0 (2) push1 1 # "proc"
1: 1 (4) push1 2 # "tclInit"
1: 2 (6)...
I have installed tcl/tk on an 4.3.3.0 AIX box from source. I have followed the steps below:
Downloaded the compressed source tar files
Decompressed and unpacked the files
Run configure script for tcl without options
Run make and make install without error for tcl
Run make test for tcl with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.