config.log   [plain text]


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ./configure --sysconfdir=/private/etc --localstatedir=/private/var --disable-pam --with-optim=-Os -g

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = loveji.apple.com
uname -m = Power Macintosh
uname -r = 6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 6.0: Thu Jun  6 21:52:52 PDT 2002; root:xnu/xnu-298.obj~1/RELEASE_PPC 

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
	 Darwin Kernel Version 6.0:
Thu Jun  6 21:52:52 PDT 2002; root:xnu/xnu-298.obj~1/RELEASE_PPC


Kernel configured for up to 2 processors.
1 processor is physically available.
Processor type: ppc7400 (PowerPC 7400)
Processor active: 0
Primary memory available: 320.00 megabytes.
Default processor set: 53 tasks, 141 threads, 1 processors
Load average: 1.73, Mach factor: 0.43
unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Network/Servers/kenny/homes/cartman/jlovell/bin

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:947: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:950: $? = 127
configure:970: checking for default print user
configure:977: result: daemon
configure:1000: checking for default print group
configure:1004: result: Darwin
configure:1050: checking for mawk
configure:1076: result: no
configure:1050: checking for gawk
configure:1076: result: no
configure:1050: checking for nawk
configure:1076: result: no
configure:1050: checking for awk
configure:1065: found /usr/bin/awk
configure:1073: result: awk
configure:1126: checking for gcc
configure:1141: found /usr/bin/gcc
configure:1149: result: gcc
configure:1377: checking for C compiler version
configure:1380: gcc --version </dev/null >&5
gcc (GCC) 3.1 20020420 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1383: $? = 0
configure:1385: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1112, based on gcc version 3.1 20020420 (prerelease)
configure:1388: $? = 0
configure:1390: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1393: $? = 1
configure:1413: checking for C compiler default output
configure:1416: gcc    conftest.c  >&5
configure:1419: $? = 0
configure:1448: result: a.out
configure:1453: checking whether the C compiler works
configure:1459: ./a.out
configure:1462: $? = 0
configure:1477: result: yes
configure:1484: checking whether we are cross compiling
configure:1486: result: no
configure:1489: checking for executable suffix
configure:1491: gcc -o conftest    conftest.c  >&5
configure:1494: $? = 0
configure:1516: result: 
configure:1522: checking for object suffix
configure:1540: gcc -c   conftest.c >&5
configure:1543: $? = 0
configure:1562: result: o
configure:1566: checking whether we are using the GNU C compiler
configure:1587: gcc -c   conftest.c >&5
configure:1590: $? = 0
configure:1593: test -s conftest.o
configure:1596: $? = 0
configure:1608: result: yes
configure:1614: checking whether gcc accepts -g
configure:1632: gcc -c -g  conftest.c >&5
configure:1635: $? = 0
configure:1638: test -s conftest.o
configure:1641: $? = 0
configure:1651: result: yes
configure:1678: gcc -c   conftest.c >&5
conftest.c:2: undefined type, found `choke'
conftest.c:2: illegal external declaration, missing `;' after `me'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
conftest.c:2: parse error before "me"
configure:1681: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1828: checking for g++
configure:1843: found /usr/bin/g++
configure:1851: result: g++
configure:1866: checking for C++ compiler version
configure:1869: g++ --version </dev/null >&5
g++ (GCC) 3.1 20020420 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1872: $? = 0
configure:1874: g++ -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1112, based on gcc version 3.1 20020420 (prerelease)
configure:1877: $? = 0
configure:1879: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1882: $? = 1
configure:1885: checking whether we are using the GNU C++ compiler
configure:1906: g++ -c   conftest.cc >&5
configure:1909: $? = 0
configure:1912: test -s conftest.o
configure:1915: $? = 0
configure:1927: result: yes
configure:1933: checking whether g++ accepts -g
configure:1951: g++ -c -g  conftest.cc >&5
configure:1954: $? = 0
configure:1957: test -s conftest.o
configure:1960: $? = 0
configure:1970: result: yes
configure:2010: g++ -c   conftest.cc >&5
configure:2013: $? = 0
configure:2016: test -s conftest.o
configure:2019: $? = 0
configure:2041: g++ -c   conftest.cc >&5
configure: In function `int main()':
configure:2034: `exit' undeclared (first use this function)
configure:2034: (Each undeclared identifier is reported only once for each 
   function it appears in.)
configure:2044: $? = 1
configure: failed program was:
#line 2029 "configure"
#include "confdefs.h"

int
main ()
{
exit (42);
  ;
  return 0;
}
configure:2010: g++ -c   conftest.cc >&5
configure:2013: $? = 0
configure:2016: test -s conftest.o
configure:2019: $? = 0
configure:2041: g++ -c   conftest.cc >&5
configure:2044: $? = 0
configure:2047: test -s conftest.o
configure:2050: $? = 0
configure:2077: checking how to run the C preprocessor
configure:2103: gcc -E  conftest.c
configure:2100: undefined type, found `Syntax'
configure:2100: illegal external declaration, missing `;' after `error'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:2109: $? = 0
configure:2136: gcc -E  conftest.c
configure:2133: header file 'ac_nonexistent.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:2142: $? = 1
configure: failed program was:
#line 2132 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2179: result: gcc -E
configure:2194: gcc -E  conftest.c
configure:2191: undefined type, found `Syntax'
configure:2191: illegal external declaration, missing `;' after `error'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:2200: $? = 0
configure:2227: gcc -E  conftest.c
configure:2224: header file 'ac_nonexistent.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:2233: $? = 1
configure: failed program was:
#line 2223 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2309: checking for a BSD compatible install
configure:2358: result: /usr/bin/install -c
configure:2411: checking for ranlib
configure:2426: found /usr/bin/ranlib
configure:2435: result: ranlib
configure:2449: checking for ar
configure:2466: found /usr/bin/ar
configure:2477: result: /usr/bin/ar
configure:2486: checking for htmldoc
configure:2517: result: no
configure:2523: checking for mv
configure:2540: found /bin/mv
configure:2551: result: /bin/mv
configure:2560: checking for nroff
configure:2577: found /usr/bin/nroff
configure:2588: result: /usr/bin/nroff
configure:2641: checking for rm
configure:2658: found /bin/rm
configure:2669: result: /bin/rm
configure:2678: checking for sed
configure:2695: found /usr/bin/sed
configure:2706: result: /usr/bin/sed
configure:2715: checking for strip
configure:2732: found /usr/bin/strip
configure:2743: result: /usr/bin/strip
configure:2750: checking whether byte ordering is bigendian
configure:2775: gcc -c   conftest.c >&5
configure:2778: $? = 0
configure:2781: test -s conftest.o
configure:2784: $? = 0
configure:2805: gcc -c   conftest.c >&5
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2872: result: yes
configure:2882: checking for library containing crypt
configure:2909: gcc -o conftest    conftest.c  >&5
configure:2912: $? = 0
configure:2915: test -s conftest
configure:2918: $? = 0
configure:2971: result: none required
configure:2978: checking for library containing getspent
configure:3005: gcc -o conftest    conftest.c  >&5
ld: Undefined symbols:
_getspent
configure:3008: $? = 1
configure: failed program was:
#line 2986 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char getspent ();
int
main ()
{
getspent ();
  ;
  return 0;
}
configure:3045: gcc -o conftest    conftest.c -lsec   >&5
ld: can't locate file for: -lsec
configure:3048: $? = 1
configure: failed program was:
#line 3026 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char getspent ();
int
main ()
{
getspent ();
  ;
  return 0;
}
configure:3045: gcc -o conftest    conftest.c -lgen   >&5
ld: can't locate file for: -lgen
configure:3048: $? = 1
configure: failed program was:
#line 3026 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char getspent ();
int
main ()
{
getspent ();
  ;
  return 0;
}
configure:3067: result: no
configure:3204: checking for ANSI C header files
configure:3218: gcc -E  conftest.c
configure:3224: $? = 0
configure:3311: gcc -o conftest    conftest.c  >&5
configure:3314: $? = 0
configure:3316: ./conftest
configure:3319: $? = 0
configure:3332: result: yes
configure:3345: checking for dirent.h that defines DIR
configure:3366: gcc -c   conftest.c >&5
configure:3369: $? = 0
configure:3372: test -s conftest.o
configure:3375: $? = 0
configure:3385: result: yes
configure:3398: checking for opendir in -ldir
configure:3425: gcc -o conftest    conftest.c -ldir   >&5
ld: can't locate file for: -ldir
configure:3428: $? = 1
configure: failed program was:
#line 3406 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char opendir ();
int
main ()
{
opendir ();
  ;
  return 0;
}
configure:3445: result: no
configure:3507: checking for crypt.h
configure:3517: gcc -E  conftest.c
configure:3514: header file 'crypt.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:3523: $? = 1
configure: failed program was:
#line 3513 "configure"
#include "confdefs.h"
#include <crypt.h>
configure:3542: result: no
configure:3551: checking for malloc.h
configure:3561: gcc -E  conftest.c
configure:3558: header file 'malloc.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:3567: $? = 1
configure: failed program was:
#line 3557 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:3586: result: no
configure:3595: checking for shadow.h
configure:3605: gcc -E  conftest.c
configure:3602: header file 'shadow.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:3611: $? = 1
configure: failed program was:
#line 3601 "configure"
#include "confdefs.h"
#include <shadow.h>
configure:3630: result: no
configure:3639: checking for string.h
configure:3649: gcc -E  conftest.c
configure:3655: $? = 0
configure:3674: result: yes
configure:3683: checking for strings.h
configure:3693: gcc -E  conftest.c
configure:3699: $? = 0
configure:3718: result: yes
configure:3727: checking for usersec.h
configure:3737: gcc -E  conftest.c
configure:3734: header file 'usersec.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:3743: $? = 1
configure: failed program was:
#line 3733 "configure"
#include "confdefs.h"
#include <usersec.h>
configure:3762: result: no
configure:3771: checking for sys/ioctl.h
configure:3781: gcc -E  conftest.c
configure:3787: $? = 0
configure:3806: result: yes
configure:3818: checking for strdup
configure:3855: gcc -o conftest    conftest.c  >&5
configure:3858: $? = 0
configure:3861: test -s conftest
configure:3864: $? = 0
configure:3874: result: yes
configure:3818: checking for strcasecmp
configure:3855: gcc -o conftest    conftest.c  >&5
configure:3858: $? = 0
configure:3861: test -s conftest
configure:3864: $? = 0
configure:3874: result: yes
configure:3818: checking for strncasecmp
configure:3855: gcc -o conftest    conftest.c  >&5
configure:3858: $? = 0
configure:3861: test -s conftest
configure:3864: $? = 0
configure:3874: result: yes
configure:3818: checking for strlcat
configure:3855: gcc -o conftest    conftest.c  >&5
configure:3858: $? = 0
configure:3861: test -s conftest
configure:3864: $? = 0
configure:3874: result: yes
configure:3818: checking for strlcpy
configure:3855: gcc -o conftest    conftest.c  >&5
configure:3858: $? = 0
configure:3861: test -s conftest
configure:3864: $? = 0
configure:3874: result: yes
configure:3891: checking for snprintf
configure:3928: gcc -o conftest    conftest.c  >&5
configure:3931: $? = 0
configure:3934: test -s conftest
configure:3937: $? = 0
configure:3947: result: yes
configure:3891: checking for vsnprintf
configure:3928: gcc -o conftest    conftest.c  >&5
configure:3931: $? = 0
configure:3934: test -s conftest
configure:3937: $? = 0
configure:3947: result: yes
configure:3959: checking for correct format string to use with strftime
configure:3974: result: "%c"
configure:3986: checking for mkstemp
configure:4023: gcc -o conftest    conftest.c  >&5
configure:4026: $? = 0
configure:4029: test -s conftest
configure:4032: $? = 0
configure:4042: result: yes
configure:3986: checking for mkstemps
configure:4023: gcc -o conftest    conftest.c  >&5
configure:4026: $? = 0
configure:4029: test -s conftest
configure:4032: $? = 0
configure:4042: result: yes
configure:4055: checking for vsyslog
configure:4092: gcc -o conftest    conftest.c  >&5
configure:4095: $? = 0
configure:4098: test -s conftest
configure:4101: $? = 0
configure:4111: result: yes
configure:4126: checking for sigset
configure:4163: gcc -o conftest    conftest.c  >&5
ld: Undefined symbols:
_sigset
configure:4166: $? = 1
configure: failed program was:
#line 4132 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigset (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char sigset ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigset) || defined (__stub___sigset)
choke me
#else
f = sigset;
#endif

  ;
  return 0;
}
configure:4182: result: no
configure:4197: checking for sigaction
configure:4234: gcc -o conftest    conftest.c  >&5
configure:4237: $? = 0
configure:4240: test -s conftest
configure:4243: $? = 0
configure:4253: result: yes
configure:4266: checking for waitpid
configure:4303: gcc -o conftest    conftest.c  >&5
configure:4306: $? = 0
configure:4309: test -s conftest
configure:4312: $? = 0
configure:4322: result: yes
configure:4335: checking for wait3
configure:4372: gcc -o conftest    conftest.c  >&5
configure:4375: $? = 0
configure:4378: test -s conftest
configure:4381: $? = 0
configure:4391: result: yes
configure:4401: checking for tm_gmtoff member in tm structure
configure:4417: gcc -c   conftest.c >&5
configure:4420: $? = 0
configure:4423: test -s conftest.o
configure:4426: $? = 0
configure:4428: result: yes
configure:4923: checking if libsupc++ is required
configure:4930: result: yes
configure:5066: checking for jpeglib.h
configure:5076: gcc -E  conftest.c
configure:5073: header file 'jpeglib.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:5082: $? = 1
configure: failed program was:
#line 5072 "configure"
#include "confdefs.h"
#include <jpeglib.h>
configure:5101: result: no
configure:5164: checking for zlib.h
configure:5174: gcc -E  conftest.c
configure:5180: $? = 0
configure:5199: result: yes
configure:5202: checking for gzgets in -lz
configure:5229: gcc -o conftest    conftest.c -lz   >&5
configure:5232: $? = 0
configure:5235: test -s conftest
configure:5238: $? = 0
configure:5249: result: yes
configure:5262: checking for pow in -lm
configure:5289: gcc -o conftest    conftest.c -lm   -lz >&5
configure:5292: $? = 0
configure:5295: test -s conftest
configure:5298: $? = 0
configure:5309: result: yes
configure:5320: checking for png.h
configure:5330: gcc -E  conftest.c
configure:5327: header file 'png.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:5336: $? = 1
configure: failed program was:
#line 5326 "configure"
#include "confdefs.h"
#include <png.h>
configure:5355: result: no
configure:5417: checking for tiff.h
configure:5427: gcc -E  conftest.c
configure:5424: header file 'tiff.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:5433: $? = 1
configure: failed program was:
#line 5423 "configure"
#include "confdefs.h"
#include <tiff.h>
configure:5452: result: no
configure:5516: checking for stdlib.h
configure:5526: gcc -E  conftest.c
configure:5532: $? = 0
configure:5551: result: yes
configure:5563: checking for socket in -lsocket
configure:5590: gcc -o conftest    conftest.c -lsocket   >&5
ld: can't locate file for: -lsocket
configure:5593: $? = 1
configure: failed program was:
#line 5571 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char socket ();
int
main ()
{
socket ();
  ;
  return 0;
}
configure:5610: result: no
configure:5616: checking for gethostbyaddr in -lnsl
configure:5643: gcc -o conftest    conftest.c -lnsl   >&5
ld: can't locate file for: -lnsl
configure:5646: $? = 1
configure: failed program was:
#line 5624 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char gethostbyaddr ();
int
main ()
{
gethostbyaddr ();
  ;
  return 0;
}
configure:5663: result: no
configure:5674: checking for rresvport
configure:5711: gcc -o conftest    conftest.c  >&5
configure:5714: $? = 0
configure:5717: test -s conftest
configure:5720: $? = 0
configure:5730: result: yes
configure:5674: checking for getifaddrs
configure:5711: gcc -o conftest    conftest.c  >&5
configure:5714: $? = 0
configure:5717: test -s conftest
configure:5720: $? = 0
configure:5730: result: yes
configure:5740: checking for struct sockaddr.sa_len
configure:5761: gcc -c   conftest.c >&5
/usr/include/sys/socket.h:77: undefined type, found `u_char'
/usr/include/sys/socket.h:212: undefined type, found `u_char'
/usr/include/sys/socket.h:213: undefined type, found `u_char'
/usr/include/sys/socket.h:223: undefined type, found `u_short'
/usr/include/sys/socket.h:224: undefined type, found `u_short'
/usr/include/sys/socket.h:237: undefined type, found `u_char'
/usr/include/sys/socket.h:240: undefined type, found `int64_t'
/usr/include/sys/socket.h:372: undefined type, found `caddr_t'
/usr/include/sys/socket.h:373: undefined type, found `u_int'
/usr/include/sys/socket.h:375: undefined type, found `u_int'
/usr/include/sys/socket.h:376: undefined type, found `caddr_t'
/usr/include/sys/socket.h:377: undefined type, found `u_int'
/usr/include/sys/socket.h:406: undefined type, found `u_int'
/usr/include/sys/socket.h:469: undefined type, found `u_short'
/usr/include/sys/socket.h:477: undefined type, found `caddr_t'
/usr/include/sys/socket.h:481: undefined type, found `caddr_t'
/usr/include/sys/socket.h:516: undefined type, found `ssize_t'
/usr/include/sys/socket.h:516: syntax error, found `size_t'
/usr/include/sys/socket.h:516: illegal function definition, found `)'
/usr/include/sys/socket.h:517: undefined type, found `ssize_t'
/usr/include/sys/socket.h:517: syntax error, found `size_t'
/usr/include/sys/socket.h:517: illegal function definition, found `)'
/usr/include/sys/socket.h:518: undefined type, found `ssize_t'
/usr/include/sys/socket.h:519: undefined type, found `ssize_t'
/usr/include/sys/socket.h:519: syntax error, found `size_t'
/usr/include/sys/socket.h:519: illegal function definition, found `)'
/usr/include/sys/socket.h:520: undefined type, found `ssize_t'
/usr/include/sys/socket.h:520: syntax error, found `size_t'
/usr/include/sys/socket.h:520: illegal function definition, found `)'
/usr/include/sys/socket.h:522: undefined type, found `ssize_t'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
In file included from configure:5747:
/usr/include/sys/socket.h:77: parse error before "sa_family_t"
/usr/include/sys/socket.h:212: parse error before "u_char"
/usr/include/sys/socket.h:215: parse error before '}' token
/usr/include/sys/socket.h:223: parse error before "u_short"
/usr/include/sys/socket.h:237: parse error before "u_char"
/usr/include/sys/socket.h:239: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:239: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:239: size of array `__ss_pad1' is too large
/usr/include/sys/socket.h:240: parse error before "__ss_align"
/usr/include/sys/socket.h:241: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:241: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:241: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:241: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:242: parse error before '}' token
/usr/include/sys/socket.h:372: parse error before "caddr_t"
/usr/include/sys/socket.h:375: parse error before "msg_iovlen"
/usr/include/sys/socket.h:376: parse error before "msg_control"
/usr/include/sys/socket.h:377: parse error before "msg_controllen"
/usr/include/sys/socket.h:379: parse error before '}' token
/usr/include/sys/socket.h:406: parse error before "u_int"
/usr/include/sys/socket.h:410: parse error before '}' token
/usr/include/sys/socket.h:469: parse error before "u_short"
/usr/include/sys/socket.h:471: parse error before '}' token
/usr/include/sys/socket.h:477: parse error before "caddr_t"
/usr/include/sys/socket.h:481: parse error before "msg_accrights"
/usr/include/sys/socket.h:483: parse error before '}' token
In file included from configure:5747:
/usr/include/sys/socket.h:516: parse error before "recv"
/usr/include/sys/socket.h:516: parse error before "size_t"
/usr/include/sys/socket.h:517: parse error before "recvfrom"
/usr/include/sys/socket.h:517: parse error before "size_t"
/usr/include/sys/socket.h:518: parse error before "recvmsg"
/usr/include/sys/socket.h:519: parse error before "send"
/usr/include/sys/socket.h:519: parse error before "size_t"
/usr/include/sys/socket.h:520: parse error before "sendto"
/usr/include/sys/socket.h:520: parse error before "size_t"
/usr/include/sys/socket.h:522: parse error before "sendmsg"
configure: In function `main':
configure:5752: storage size of `ac_aggr' isn't known
configure:5752: storage size of `ac_aggr' isn't known
configure: At top level:
/usr/include/sys/socket.h:239: storage size of `__ss_pad1' isn't known
configure:5764: $? = 1
configure: failed program was:
#line 5746 "configure"
#include "confdefs.h"
#include <sys/socket.h>

int
main ()
{
static struct sockaddr ac_aggr;
if (ac_aggr.sa_len)
return 0;
  ;
  return 0;
}
configure:5780: result: no
configure:5783: checking for sys/sockio.h
configure:5793: gcc -E  conftest.c
configure:5799: $? = 0
configure:5818: result: yes
configure:5851: checking for slp.h
configure:5861: gcc -E  conftest.c
configure:5858: header file 'slp.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
configure:5867: $? = 1
configure: failed program was:
#line 5857 "configure"
#include "confdefs.h"
#include <slp.h>
configure:5886: result: no
configure:5974: checking for openssl/ssl.h
configure:5984: gcc -E  conftest.c
configure:5990: $? = 0
configure:6009: result: yes
configure:6019: checking for SSL_new in -lssl
configure:6046: gcc -o conftest    conftest.c -lssl -lcrypto  >&5
configure:6049: $? = 0
configure:6052: test -s conftest
configure:6055: $? = 0
configure:6066: result: yes
configure:6356: creating ./config.status

## ----------------------- ##
## Running config.status.  ##
## ----------------------- ##

This file was extended by config.status 2.52, executed with
  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  > ./config.status 
on loveji.apple.com

config.status:6852: creating Makedefs
config.status:6852: creating cups.list
config.status:6852: creating cups.sh
config.status:6852: creating cups-config
config.status:6852: creating conf/cupsd.conf
config.status:6944: creating config.h

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getifaddrs=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mkstemps=yes
ac_cv_func_rresvport=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigset=no
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wait3=yes
ac_cv_func_waitpid=yes
ac_cv_header_crypt_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_jpeglib_h=no
ac_cv_header_malloc_h=no
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_png_h=no
ac_cv_header_shadow_h=no
ac_cv_header_slp_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_tiff_h=no
ac_cv_header_usersec_h=no
ac_cv_header_zlib_h=yes
ac_cv_lib_dir_opendir=no
ac_cv_lib_m_pow=yes
ac_cv_lib_nsl_gethostbyaddr=no
ac_cv_lib_socket_socket=no
ac_cv_lib_ssl_SSL_new=yes
ac_cv_lib_z_gzgets=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_MV=/bin/mv
ac_cv_path_NROFF=/usr/bin/nroff
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_STRIP=/usr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_crypt='none required'
ac_cv_search_getspent=no

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define CUPS_DEFAULT_USER "daemon"
#define CUPS_DEFAULT_GROUP "admin"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define WORDS_BIGENDIAN 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_STRDUP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define CUPS_STRFTIME_FORMAT "%c"
#define HAVE_MKSTEMP 1
#define HAVE_MKSTEMPS 1
#define HAVE_VSYSLOG 1
#define HAVE_SIGACTION 1
#define HAVE_WAITPID 1
#define HAVE_WAIT3 1
#define HAVE_TM_GMTOFF 1
#define CUPS_SERVERROOT "/private/etc/cups"
#define CUPS_REQUESTS "/private/var/spool/cups"
#define CUPS_LOGDIR "/private/var/log/cups"
#define CUPS_SERVERBIN "/usr/libexec/cups"
#define CUPS_LOCALEDIR "/usr/share/locale"
#define CUPS_DATADIR "/usr/share/cups"
#define CUPS_DOCROOT "/usr/share/doc/cups"
#define CUPS_FONTPATH "/usr/share/cups/fonts"
#define HAVE_LIBZ 1
#define HAVE_LIBM 1
#define HAVE_STDLIB_H 1
#define HAVE_RRESVPORT 1
#define HAVE_GETIFADDRS 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_LIBSSL 1


configure: exit 0