Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28459 Discussions

Need to embed compiler librariries to work

okbi_z_
Beginner
363 Views

 

Greeting's I create a dll using f90 source code as well as an "Intel® Parallel Studio XE 2017" compiler,

my executable works very well on my machine because I have the compiler,

but I Launch on another machine I also need a fortran compiler ...

Unthinkable, I need my executable to embed the necessary libraries in order to run on a neutral machine windows Thank you for helping me

0 Kudos
2 Replies
mecej4
Honored Contributor III
363 Views

On the machine that does not have the compiler package, you need to install the redistributable package https://software.intel.com/en-us/articles/redistributables-for-intel-parallel-studio-xe-2017-composer-edition-for-windows .

0 Kudos
TimP
Honored Contributor III
363 Views

If you don't use parallel libraries you may be able to set static link property /MT

0 Kudos
Reply