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

Intel Fortran 11.1 on Lion OS

Reza
Beginner
838 Views
Hi,
I am trying to run my fortran code in my Mac and I get the following error:

Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1

I just updated my OS to Lion and tried my previous Fortran codes in the Lion and it seems that they are working well except the new code.

I am wondering if you could help me with that.

Thanks

0 Kudos
4 Replies
Steven_L_Intel1
Employee
838 Views
Not supported. Composer XE 2011 Update 5 is the first to support OS X Lion.
0 Kudos
Reza
Beginner
838 Views
Thanks for your fast reply.
I understand that, but why my old fortran codes is running in Lion not the new one?
Reza
0 Kudos
Steven_L_Intel1
Employee
838 Views
Is there another message before "exit 1"? Lion makes incompatible changes in many areas that can cause trouble for the compiler.
0 Kudos
Reza
Beginner
838 Views
yes, there are two warnings:

ipo:0:0 warning #11015: Warning unknown option -no_compact_unwind

ld:0:0 symbol(s) not found

and then the error message:

Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1

0 Kudos
Reply