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

unable to open libc.c

rre9518
Beginner
356 Views
I'm using IVF 11. Built a Console solution, and include one library which was built with IVF 9.1.

It fails to link with:LNK1104:cannot open filelibc.c.

I am able to build simple Console Application using the Main Program Code option.

I've never seen a case where it could not find a default library. I'm unable to find libc.c, searched SYSTEM32 and Program Files/*. Could it be it got somehow clobbered or am I doing something wrong?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
356 Views
You mean libc.lib, right? You are also using VS2005 or 2008. Microsoft did away with libc.lib in VS2005, but your 9.1 library is referencing it. The best solution is to rebuild all the Fortran sources with the 11.0 compiler. You may be able to get away with simply adding libc.lib to the "Ignore Libraries" list in the Linker properties.
0 Kudos
Reply