Kare Edvardsen writes:
> ...
>
> The PGPLOT library is not included - ok - so I downloaded the pgplot
> source and installed it to get hold of the library.

Good, did you install both the pgplot-5.2 library *and* the PGPLOT.pm
perl module?

> Then 'make' creates a makefile for PGPLOT without complaining about a
> missing library - good!
>
> 'make test' just skips the PGPLOT test without any additional message -
> strange...

The PDL::Graphics::PGPLOT module will be built whether or not you
have the pgplot graphics library and the PGPLOT perl Module installed.
The skipped test suggests you are missing one of the *two* prereqs.

> Well, I try the 'demo pgplot' anyway. Looooooooooooots of errors about
> 'Cant locate PGPLOT.pm in @INC (@INC contains...)
>
> Why on earth does PDL want to look elsewhere for one
> of its own modules from where PDL installs the module
> itself??????????????????????????????????

The PDL::Graphics::PGPLOT module is probably ok.  It is the PGPLOT
module (try search.cpan.org) that appears not to be installed.
Note, the PGPLOT module requires the pgplot graphics library be
installed.

The file DEPENDENCIES in the distribution lists what is required.

Regards,
Chris
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to