开发者

What's the deal with glibc? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question c开发者_如何学JAVAan be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I know it's a standar c library, but I don't understand why c doesn't have a free library, not one that is lgpl. Is there any such library and if not, than that means every company/particular developer has to buy even the most basic libraries to develop commercial apps ?


every company/particular developer has to buy even the most basic libraries to develop commercial apps ?

Well, they have to buy (or get for free) the compiler anyway, and libc comes with it.

Also, writing an universal C library is impossible, since exit(), setjmp(), etc. depend on the particular compiler and platform.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜