<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 11 Mar 2014, at 2:15 pm, Mark Andrews <<a href="mailto:marka@isc.org">marka@isc.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br>The first thing is that configure has decided that we are cross<br>compiling which is because the simple executable did not run.<br><br>configure:3472: checking whether we are cross compiling<br>configure:3510: result: yes<br><br>I haven't upgraded my machine to Mavericks yet so I can't test this.<br>The version of clang you are using works with 10.8.5 so the first<br>thing I would do is make sure you are completely up to date at the<br>OS level.<br><br>The program that configure is trying to compile and run is:<br><br>#include <stdio.h><br>int<br>main ()<br>{<br>FILE *f = fopen ("conftest.out", "w");<br> return ferror (f) || fclose (f) != 0;<br><br>  ;<br>  return 0;<br>}<br><br>So I would do that by hand.<br><br>gcc -o conftest    conftest.c<br>./conftest<br></blockquote></div><br><div>gcc can’t find contest.c, and neither can I!</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">BordoDNS:bind-9.9.5 me$ gcc -o conftest    conftest.c</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">clang: error: no such file or directory: 'conftest.c'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">clang: error: no input files</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">James.</div></body></html>