- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page