Craig> tkined compiles fine under these conditions, but the executable
Craig> stops with the following error message when run:
Craig> thor$ ./tkined
Craig> invalid command name "tk_bindForTraversal"
Craig> Could someone suggest a fix for this problem?
This must be a problem of your tk installation. tk_bindForTraversal is
defined in menu.tcl which is defined in menu.tcl and gets loaded when
the tk initializes itself. Can you type tk_bindForTraversal to your
wish? If yes, is tkined linked with the same libtcl and libtk as wish?
Juergen