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

"ifconsol.lib" not there.

Bruno_Repetto
Beginner
459 Views
I'm trying out one of the samples in Intel Fortran Visual Fortran v11.1.065 under Microsoft Visual Studio 2008 Professional. The sample I'm trying out is "C_Calls_Fortran". All seems well during building until it gets to the link step. The linker can't find "ifconsol.lib", and the build fails. I've followed the necessary setup instructions in the README.TXT, but I have no clue as to what may be going on.

This is under Windows 7 Professional.

Can anybody help?

Bruno Repetto, PhD
0 Kudos
1 Reply
Bruno_Repetto
Beginner
459 Views
Never mind. found the answer.

I located several versions of ifconsol.lib, and picked the one for 32-bit architecture. Then I put the path to it as a new entry in the VC++ directories/Library Files. The linker worked fine.

B
0 Kudos
Reply