- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have to compile a Fortran code that should include different libraries coming
from 2 different compilers : Intel Fortran Compiler and Microsoft Visual Fortran
(old version).
I have to set the calling convention to: CVF(/iface:cvf) for Visual Fortran, or to : default for Intel Fortran Compiler. How can I make both working together?
Best regards,
Didace
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can't - object code from any other Fortran compiler is not linkable with Intel Fortran, because of differing run-time libraries. (There was never a "Microsoft Visual Fortran" - Microsoft's product was called Fortran Powerstation.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Steve for your response.
Best regards,
Didace
Best regards,
Didace

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