glibc not supported by Cygwin

送分小仙女□ 提交于 2019-12-04 11:35:01

The Cygwin FAQ is correct, of course; glibc has never been part of Cygwin. The C library on Cygwin is cygwin1.dll (part of the cygwin package), which is based on newlib.

echo

The answer to your question is similar to this. Port glibc to OS like Windows is horrible work. Maybe the worst part is port all system call interface to SO non-POSIX. Glibc is a monster. There are other options if you need a C Lib: newlib and uClibc

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