- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
/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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page