<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I simply try to include stdio.h like this:<div class=""><br class=""></div><div class="">// Compiler Test<br class=""><br class="">// #include <assert.h><br class="">#include <stdio.h><br class=""><br class="">int main() {<br class="">  printf("Hallo\n");<br class="">  // assert(2 != 1);<br class="">  return 0;<br class="">}<br class=""><br class=""></div><div class="">tom@Toms-Mac-Pro Misc % gcc-mp-10 test.c -o test<br class="">In file included from test.c:4:<br class="">/opt/local/lib/gcc10/gcc/x86_64-apple-darwin20/10.2.0/include-fixed/stdio.h:78:10: fatal error: _stdio.h: No such file or directory<br class="">   78 | #include <_stdio.h><br class="">      |          ^~~~~~~~~~<br class="">compilation terminated.<br class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 1. Jan 2021, at 04:19, Ken Cunningham <<a href="mailto:ken.cunningham.webuse@gmail.com" class="">ken.cunningham.webuse@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><blockquote type="cite" class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">But gcc 10/9/8/7/6 does not work. It does not find even stdio.h
How can I fix this?
</pre></blockquote><div class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">Hello! </pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">Now you know we want to help you — that’s just who we are, crazy as it seems — but there is just not enough information in this question to make any headway.</pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">Don’t keep us hanging! Give us a clue what is wrong :></pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class=""><br class=""></pre><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">K</pre></div></div></div></blockquote></div><br class=""></div></body></html>