From: Maurice L. <mj...@ga...> - 2002-08-06 00:50:53
|
Alan W. Irwin writes: > Use > > load drivers/tkwin[d]_drv.so Plplotter_Init > > instead since everything immediately related to tkwin has been moved to that > shared object. Thanks, that worked, except it should read: load drivers/tkwin[d]_drv.so Plplotter > All other instructions in examples/tk/README.tkdemos should be right for > plplot/tmp. You shouldn't have to even set LD_LIBRARY_PATH. > > For the installed version I have had some troubles so that is why I have > been bugging Vince about autopath, package require Plplotter, etc. If > runAllDemos.tcl works in plplot/tmp, then it has gotta work eventually for > the installed version with judicious use of package require Plplotter > and the appropriate configuration, but we are certainly not there yet. Unfortunately there are still problems, i.e. from the tmp directory: $ wish % source pldefaults.tcl % load drivers/tkwin_drv.so Plplotter % package provide Plplotter 5.1.0 % source runAllDemos.tcl % couldn't read file "/home/mjl/gts/lib/plplot5.1.0/tcl/x01.tcl": no such file or directory (note that $prefix=/home/mjl/gts in this case) so clearly the demo is looking in the wrong place for the example programs. Not even the right place under $prefix (should be $prefix/lib/plplot5.1.0/examples/tcl). But at least this is enough to get started with it. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |