From: Alan W. I. <ir...@be...> - 2002-08-06 00:03:09
|
Use load drivers/tkwin[d]_drv.so Plplotter_Init instead since everything immediately related to tkwin has been moved to that shared object. 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. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Mon, 5 Aug 2002, Maurice LeBrun wrote: > Can someone tell me how to run the tkwin driver under Linux? > I did the following: > > $ ./configure --enable-dyndrivers --enable-tkwin > $ make > $ cd tmp > $ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH > $ wish > % source pldefaults.tcl > % load libplplottcltk.so Plplotter > couldn't find procedure Plplotter_Init > % > > $ ll libplplottcltk.* > -rw-r--r-- 1 mjl users 920156 Aug 5 18:24 libplplottcltk.a > lrwxrwxrwx 1 mjl users 19 Aug 5 18:24 libplplottcltk.so -> libplplottcltk.so.5* > lrwxrwxrwx 1 mjl users 23 Aug 5 18:24 libplplottcltk.so.5 -> libplplottcltk.so.5.1.0* > -rwxr-xr-x 1 mjl users 372429 Aug 5 18:24 libplplottcltk.so.5.1.0* > > $ ll drivers/tkw* > -rwxr-xr-x 1 mjl users 207773 Aug 5 18:25 drivers/tkwin_drv.so* > > So it seems like it should be working according to what I've read here. > > -- > Maurice LeBrun mj...@ga... > Research Organization for Information Science and Technology of Japan (RIST) > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |