Configure error - openSSL. Mac OS X

James Brown jlbrown at bordo.com.au
Tue Mar 11 03:26:51 UTC 2014


On 11 Mar 2014, at 2:15 pm, Mark Andrews <marka at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140311/d613213e/attachment-0001.html>


More information about the bind-users mailing list