- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
when i try to run the .exe of my fortran-project, on a computer without visual studio, i get the error: libiomp5md.dll is missing
Is there a way to build the .exe statically?
I tried to put /Qopenmp-link:static under Fortran > Command Line > Additional Options, but the dependency still is there.
visual studio 2010
intel composer XE 2013
win7 64 bit
Thank you.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have to install the redistributable files of IVF on the target machine. On the other hand you can copy the libiomp5md.dll (and any other missing dll) from IVF into your executable folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply. That would work.
But isn't there any way to build the .exe statically?
- 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