I'm facing an error during installation of VASP 5.3 in my desktop.
I have installed BLAS/Lapack successfully and VASP 5.lib is also done, but when I try to run the Makefile in VASP 5.3, it is showing an error.
I'm using Gfortran compiler, so I'm attaching Makefile with this mail.
error >>
fpp -f_com=no -free -w0 base.F base.f90 -DHOST=\"gfortran\" -DCACHE_SIZE=4096 -DMINLOOP=1 -DNGXhalf
make: fpp: Command not found
make: *** [base.o] Error 127
I cannot figure it out, so could you throw me some suggestions?