A linking error does not mean that stdio.h cannot be found; that would affect compilation. An error at the linking stage means that a library or object file which contains the implementation of symbols declared in the header is missing on the link command line.
↧