I have installed mingW to use gcc, platform windows 7. I am trying to locate the standard C library libc.a in mingW folder. no luck.. is it stored in some other name?
MinGW does not build against glibc, it builds against msvcrt. As such, it uses libmsvcrtXX.a instead.
2.1m questions
2.1m answers
60 comments
57.0k users