Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Intel compiler 11.0 build on Xcode 3.2 and snow leopard

mahesh_k_patilhotmai
321 Views
I could not build by using intel comiler 11.0 on Xcode 3.2 and Snow leopard as it gives error while including stdarg.h
0 Kudos
3 Replies
Quoc-An_L_Intel
Moderator
321 Views
I could not build by using intel comiler 11.0 on Xcode 3.2 and Snow leopard as it gives error while including stdarg.h

You need to use 11.1 compiler on SL/Xcode 3.2. See supported OS/Xcode/ICC versions.
http://software.intel.com/en-us/articles/performance-tools-for-software-developers-compatibility-of-intel-compiler-for-mac-os-x-and-xcode/


Regarding the stdarg.h seediscussion here: http://software.intel.com/en-us/forums/showpost.php?p=101656
0 Kudos
mahesh_k_patilhotmai
321 Views
But gcc work fine on snow leopard with xcode 3.2 for target 10.4 but why not any of intel compiler work it should work. I want 10.4 support for my application.
0 Kudos
Quoc-An_L_Intel
Moderator
321 Views
But gcc work fine on snow leopard with xcode 3.2 for target 10.4 but why not any of intel compiler work it should work. I want 10.4 support for my application.

If you want 10.4 support, the only option available at this time is to use 10.1 compiler on Leopard OS.
0 Kudos
Reply