Hello everyone:
I've read the first post, which is a little bit old after a few updates of the intel compiler. In the Release Notes of Intel c++ composer XE 2011 (updated 2 febreary 2012), in page 6 setion 1.3 (system requierements), one of the possible combinations is OSX 10.7 with XCode 4.1 or 4.2, so now Lion is supported. I'm right?
My second questions, related to the first, is that when I compile one cpp using the intel compiler and mkl, i get this copiling warning and I don't know what's the meaning of the warning (I use lion 10.7.3 and XCode 4.2 and C++ composer XE 2011 update 9):
ld: warning: direct access in __ZN13waveUniform2D5RpropESt7complexIdE to global weak symbol __ZN13waveUniform2D5RpropESt7complexIdE means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
Thank you for your time.
Alex