Ifort compiling error

Hi everyone,

I am trying to compile a Fortran Code of “User-Subroutines” of finite element code. Maybe parts of the code are written in C++. I have installed the ifort compiler and also moved it to the /usr/bin. When I compile it i get the following error:

**fpp: No such file or directory

**I attach also the Makefile. I would be grateful if someone could give me some help.

Greetings, Jorgos.

ls971: dyn21.o dyn21b.o couple2other_user.o 
    ifort -o ls971 init_once.o init_keywrd.o dynm.o dyn21.o dyn21b.o couple2other_user.o  adummy_graph.o orderByMetis.o  lcfunc.o  adummy_fftw3.o adummy_msc.o mscapi.o libdyna.a libbcsext4.a liblsda.a liblssecurity.a libmetis.a  liblcpack.a libspooles.a libcparse.a libmf2.a liblsm.a liblscrypt.a libresurf.a   intel64_101_libansys.a  libdyna.a  -i-static -L/usr/X11R6/lib64 -lX11 -openmp  -lstdc++ -lrt 
dyn21.o: dyn21.f nhisparm.inc 
    ifort -c -w95 -zero -assume byterecl,buffered_io,protect_parens -mP2OPT_hpo_dist_factor=21 -ftz -nopad -fpp2 -openmp -xW -fp-model precise -O2 -I. dyn21.f
dyn21b.o: dyn21b.f nhisparm.inc 
    ifort -c -w95 -zero -assume byterecl,buffered_io,protect_parens -mP2OPT_hpo_dist_factor=21 -ftz -nopad -fpp2 -openmp -xW -fp-model precise -O2 -I. dyn21b.f

I had an error which i think i corrected, so the new error I am getting is:

ifort: error #10106: fatal error in /opt/intel/…/fortcom, terminated by EMT instruction
ifort: error #10014: problem during multi-file optimization compilation (code 1).

The makefile is not

ifort -…

but

/opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/ifort -…

Greetings,

Jorgos.