kinsigne has asked for the wisdom of the Perl Monks concerning the following question:
I've been trying to get this module to work and I'm at my wits end. I'm pretty new to perl so excuse me for any ignorance.
I'm using perl version 5.14.2 and I downloaded Active Perl 5.16.13 and used the PPM to download the PDL module (version 2.006). When I try to use it in my script (use PDL) I get this:
DynaLoader object version 1.13 does not match $DynaLoader::XS_VERSION +1.14 at C:/Perl64/lib/DynaLoader.pm line 87. Compilation failed in require at Basic/Core/Core.pm.PL (i.e. PDL::Core +.pm) line 315. BEGIN failed--compilation aborted at Basic/Core/Core.pm.PL (i.e. PDL:: +Core.pm) line 315. Compilation failed in require at (eval 1) line 6. BEGIN failed--compilation aborted at (eval 1) line 6. BEGIN failed--compilation aborted at ./randomDNA.pl line 15.
I downloaded MinGW64 4.5.4 as my C compiler. Any suggestions would be great. Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't get PDL module working
by Anonymous Monk on Oct 26, 2013 at 23:46 UTC | |
by kinsigne (Initiate) on Oct 27, 2013 at 00:17 UTC | |
by kinsigne (Initiate) on Oct 27, 2013 at 00:30 UTC |