Note:
The MX_TCL_SHLIB variable sets the TCL path and library file name (without the extension) when a non-default TCL version is used. It defaults to the 8.5.7 directory structure, so you would need
to add this setting to use version 8.0 files. For example:
Dassault Systèmes validates only the bundled TCL version. Configuration of other versions is allowed, but support is provided only for the bundled version. When setting MX_TCL_SHLIB, you must also reset the TCL_LIBRARY and TK_LIBRARY settings to reflect the path to the new library versions, including the initialization files.
If implementations rely on TCL_LIBRARY or TK_LIBRARY settings to find files under that directory, you need to move those files to the Tcl 8.5.7 directory structure. For example, the Solutions Library depends on these entries being set in the environment to find files under a sub-directory called mxTclDev. See also Tcl Support. |