P Kishor wrote: > Hi all, > > Still hoping I can make some headway with this. For now, I am stuck > with unable to install PDL with either ::Graphics::TriD or with > ::Graphics::PLplot. > > As shown below, PLplot itself is installed correctly, or at least that > is how it seems. Still hoping I can actually install and use this > software that looks so darn powerful and exciting but seems to require > magic to set it up. Can I do this without changing my religion?
Do the PLplot examples work? This is the recommended way to verify your PLplot install. Assuming that you did the default install, these should be located in /usr/local/share/plplotxxx/. In the examples folder there is a makefile that you'll have to run as root to compile the examples. An alternative way to check is, in the directory where you compiled PLplot, type "ccmake". This will give you a list of all the PLplot build options. Near the top there should be an option called something like BUILD_TEST. If you turn this on & rebuild PLplot it should also compile the examples in the build tree. My experience with PDL / PLplot on OS-X has been that I needed to edit Graphics/PLplot/Makefile.PL and/or the generated Makefile a little to get it to actually work. Could you send me the Makefile in PDL/Graphics/PLplot? -Hazen _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
