License: BSD License
browse code,
statistics cvs -d:pserver:anonymous@tclx.cvs.sourceforge.net:/cvsroot/tclx login
cvs -z3 -d:pserver:anonymous@tclx.cvs.sourceforge.net:/cvsroot/tclx co -P modulename
hobbs added stwo to the Extended Tcl (TclX) project.
2012-05-16 14:45:25 PDT by hobbs
location: prefix/lib/tclx8.4/ instead of prefix/lib, if using custom install location, causes ldd to be unable to find the library wihout adding the lib/tclx8.4/ subdir to proper environment vars or making a symlink . I make a symlink to the file in lib, and this has solved it for now, but its a strange thing to do, since it doesn't mirror the behavior of tcl or tk (they put the *.a and *.so...
2012-04-16 15:16:43 PDT by https://www.google.com/accounts
Several tools (example: http://modules.sourceforge.net/) that depend on tcl & tclx appear to assume that its build process still behaves as tcl and tk do, however when I build/install the tool it does NOT produce a tclxConfig.sh file in the lib directory, which gums up the works for the ./configure script for that tool. I ended up having to find an older version of the file and re-tool it to...
2012-04-16 15:00:04 PDT by https://www.google.com/accounts