Ganesh Krishnan wrote:
> It exits with the following error message:
> Can't locate Inline.pm in @INC 
That is a problem.  There was probably a prerequisite warning about that 
at the beginning when you ran PDL's 'perl Makefile.PL'.  PDL absolutely 
depends on the Inline module.  I advise starting a CPAN shell (either 
'cpan' or if that doesn't work, 'perl -MCPAN -e shell' and doing a 
'install Bundle::CPAN'.  You might have to go through configuration 
first.  That will install lots of good things, including Inline (and 
Inline::C).  Then go back to PDL source and do the Makefile.PL bit 
again.  Check for any prerequisite warnings.  Then make, make test, etc...

Derek

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

Reply via email to