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

ifconsol not found

kmcc1
Beginner
463 Views
Hello,
I have a simple visual studio solution with a cpp project and a fortran static library project.
The ccode calls a subroutine in the fortran library.
It builds and runs,with LNK4217 errors.

When I copy this solution to another workstation, it fails, complaining that it cant find ifconsol.

Both computers are Win7, x64, Visual Fortran Compiler XE, Visual Studio 2010.

I compared the vcxproj files on both computers, and they look the same.

Since the solution runs on one pc, I am suspecting that a setting in Visual Studio may be the problem.

Any ideas?

Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
463 Views
You need to tell VS on the other system where the Fortran libraries are. See here.
0 Kudos
kmcc1
Beginner
463 Views
Thanks very much, somehow the path was present only for the release configuration.

0 Kudos
Reply