- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please report the problem to Intel Premier Support. I think it's our problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problem report submitted. Cheers.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page