Configure error - openSSL. Mac OS X

James Brown jlbrown at bordo.com.au
Tue Mar 11 05:13:59 UTC 2014


On 11 Mar 2014, at 4:09 pm, Mark Andrews <marka at isc.org> wrote:

> 
> I didn't think I would need to say "save the contents of the program to
> conftest.c".
> 
> cat > conftest.c << 'EOF'
> #include <stdio.h>
> int
> main ()
> {
> FILE *f = fopen ("conftest.out", "w");
> return ferror (f) || fclose (f) != 0;
> 
> ;
> return 0;
> }
> EOF
> gcc -o conftest    conftest.c
> ./conftest

Getting further now!

$ cat > conftest.c << 'EOF'
> #include <stdio.h>
> int
> main ()
> {
> FILE *f = fopen ("conftest.out", "w");
> return ferror (f) || fclose (f) != 0;
> 
> ;
> return 0;
> }
> EOF
BordoDNS:bind-9.9.5 jlbrown$ gcc -o conftest    conftest.c
BordoDNS:bind-9.9.5 jlbrown$ ./conftest
BordoDNS:bind-9.9.5 jlbrown$ 

James.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140311/8f1e8425/attachment.html>


More information about the bind-users mailing list