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

Missing library function

dajum
Novice
466 Views
Running version 11.1.065 and trying to run an executable that linked okay we get the foillowing message:
"The procedure entry point for for_array_copy_out could not be located in the dynamic link library libifcoremd.dll". Any idea what this is a symptom of (why it would be looking for that entry point and not finding it).

Thanks

Dave
0 Kudos
2 Replies
Steven_L_Intel1
Employee
466 Views
You have an older libifcoremd.dll in your PATH.
0 Kudos
TimP
Honored Contributor III
466 Views
Please check whether the dll on PATH at run time is the one which came with the compiler. If it is an older one, it may not resolve the function references which the compiler put in the .exe. If you are running from a command line window, the one which you open from the start menu intel fortran selection should have the correct PATH settings.
0 Kudos
Reply