I want to obtain the eigen values of a 3*3 matrix using the module Math-GSL-0.20.tar.gz as downloaded from CPAN. Though i work in Macintosh PC, my programs are using UNIX OS. According to the instructions in README, i tried to install this module but failed with the following error:
CODE
Can't locate Module/Build.pm in @INC (@INC contains: /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl .) at Build.PL line 24.
Next, i tried to install CPAN modules using the following code:
CODE
perl -MCPAN -e "shell"
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support available (try 'install Bundle::CPAN')
cpan> install Bundle::CPAN
CPAN: Storable loaded ok
Going to read /Users/madhurima/.cpan/Metadata
but again failed with the following error:
CODE
Recursive dependency detected:
Bundle::CPAN
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.17.tar.gz
=> File::Spec
=> S/SM/SMUELLER/PathTools-3.30.tar.gz
=> Scalar::Util
=> G/GB/GBARR/Scalar-List-Utils-1.21.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.92.tar.gz
=> Test::Harness.
Cannot continue.
Can anybody please help me what getting wrong??