From: Pankaj L. <pa...@da...> - 2003-02-19 12:42:42
|
Hi All, I have, 0. built Plplot5.2.0 on Solaris with tcl/tk driver. 1. copied all the shared objects and "pkgIndex.tcl" to /usr/ActiveTcl/lib/plplot5.2.0/ folder. 2. Active tcl 8.4 installed at /usr/ActiveTcl. 3. copied the "drivers" folder at /usr/ActiveTcl/lib/plplot5.2.0/drivers/ folder. 4. Taken out comments from "pkgIndex.tcl" to see what all drivers are searched and corrected the file for "ver" variable bug as reported by me Y'day. I gave the following instructions at wish prompt. % package require Itcl 3.2 % package require Itk 3.2 % package require Pltk looking for driver file: /usr/ActiveTcl/lib/plplot5.2.0/drivers/tkd_drv.so looking for driver file: /usr/ActiveTcl/lib/plplot5.2.0/drivers/tk_drv.so 5.2.0 % plfram .f Unable to load driver: xwin_drv. *** PLPLOT ERROR *** Unable to load driver Program aborted Does anybody has a clue what is going wrong here? Thanks for any help. -Pankaj. |