Re: Snit package in TCL/TK libraries

2007-10-09 Thread Jason Pearce
This is resolved. Thanks David for correcting my misaprehension that Tcllib was the standard TCL library. Once I got past that things fell into place... Tcklib is architecture independant tcl code. Its available here http://sourceforge.net/project/showfiles.php?group_id=12883&package_id=2458

Re: Snit package in TCL/TK libraries

2007-10-09 Thread Jason Pearce
On 10/9/07, Jason Pearce wrote: > > I am trying to install Perl's Tcl-Tk-0.97 package off CPAN > (http://search.cpan.org/~vkon/Tcl-Tk-0.97/ ). > The Makefile.PL does a test for something called snit in the TCL libraires. > => it runs tclsh with a smal

Re: Snit package in TCL/TK libraries

2007-10-09 Thread David Barr
On 10/9/07, Jason Pearce wrote: > > I am trying to install Perl's Tcl-Tk-0.97 package off CPAN > (http://search.cpan.org/~vkon/Tcl-Tk-0.97/). > The Makefile.PL does a test for something called snit in the TCL libraires. > => it runs tclsh with a small script which does "package require snit". > Thi