Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 4
    he knows that..he is asking why Commented Jun 23, 2009 at 17:14
  • He says why. Simon explains that some libraries are linked to by default, like stdio whereas the math library is not linked to by default so it has to be specified. Commented Jun 23, 2009 at 17:17
  • 6
    I would say that the nature of the question is asking why libm is not linked by default (or even seperate from libc) since its contents are largely part of the c standard library. Commented Jun 23, 2009 at 17:21