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

ifort dll and dependency walker circular dependency

pascal_M_
Beginner
692 Views

When I open the dll `dll.dll` from this question :

https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/783560#comment-1925220

inside dependency walker for wnidows 64bits, I have a strange error :

Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: A circular dependency was detected.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

I am not that worried the "At least one*" errors/warning (I am right not to be ?) but the circular dependency one puzzles me.

Any idea ?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
692 Views

In Dependency Walker, select File > Save As. Save a .dwi file, ZIP it and attach it to a reply here.

0 Kudos
Reply