for Makefile.pl:
use PDL::Core::Dev;use ExtUtils::MakeMaker;
PDL::Core::Dev->import();
$package = ["Normalize.pd",Normalize,PDL::Custom];
%hash = pdlpp_stdargs($package);
WriteMakefile( %hash );
sub MY::postamble {pdlpp_postamble($package)};
When I use nmake, it gives the error
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!ERROR:
Cannot copy 'Normalize.pm' to 'blib\lib\PDL/Normalize.pm': No such file o
r directory
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.
Where is the problem??
cheers,
addy.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl