final run-time trick was to define two environment variables...
TK_LIBRARY=/opt/tk/lib/tk8.4, and TCL_LIBRARY=/opt/tcl/lib/tcl8.4
Now "make test", "./python Lib/test/test_tcl.py", and all my python 1.6
scripts seem to work.
I don't know if this is the best solution, but it
I'm trying to compile python 2.4.1, on HPUX10.20, with support for tk and
tcl 8.4 (installed in /opt/tk and /opt/tcl). I assume this means I need to
compile the tkinter module too..
I was getting make errors, saying it couldn't find tcl/tk libs or headers...
so I changed the setup.py script, hard