- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
I am trying to link a previously built static library of a CoolProp program.
I have the static .lib file, and need to know how to tell the Fortran linker to include it!
Thank you.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Fortran does not include (supply) a Linker. Instead, you use the MS VS C++ supplied linker..
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please explain in more detail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are on Windows, you use the MS VS C++ linker (Microsoft Visual Studio 2022 Community Edition, or Professional Edition)
Then build the application from within the IDE.
On Linux, you use the Linker supplied as part of the GNU C/C++ compiler system.
See:
Linking Tools and Options
Jim Dempsey

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