- #1
patric44
- 308
- 40
- TL;DR Summary
- I need to install the ARPACK library for windows
hi all
I am trying to install the ARPACK library for windows (another program needs the library for calculations) , I download a arpack96.tar.gz file that i found online , downloaded "make" and the mingw-gfortran and all that, modified the ARmake and the Makefile, but when i try the command "make lib" it shows the following error :
make (e=2): The system cannot find the file specified.
Makefile:57: recipe for target 'arpacklib' failed
make: *** [arpacklib] Error 2
has any one encountered the same error when trying to install ARPACK on windows, also do I need LAPACK and BLAS, because in the ARPACK folder it already has both files in its directory.
I will appreciate any help, thanks in advance.
also cant i just download an already "maked lib" library instead of going through all that hassle!
I am trying to install the ARPACK library for windows (another program needs the library for calculations) , I download a arpack96.tar.gz file that i found online , downloaded "make" and the mingw-gfortran and all that, modified the ARmake and the Makefile, but when i try the command "make lib" it shows the following error :
make (e=2): The system cannot find the file specified.
Makefile:57: recipe for target 'arpacklib' failed
make: *** [arpacklib] Error 2
has any one encountered the same error when trying to install ARPACK on windows, also do I need LAPACK and BLAS, because in the ARPACK folder it already has both files in its directory.
I will appreciate any help, thanks in advance.
also cant i just download an already "maked lib" library instead of going through all that hassle!