Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

problem in fortran code compilation

cylab123
Beginner
522 Views
Hi !
I am using the Intel @ fortran compiler professional verion on my Fedora6 linux machine. The installation was clean and successful. I am trying to compile one fortan code with the compiler with the command - 'ifort x.for' and getting the following messages -

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
x.for(324): (col. 2) remark: LOOP WAS VECTORIZED.
x.for(543): (col. 9) remark: LOOP WAS VECTORIZED.
x.for(733): (col. 19) remark: LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
ld: cannot find -lgcc_s
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

and the compilation aborted.

I am new to the fortran programming,so I am not sure, where is the problem. In the compiler installation or in the code itself ?
Any help would be much appreciated ?

thanks !
cylab123
0 Kudos
2 Replies
Steven_L_Intel1
Employee
522 Views
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
0 Kudos
cylab123
Beginner
522 Views
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
Thanks for the reply. Any suggestion to locate or find or install that file, so that the program can be compiled smoothly ?
cylab123
0 Kudos
Reply