- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to build an application out of several source files. Compilation goes on OK, but at linking I keep getting the message:
LINK: fatal error LNK1104: cannot open file 'ifconsol.lib'
It works if I am using the 11.0.074 compiler. However when I am using the 11.1038, I get the error.
The file is located in C:\Program Files\Intel\Compiler\11.1\038\lib\ia32
LINK: fatal error LNK1104: cannot open file 'ifconsol.lib'
It works if I am using the 11.0.074 compiler. However when I am using the 11.1038, I get the error.
The file is located in C:\Program Files\Intel\Compiler\11.1\038\lib\ia32
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attach the buildlog.htm from the Debug or Release folder after a failed build.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[cpp]Build started: Project: MERGE, Configuration: Debug|Win32 Command Lines Creating temporary file "c:devMERGEMERGEDebugRSP0000222642512.rsp" with contents [ /OUT:"C:devMERGEDebugMERGE.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"DebugMERGE.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:devMERGEDebugMERGE.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 C:devOCC600ProjectsMERGE_LIBDebugMERGE_LIB.lib C:devOCC600TEMP_LIBDebugOCC600_LIB.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".DebugMainProg.obj" ".DebugMERGE.exe.embed.manifest.res" ] Creating command line "link.exe @c:devMERGEMERGEDebugRSP0000222642512.rsp /NOLOGO /ERRORREPORT:PROMPT" Output Window Linking... LINK : fatal error LNK1104: cannot open file 'ifconsol.lib' Results Build log was saved at "file://c:devMERGEMERGEDebugBuildLog.htm" MERGE - 1 error(s), 0 warning(s) [/cpp]
Quoting - wong.j
I am trying to build an application out of several source files. Compilation goes on OK, but at linking I keep getting the message:
LINK: fatal error LNK1104: cannot open file 'ifconsol.lib'
It works if I am using the 11.0.074 compiler. However when I am using the 11.1038, I get the error.
The file is located in C:Program FilesIntelCompiler11.138libia32
LINK: fatal error LNK1104: cannot open file 'ifconsol.lib'
It works if I am using the 11.0.074 compiler. However when I am using the 11.1038, I get the error.
The file is located in C:Program FilesIntelCompiler11.138libia32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this a Fortran or C++ project type? If C++, you need to configure C++ for mixed-language programming.
But try this. Go to Tools > Options > Intel Fortran > Compilers. Make sure that is selected. Click the Reset button. Close and rebuild. Does this help?
But try this. Go to Tools > Options > Intel Fortran > Compilers. Make sure that

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