- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to build my code by the following switches but I get error in linking. The code needs a library called suppio.lib. I specified the path to it but it didn't work.
ifort main.f90 /include:"c:\\prog\\bin" suppio.lib
The result is:
LINK : fatal error LNK1181: cannot open input file 'suppio.lib'
ifort main.f90 /include:"c:\\prog\\bin" suppio.lib
The result is:
LINK : fatal error LNK1181: cannot open input file 'suppio.lib'
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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