Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Link to netCDF library files

Intel_Software_Netw1
526 Views

I am trying to use your fortran compiler on a Mac dual quad core intel xeon running 10.5.2. I am trying to link to netCDF library files. I have the netdf library installed and have successfully used it to compile some programs written in c. the libraries were installed using fink and reside in the /sw/lib directory.

I believe there is something wrong with the build of netCDF. I get the following warnings when I try to link the file

ipo: warning #11023: file format not recognized for /sw/lib/libXm.dylib
ipo: warning #11023: file format not recognized for /sw/lib/libnetcdf.dylib
ipo: warning #11023: file format not recognized for /sw/lib/libpng.dylib
ld: warning in /sw/lib/libXm.dylib, file is not of required architecture
ld: warning in /sw/lib/libnetcdf.dylib, file is not of required architecture
ld: warning in /sw/lib/libpng.dylib, file is not of required architecture


It is complaining about two other libraries.

I would also like to build the executable using xcode, but that is a separate issue.

Joe

0 Kudos
1 Reply
Bonnie_A_Intel
Employee
526 Views

I'm not able to tell which version of netCDF you are using, but I noticed the following link has netCDF version 3.6.2 available that is specifically for Mac OS* X 10.5.2 (Leopard):

http://netcdf.darwinports.com/

0 Kudos
Reply