Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Missing library function

dajum
Novice
530 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
530 Views
You have an older libifcoremd.dll in your PATH.
0 Kudos
TimP
Honored Contributor III
530 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