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

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