Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

Compiler Settings for link fully static.

$
0
0

I am very sorry to open this topic again, which has been discussed in this forum many times before. Like here:

https://software.intel.com/de-de/forums/intel-visual-fortran-compiler-for-windows/topic/534732

I am using Visual Studio 2010 Shell with Intel Fortran XE 14.0.2...

This are the Release-Settings:

Runtime Library: Multithreaded

Use Intel Math Kernel Library: Sequential (/Qmkl:sequential)

This are the Debug-Settings:

Runtime Library: Debug Multithreaded (/libs:static /threads /dbglibs)

Use Intel Math Kernel Library: Sequential (/Qmkl:sequential)

Unfortunately the Release-Version is still using dynamic link libraries. I guess it is the fortran runtime library? This can also be seen in my attached figure (1) from the Dependency walker. The Debug-Version (figure 2) is fully static and run on every other maschine without any runtime library installed. What I am doing wrong? Any help is much appreciated. If I do still need the runtime library dynamic linked for the Release-Version, where do I can get a redistributable installer from and how do I find out which version I need for my configuration?

BR,

Matthias

AttachmentSize
Downloadimage/pngRelease.png17.56 KB
Downloadimage/pngDebug.png14.79 KB

Viewing all articles
Browse latest Browse all 3270

Trending Articles