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

multi-file optimization error

Dishaw__Jim
Beginner
418 Views
I'm not sure if this is a Visual Fortran or a Visual Studio Error, but here it is.

I have two "projects" within my "solution" called "common" and "fallout." The "fallout" project depends on "common" and the projects reside entirely on a network share that have been mapped to local drive Z. If the project dependencies are set in Visual Studio, the build with fail with the error

error: problem during multi-file optimization compilation (code 1)
error: problem during multi-file optimization compilation (code 1)
Fatal error cannot open "server_nameprojectslibrarycommondebugcommon.lib"

If you remove the project dependenices and build "common" first and then build "fallout" you get a successful build.

The problem appears to be network share in that a leading "" is being dropped, i.e.

\server_nameprojectslibrarycommondebugcommon.lib

should be the file name.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
418 Views
Please report the problem to Intel Premier Support. I think it's our problem.
0 Kudos
Dishaw__Jim
Beginner
418 Views
Problem report submitted. Cheers.
0 Kudos
Reply