Compiling fortran code with ifort leads me to the warning: ld: library not found for -lcrt1.o How can I fix it?

Compiling a fortran code with Fortran Absoft yields the warning:


ifort -o prog.o prog.f

nuevo.f(808): (col. 10) remark: LOOP WAS VECTORIZED.

ld: library not found for -lcrt1.o

It seems that there is a problem of linking

Any suggestions to solve the problem?

Thanks,


Compiling fortran code with ifort leads me to the warning: ld: library not found for -lcrt1.o How can I fix it?
 
 
Q