On Thursday, December 20, 2012, Sean Silva  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span></span>Yes, having to hardcode this this is a pain in the ***. Unfortunately,<br>

it is a pretty nasty problem to solve. Probably the most palatable<br>
option currently is to embed the headers inside the clang libraries<br>
(in the binaries) and have it fall back on those if the current<br>
"hardcoded" lookup fails. But that requires messing around with the<br>
build system; nobody has stepped up to do that.</blockquote><div><br></div><div>And there's also a concern that if someone gets an error message referencing stddef.h, they might want to actually open and read it.  But that's impossible if the header is embedded in the executable.</div>
<div> </div><div>Dmitri</div><div><br></div><br><br>-- <br>main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>>*/<br>