- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have moved from Fortran Cluster Edition 2018_2 to 2019_0 and got a linkage error
"ambiguous", when I try to add an external library. I also use VS 2017.
The linker output from the command line linking is attached.
What to do to resolve the problem?
Best regards
Anders S
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ambiguity is that you have an option "/C:\....lib". Remove the leading "/", because the compiler/linker assumes that that is the start of a compiler/linker option, whereas you seem to mean the full name of a library.
I do not know what options may lead to the ambiguity itself, but it is clear that the slash is a mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arjen,
Thanks a lot for a rapid response!!
Your advice solved the problem!
Best regards
Anders S

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