Hi all,
only a quick comment on how to use Intel's icc or fort compilers in Mac OS X 10.7 Lion:
Me and some others had the following problem while the linking procedure of a program:
ld: library not found for -lSystemStubs
The problem seems to be that Intel does not yet support Lion. The workaround we use is to copy the three files
libsystemstubs_debug.a, libsystemstubs_profile.a and libsystemstubs.a
from
/Developer/SDKs/MacOsX10.6.sdk/usr/lib
to
/usr/lib.
This was already suggested here: http://software.intel.com/en-us/articles/intel-compiler-support-for-mac-os-x-107-and-xcode-41/
I hope this will help someone with the same problems
.
Cheers.
only a quick comment on how to use Intel's icc or fort compilers in Mac OS X 10.7 Lion:
Me and some others had the following problem while the linking procedure of a program:
ld: library not found for -lSystemStubs
The problem seems to be that Intel does not yet support Lion. The workaround we use is to copy the three files
libsystemstubs_debug.a, libsystemstubs_profile.a and libsystemstubs.a
from
/Developer/SDKs/MacOsX10.6.sdk/usr/lib
to
/usr/lib.
This was already suggested here: http://software.intel.com/en-us/articles/intel-compiler-support-for-mac-os-x-107-and-xcode-41/
I hope this will help someone with the same problems
Cheers.