- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
While compilation of the .f90 files appeared successful, linking process failed as listed:
LINK : fatal error LNK1146: no argument specified with option '/NODEFAULTLIB:'
I suspect that some dependencies/library directories are missing, but how to find out which ones?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No - your project has added a /NODEFAULTLIB option with a colon - it is expecting a library name after the colon indicating a specific library to ignore. Either add the name of the library you want to exclude, remove the colon (means that none of the default libraries will be searched), or remove the option entirely.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No - your project has added a /NODEFAULTLIB option with a colon - it is expecting a library name after the colon indicating a specific library to ignore. Either add the name of the library you want to exclude, remove the colon (means that none of the default libraries will be searched), or remove the option entirely.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page