Liang Sian Yin - 2008-08-29

Hi,

I am a plplot newbie. Recently I had compile plplot 5.8.0 on my window xp system follow the instruction from "INSTALL" note that come together with the plplot-5.8.0 source code which I downloaded from sourceforge.net. After finish compile, I copied all the .dll file and the pkgIndex.tcl to a folder and put that folder to the Tcl/lib directory. When I test the new plplot package with "package require Pltcl", it prompt me with below message:

couldn't load library "C:/Tcl/lib/plplot/plplot510.dll": this library or a
dependent library could not be found in library path

After I get this message, I also try to change the pkgIndex.tcl to following:

  "package ifneeded Pltcl 5.8.0  [list load [file join $dir plplotd.dlll ] ]"

But I still get the similar message like below:

couldn't load library "C:/Tcl/lib/plplot/plplotd.dll": this library or a
dependent library could not be found in library path

It is anything I done wrong during the compilation or doing the tcl packaging?

Thanks
syliang