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

ifc compile error just for "HELLO WORLD"

jong_lee
Beginner
352 Views
Hi all,

Recently I installed linux 8.0 and intel compiler 7.1 and tried to compile a simple 2 line program 'hello.f90'

Here is my code.
-------------------------
write(*,*) 'hello world'
end
-------------------------

That's all. It is just simple, but I couldn't compile using ifc (I used "ifc hello.f90 -o hello"). And I have got a following error message:

------------------------------
as: no such file or directory
2 lines are compiled
id: no such file or directory
------------------------------

Could anyone help me?

Thanks,
Jong
0 Kudos
0 Replies
Reply