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

Library Path Warning for Intel Fortran MAC OS

Scott_F_1
Beginner
508 Views
While linking a Fortran application, I received a library warning that refers to a missing path:

/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/darwin/default

Is this a search path added by the Intel Fortran installation?

Thank you
Scott Frasier
0 Kudos
1 Reply
TimP
Honored Contributor III
508 Views
Intel 9.x compilers add paths found by 'gcc -print-search-dirs' to the search path, as they depend on libraries provided by your gcc installation. Did you check to see if this reference is produced by that command?
0 Kudos
Reply