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

ifort problems

lixin
Beginner
600 Views
Hello,

I installed the compiler (version 9.0.031) on Suse 9.2.
I tried to invoke the compiler using ifort int_sin.f90-O0. But I got the erro message ld: cannot open outfile 0: Permission denied. If i use "ifort" to compile the other .F files, the erro message is, :undefined reference to ''
MAIN_'
Any advice?
Thanks,
Xin
0 Kudos
1 Reply
TimP
Honored Contributor III
600 Views
You must give the compiler flags before the source file names.
0 Kudos
Reply