Hello,
I've downloaded tcltkgrass.tar.Z and tried
to compile it. In the Makefile there are
directories like /mnt/develop/tcltk/tk3.6
and /mnt/develop/tcltk/tcl7.3.Since I'm not familiar with tcltk (in fact
what does it stand for ?) it can only guess
but it appears to me that I'm missing some
kind of tcltk library.Can anyone tell me where to find it ?
Wim
tcl/tk is available by ftp from ftp.cs.berkeley.edu, directory /pub/tcl.
tcl (tickle) is a shell like e.g. csh, with additional features
tk is an extension toolkit for tcl which allows to build graphical user
interfaces. Good stuff. The README file contains pointers to publications.
The library needed to compile tcltkgrass is created while compiling tcltk.
-Raymond