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

more VS 2008 - cannot open LIBC.lib

lklawrie
Beginner
558 Views
VS2008 problems continue. Rebuilding entire project but get a fatal linker error:

LNK1104: cannot open file 'LIBC.lib'

searched in archives but posts relating to the subject did not help.

ignoring LIBC did not help. i had been ignoring LIBCD in VS 2003.net

Suggestions appreciated.

VS 2008 professional. Nothing special. IVF 11.0.074

Linda
0 Kudos
2 Replies
lklawrie
Beginner
558 Views

Perhaps I answered my own question by reading the instructions on the Linker/Ignore lib line.

ignoring LIBCD;LIBC seems to work....

Linda
0 Kudos
Steven_L_Intel1
Employee
558 Views
This suggests that you have one or more objects/libraries that were not rebuilt in the VS08 environment. If you set the Linker property Show Progress Messages > Show all messages, it will tell you where in the link process it sees various defaultlib directives.
0 Kudos
Reply