Re: modules and cygwin?
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: R.K. O. Ph.D. <rk...@ow...> - 2001-12-09 20:58:12
|
Hello Harlan: If you look in the PROBLEMS file it has an entry that may be helpful: If you define a module for Tcl and incorrectly define TCL_LIBRARY then "module whatis" will likely fail with an error message of this form: tcltk(51):ERROR:159: Cannot initialize TCL when it tries to initialize an interpretor for the next entry. This will happen if your Tcl was built such that it requires this environment variable to find the initializing Tcl scripts. It may also fail if the Tcl version is incompatible. There for set this env.var. in one of the system rc scripts and try that out. Good Luck, R.K. On Fri, 7 Dec 2001, Harlan Stenn wrote: > I'm trying to get modules (CVS, 3.1.6) working on a recent vintage of > cygwin. > > I used the cygwin-supplied tcl/tk, and copied libtcl80.a to libtcl.a for the > final link (that's compile link). > > I have the symlink for Modules/default pointing at Modules/3.1.6 . > > I am using tcsh; I source in the modules-aware .cshrc. I source in the > modules-aware .login and I get: > > init.c(420):ERROR:159: Cannot initialize TCL > > Any ideas? > > H > |