Comment by vidarh

18 days ago

Noticed the part where all it requires is to actually have the headers in the right location?

"The location of Standard C headers do not need to be supplied to a conformant compiler."

From https://news.ycombinator.com/item?id=46920922 discussion.

  • And it doesn't for the compiler in question either. As long as the headers exist in the places it looks for them. No compiler magically knows where the headers are if you haven't placed them in the right location

Noticed the part where the exact instructions from the Readme were followed and it didn't work?

  • So we're down to a missing or unclear description of a dependency in a README - note following the instructions worked for others -, from implications the compiler didn't work.