On Aug 29, 2009, at 10:50 AM, P Kishor wrote: > By the way, I did follow the instructions on PLplot website to build > it on my computer, but, as I noted in an earlier email, when building > PLplot, it seems to look for the existense of PDL::Graphics::PLplot > which is really confusing. I thought it would be the other way > around... the P::G::P would depend on PLplot, not the other way > around.
I believe that message from PLplot is just trying to tell you that it will not install its PDL examples, the library itself has no dependence on PDL. If you go ahead and install PLplot, and then install P::G::P you should be able to use PLplot with PDL. Then if you re-install PLplot it shouldn't give you that message and it will also install the examples in your install tree. You can also just run the examples from your build tree and skip the second install. -Hazen _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
