From: Vince D. <vi...@sa...> - 2002-07-11 18:07:31
|
On Thu, 11 Jul 2002, Alan W. Irwin wrote: > Later, we install many of our files including the tk/tcl ones into the > $prefix/lib/plplot5.1.0 tree. In my case prefix is /usr/local/plplot so > that is not compatible with the above result. But that is a separate issue > which we will have to sort out eventually. That shouldn't matter, really, I think. As long as % set auto_path in wish contains the directory above where you have plplot installed. i.e. as long as the file 'pkgIndex.tcl' (from tk-x-plat) matches this pattern: $dir/*/pkgIndex.tcl for some $dir in auto_path. As long as this is true, then 'package require Plplotter' will automatically find the pkgIndex.tcl and you'll be set. Vince. |