Standard C library in mingW

我的梦境 提交于 2019-11-26 16:36:16

问题


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:


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



来源:https://stackoverflow.com/questions/6394512/standard-c-library-in-mingw

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!