From: Piyush L. <pi...@da...> - 2003-02-07 11:05:32
|
Hi all, I have built Plplot5.2.0 on Solaris(8) platform. I have used following = configuration to build the shared library on the Solaris ./configure --disable-dyndrivers --disable-tek4010f --disable-conex = --disable-vlt --disable-versaterm --disable-mskermit --disable-tek4107 = --disable-tek4010 --disable-xterm --disable-pstex --disable-psc = --disable-pbm --disable-ntk --disable-ljiip --disable-ljii = --disable-linuxvga --disable-imp --enable-jpeg --disable-lj_hpgl = --disable-hp7580 --disable-hp7470 --disable-gnome --disable-png = --disable-cgm --disable-dg300 --disable-xfig --disable-ljii = --disable-gtktest --disable-pyton --disable-f77 --enable-itcl = --enable-java --enable-tcl --enable-tk --disable-cxx --disable-octave I am getting following behaviour... -> When I try to load "plplotter520.so" using statement "load = plplotter520.so Plplotter" from the directory where Plplotter is = installed, say /usr/ActiveTcl/lib/plplotter then it returns 0 and works = fine for single instance of plotter. -> When i try to load "plplotter520.so" from any other directory but = it's parent directory using statement=20 "load plplotter520.so Plplotter" then it flags error that = usr/ActiveTcl/lib/plplot5.2.0/plplotter520.so": ld.so.1: wish8.4: fatal: = plplotter520.so open failed: No such file or directory=20 And when I use "load usr/ActiveTcl/lib/plplot5.2.0/plplotter520.so = Plplotter" then it does not give the above mentioned error but neither = does it return "0" and after that it does not work properly. It even = does not recognize "Plplotwin" and flags it as an "invalid command". Please tell me that what could have gone wrong. Regards , Piyush L. |