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

ipo: error #11035: Fatal error cannot open library

Carmen_S_
Beginner
3,877 Views

Hello,

 

in order to change a LS-DYNA material subroutine, I installed Microsoft Visual Studio 2008 and the Fortran compiler 10.1. When I want to execute the nmake file via the fortran command window, I get the following error messages:

ipo: error #11035: Fatal error cannot open LIBCMT
ifort: error #10014: problem during multi-file optimization compilation <code1>
 
NMAKE: fatal error U1077: 'ifort' : return code '0x1'

 

I am a new Fortran user and do not know what they mean, so I googled it. But the answers were mostly vague, like "try to change the environment variables for xy" and I really don't want to make the situation even worse.

 

Thank you very much for your answers!

 

Best,

Carmen

0 Kudos
21 Replies
pbkenned1
Employee
574 Views

Everything works normally with VS2008 + ifort-10.1 + your solution (Console6_1.zip) on my system.  The solution was already set for the x64 Debug configuration, and the only change I made was to change "Configuration Properties->Linker->General->Output File" to <inherit from project defaults>.

I was able to build and run in the VS debugger (see the attached)

I don't see how the problem could have anything to do with the solution file.  I can only assume the problem has something to do with you system. 

Just a WIG -- where ever you are attempting to write the executable file -- are you certain you have the necessary permissions to write to that directory?  You might test by opening a command prompt, cd'ing there, and creating a test file with notepad or some other editor.

Patrick

0 Kudos
Reply