Mac OS X 10.6, also known as Snow Leopard, is supported by the Intel Fortran Compiler Professional Edition for Mac OS X as of compiler version 11.1.067 (and newer 11.1 versions).
This version of the compiler is available for all users with active support licenses at https://registrationcenter.intel.com. This was posted to registrationcenter September 21st, 2009.
ron
My ifort errors seem to be associated with libraries (eg, libfft.a) that I put in ,,,/lib.
I use the same procedue I have used for years:
1) cp libfft.a from an archive to .../067/lib/libfft.a
2) ranlib libfft.a
In the past thast was all I needed to do. Then coompile with:
ifort file.f -lfft
This seems to be failing for two libraries. One gives me the error:
/usr/local/include/libunwind/AddressSpace.hpp, line 152
The other library tells me:
I tired using the ia32 compiler (11.1.067) and it tells me: file is not of required architecture.
So, do you know the propoer steps to take a file full of fortran subroutines and turn them into a library
that can be loaded with "ifort ... -llibraryname?
ld: in /usr/bin/ifort-11.1-base/lib/libnag.a(c06faft.o), section not found for address 0xFFFFFFFFFFFFFD14