Hi,

When I run this program:

#!/usr/bin/perl
use strict;
use warnings;
use PDL;
use PDL::Gaussian;
my $x = new PDL::Gaussian([],[]);

using ActivePerl 5.8.8.820 and PDL 2.4.3 I get the following error:

Can't locate PDL/Slatec.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib .) at C:/Perl/site/lib/PDL/Gaussian.pm line 114, <DATA> line
206.
BEGIN failed--compilation aborted at C:/Perl/site/lib/PDL/Gaussian.pm line
114, <DATA> line 206.
Compilation failed in require at gaussian.pl line 5, <DATA> line 206.
BEGIN failed--compilation aborted at gaussian.pl line 5, <DATA> line 206.

I'm able to run other PDL code just fine. I'm not sure if this is a bug in
PDL or some kind of configuration problem on my computer. Are others able to
run the above code?

Thanks,
Steve


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

Reply via email to