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

Visual Studio 2013 "cannot open file 'ifconsol.lib'"

Stephen_Vopava
Beginner
327 Views

I just installed Intel® Parallel Studio XE 2016 Professional edition on Windows 7 and am trying to build a C++/Fortran program (C++ main) in Visual Studio 2013 Ultimate edition.  But I am getting error LNK1101: cannot open file 'ifconsol.lib'.   I've searched my hard drive and ifconsol.lib does not exist anywhere.  Ideas?

-Steve

0 Kudos
2 Replies
mecej4
Honored Contributor III
327 Views

Did you look in <install_dir>\compilers_and_libraries\windows\compiler\lib\ia32 and <install_dir>compilers_and_libraries\windows\compiler\lib\intel64? I can see the following in my installation:

08/16/2015  04:57 AM             6,248 ifconsol.lib (32-bit)
08/16/2015  04:39 AM            11,400 ifconsol.lib (64-bit)

 

0 Kudos
Stephen_Vopava
Beginner
327 Views

Yes, it's there.  Thank you!  Looks like Windows 7 Search has trouble following shortcuts to folders.  Thanks again!

0 Kudos
Reply