PDA

View Full Version : connot open file LIBC.lib


smag4life
01-13-2008, 02:41 PM
My compiler is complaining that it cannot link to this .lib file, but I am not specifying to link with it. Anyone know what might be causing this? Thanks.

-AJ

Reedbeta
01-13-2008, 04:31 PM
It's the C runtime library, so it's implicitly linked without specifying it. Check that your library paths and so forth are set up correctly, and the file really exists, and so forth.