I just downloaded the package. I got the license. But when I run the installation, the program asked me for the location of the Xcode directory. I have Xcode 3.0 installed on the computer (macbook pro): so I tried /developer, also /developer/Applications (where the Xcode.app file is located), but the installation program answered me that it can't find the Xcode directory. I need help !
The issue may be that your version of Xcode* is too old for integration withthe current IntelFortran compiler. What is the actual error message? Is it something like:
"Error while accessing Xcode, Xcode version in the specified folder is not supported for product integration"?
If you are tying to install the 11.1 compiler, then one of the following combinations of Mac OS* X and Xcode* are required:
-- Mac OS* X 10.5.6 and Xcode* 3.1.2
-- Mac OS* X 10.5.7 and Xcode* 3.1.3
-- Mac OS* X 10.5.8 and Xcode* 3.1.4
-- Mac OS* X 10.6.1 and Xcode* 3.2
-- Mac OS* X 10.6.2 and Xcode* 3.2.1
This is documented in the 11. Release Notes here
Patrick Kennedy
Intel Developer Support
链接已复制
The issue may be that your version of Xcode* is too old for integration withthe current IntelFortran compiler. What is the actual error message? Is it something like:
"Error while accessing Xcode, Xcode version in the specified folder is not supported for product integration"?
If you are tying to install the 11.1 compiler, then one of the following combinations of Mac OS* X and Xcode* are required:
-- Mac OS* X 10.5.6 and Xcode* 3.1.2
-- Mac OS* X 10.5.7 and Xcode* 3.1.3
-- Mac OS* X 10.5.8 and Xcode* 3.1.4
-- Mac OS* X 10.6.1 and Xcode* 3.2
-- Mac OS* X 10.6.2 and Xcode* 3.2.1
This is documented in the 11. Release Notes here
Patrick Kennedy
Intel Developer Support
