Hi,
I was trying to install a Tinker program, which by default requires ifortran compiler. Unfortunately I did not manage to install it to the very end. I received that message:
/opt/intel/bin/ifort -O3 -no-ipo -no-prec-div -openmp -static-intel -mmacosx-version-min=10.4 -o alchemy.x alchemy.o libtinker.a -L/Users/ponder/tinker/fftw/lib -lfftw3_omp -lfftw3; strip alchemy.x
ifort: command line warning #10159: invalid argument for option '-m'
ld: cannot find -lfftw3_omp
ld: cannot find -lfftw3
strip: 'alchemy.x': No such file
I have no experience in that field. What am I supposed to do in this case? Is that Tinker's or compiler's fault?
Thank you in advance.