Standard C library in mingW

前端 未结 1 1095
终归单人心
终归单人心 2020-12-03 08:05

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?

相关标签:
1条回答
  • 2020-12-03 08:51

    MinGW does not build against glibc, it builds against msvcrt. As such, it uses libmsvcrtXX.a instead.

    0 讨论(0)
提交回复
热议问题