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.

4
  • What operating system are you using? Autotools would imply Linux, correct? Commented Feb 2, 2011 at 20:11
  • 2
    Exceptions are a run-time thing; #include is a (pre-)compile-time thing. If the header file doesn't exist, the compiler will bomb out. What do you intend on doing if that were to happen? Commented Feb 2, 2011 at 20:15
  • #include <library.h> is not including a library. Perhaps this is merely semantics, but a ridiculously large percentage of the population does not understand that, so it would be wise to rephrase the question. Commented Feb 4, 2011 at 11:13
  • @trojanfoe Autotools does not imply Linux. The point of the autotools is to provide a portable package that will work on a large variety of unix-ish systems, including Linux. Commented Feb 9, 2011 at 15:01