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

ld: warning: -macosx_version_min not specificed, assuming 10.6

changks888
Beginner
1,007 Views
Dear all,
I got the warning message on my new mac (os X 10.6.8). The ifort version is 11.1 20100203
How to get rid of the warning message, ld: warning: -macosx_version_min not specificed, assuming 10.6?
Thanks,
Michael
0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,007 Views
That version of the compiler is not supported on OS X 10.6.8. Please update to the current 12.0.4.
0 Kudos
Ron_Green
Moderator
1,007 Views
You did not say what Xcode version you are using. Since this is an older 11.1 compiler, make sure you are using the older Xcode 3.2.5 version. We have seen this message when older compilers are run with newer Xcode 4:

http://software.intel.com/en-us/forums/showthread.php?t=81437&o=a&s=lr
0 Kudos
changks888
Beginner
1,007 Views
It is Xcode 4. Thanks Ronald.
0 Kudos
Somenath_Jalal
Beginner
1,007 Views

Hi there, I have Xcode 3.2.6, ifort version 12.0.3 on mac os 10.6.8. I have bought the student edition of ifort but there is ld warning showing whenever I compile my fortran90 codes by ifort. It reads

"ld: warning: -macosx_version_min not specificed, assuming 10.6"

My question to the Intel guys is: Can I get an older version of ifort ( intel fortran compiler for Mac OS ) instead of this (ifort 12.0.3) if there is some compatibility issues with the updates?
Waiting for you reply.

Thank.

0 Kudos
Ron_Green
Moderator
1,007 Views

Yes, older versions can be obtained.  Here is the article describing this:  http://software.intel.com/en-us/articles/older-version-product

It is important to carefully match Mac OS version to Xcode version to Intel Fortran compiler version.  Here's how - Release Notes.  Read the Requirements in the Release Notes.  Using Intel Registration Center, find your version of the Intel Fotran compiler.  In the downloads, you will find the Release Notes that can be downloaded separately.  Read the Requirements to make sure it matches your system's OS X and Xcode versions.

ron

0 Kudos
Reply