On 11 Mar 2014, at 2:15 pm, Mark Andrews <ma...@isc.org> wrote:

> 
> The first thing is that configure has decided that we are cross
> compiling which is because the simple executable did not run.
> 
> configure:3472: checking whether we are cross compiling
> configure:3510: result: yes
> 
> I haven't upgraded my machine to Mavericks yet so I can't test this.
> The version of clang you are using works with 10.8.5 so the first
> thing I would do is make sure you are completely up to date at the
> OS level.
> 
> The program that configure is trying to compile and run is:
> 
> #include <stdio.h>
> int
> main ()
> {
> FILE *f = fopen ("conftest.out", "w");
> return ferror (f) || fclose (f) != 0;
> 
>  ;
>  return 0;
> }
> 
> So I would do that by hand.
> 
> gcc -o conftest    conftest.c
> ./conftest

gcc can’t find contest.c, and neither can I!

BordoDNS:bind-9.9.5 me$ gcc -o conftest    conftest.c
clang: error: no such file or directory: 'conftest.c'
clang: error: no input files

James.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to