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

LIBC.LIB Build

plowe7
Beginner
796 Views
Read the last couple of posts on LIBC.LIB error but I am building from an the IDE (Microsoft Visual Studio 2005) and I have done the "/nodefaultlib libc.c" fix and I still get the
Fatal Error in opening LIBC.LIB. It seems like everyone else gets the error after the build at run time but mine is on build solution. I've got IVF 9.1. I can not go back and recompile the libraries I am using because I dont have the old source code. Is there any other fix?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
796 Views
The error always occurs at link time, not run time. Your /nodefaultlib should reference libc.lib, not libc.c. Whether or not this can be worked around depends on what compiler built the library you're using. If it was a C/C++ compiler, you may not be able to solve it.
0 Kudos
Reply