Tcl Language Binding for OpenAccess
From oacwiki
(Redirected from OasTcl)
1 Refer to amd-init/tcl8.4/README
For instructions on how to use the Tcl binding, see file amd-init/tcl8.4/README in the oaScript release.
2 Enhancement Requests
The README file needs the following enhancements:
- Mention that this is oasTcl, which is different from oaTcl. Add a reference to oaTcl documentation.
- TCLLIBPATH must contain a valid Tcl list giving directories to search during auto-load operations. Specifically, it is white space delimited, not colon delimited:
export TCLLIBPATH="${OASCRIPT_HOME}/tcl8.4/oa/x86_64 ${TCLLIBPATH}"

