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

configure:748: checking for gcc
configure:861: checking whether the C compiler (gcc  ) works
configure:877: gcc -o conftest    conftest.c  1>&5
configure:903: checking whether the C compiler (gcc  ) is a cross-compiler
configure:908: checking whether we are using GNU C
configure:917: gcc -E conftest.c
configure:936: checking whether gcc accepts -g
configure:969: checking how to run the C preprocessor
configure:990: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1049: checking for AIX
configure:1075: checking whether gcc needs -traditional
configure:1121: checking whether we are using SUNPro C
configure:1130: gcc -E conftest.c
configure:1141: checking for ranlib
configure:1176: checking whether byte ordering is bigendian
configure:1194: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1189: error: `bogus' undeclared (first use in this function)
configure:1189: error: (Each undeclared identifier is reported only once
configure:1189: error: for each function it appears in.)
configure:1189: error: syntax error before "endian"
configure: failed program was:
#line 1183 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
configure:1242: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 1229 "configure"
#include "confdefs.h"
main () {
  /* Are we little or big endian?  From Harbison&Steele.  */
  union
  {
    long l;
    char c[sizeof (long)];
  } u;
  u.l = 1;
  exit (u.c[sizeof (long) - 1] == 1);
}
configure:1269: checking for gmake
configure:1337: checking for gmake
configure:1420: checking for lt_dlinit in -lltdl
configure:1439: gcc -o conftest -g -O2   conftest.c -lltdl   1>&5
configure:1544: checking for Cygwin environment
configure:1560: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1556: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1556: error: (Each undeclared identifier is reported only once
configure:1556: error: for each function it appears in.)
configure: failed program was:
#line 1549 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1577: checking for mingw32 environment
configure:1589: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1585: error: `__MINGW32__' undeclared (first use in this function)
configure:1585: error: (Each undeclared identifier is reported only once
configure:1585: error: for each function it appears in.)
configure: failed program was:
#line 1582 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1681: checking host system type
configure:1702: checking build system type
configure:1731: checking for ld used by GCC
configure:1799: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:1816: checking for /usr/ccs/bin/ld option to reload object files
configure:1828: checking for BSD-compatible nm
configure:1866: checking whether ln -s works
configure:1887: checking how to recognise dependant libraries
configure:2070: checking for object suffix
configure:2076: gcc -c -g -O2  conftest.c 1>&5
configure:2096: checking for executable suffix
configure:2106: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2137: checking command to parse /usr/ccs/bin//nm -p output
configure:2217: gcc -c -g -O2  conftest.c 1>&5
configure:2220: /usr/ccs/bin//nm -p conftest.o | sed -n -e 's/^.*[ ]\([BDT][BDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:2271: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
configure:2320: checking for dlfcn.h
configure:2330: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2498: checking for ranlib
configure:2565: checking for strip
configure:2810: checking for objdir
configure:2841: checking for gcc option to produce PIC
configure:2993: checking if gcc PIC flag -fPIC works
configure:3007: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
configure:3063: checking if gcc static flag -static works
configure:3078: gcc -o conftest -g -O2   -static conftest.c  1>&5
ld: fatal: library -lc: not found
ld: fatal: library -lc: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 3071 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:3109: checking if gcc supports -c -o file.o
configure:3128: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
configure:3157: checking if gcc supports -c -o file.lo
configure:3175: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
configure:3233: checking if gcc supports -fno-rtti -fno-exceptions
configure:3246: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:3277: checking whether the linker (/usr/ccs/bin/ld) supports shared libraries
configure:3965: checking how to hardcode library paths into programs
configure:3997: checking whether stripping libraries is possible
configure:4015: checking dynamic linker characteristics
configure:4416: checking if libtool supports shared libraries
configure:4424: checking whether to build shared libraries
configure:4451: checking whether to build static libraries
configure:4494: checking for shl_load
configure:4522: gcc -o conftest -g -O2   conftest.c  1>&5
Undefined			first referenced
 symbol  			    in file
shl_load                            /var/tmp//ccgLyIE6.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4499 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_load(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char shl_load();

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_shl_load) || defined (__stub___shl_load)
choke me
#else
shl_load();
#endif

; return 0; }
configure:4540: checking for shl_load in -ldld
configure:4559: gcc -o conftest -g -O2   conftest.c -ldld   1>&5
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4548 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char shl_load();

int main() {
shl_load()
; return 0; }
configure:4578: checking for dlopen
configure:4606: gcc -o conftest -g -O2   conftest.c  1>&5
configure:4775: checking whether a program can dlopen itself
configure:4846: gcc -o conftest -g -O2  -DHAVE_DLFCN_H   conftest.c   1>&5
configure:4869: checking whether a statically linked program can dlopen itself
configure:4940: gcc -o conftest -g -O2  -DHAVE_DLFCN_H    conftest.c   1>&5
configure:5654: checking logdir
configure:5676: checking radacctdir
configure:5698: checking raddbdir
configure:5910: checking for perl
configure:5949: checking for snmpget
configure:5988: checking for snmpwalk
configure:6027: checking for rusers
configure:6063: checking for working aclocal
configure:6076: checking for working autoconf
configure:6089: checking for working autoheader
configure:6105: checking for locate
configure:6140: checking for dirname
configure:6175: checking for grep
configure:6219: checking for pthread.h
configure:6229: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6258: checking for pthread_create in -lpthread
configure:6277: gcc -o conftest -g -O2   conftest.c -lpthread   1>&5
configure:6351: checking for library containing sem_init
configure:6369: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c  -lpthread 1>&5
Undefined			first referenced
 symbol  			    in file
sem_init                            /var/tmp//ccgecwgh.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6358 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lpthread   -lpthread 1>&5
Undefined			first referenced
 symbol  			    in file
sem_init                            /var/tmp//ccCZXFeM.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6380 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lsem   -lpthread 1>&5
ld: fatal: library -lsem: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6380 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sem_init();

int main() {
sem_init()
; return 0; }
configure:6391: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lposix4   -lpthread 1>&5
configure:6415: checking for getsockname in -lsocket
configure:6434: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lsocket  -lposix4  -lpthread 1>&5
configure:6463: checking for inet_aton in -lresolv
configure:6482: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lresolv  -lsocket -lposix4  -lpthread 1>&5
configure:6511: checking for inet_ntoa in -lnsl
configure:6530: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lnsl  -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:6573: checking for dirent.h that defines DIR
configure:6586: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  conftest.c 1>&5
configure:6611: checking for opendir in -ldir
configure:6630: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -ldir  -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
ld: fatal: library -ldir: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6619 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:6694: checking for ANSI C header files
configure:6707: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6774: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   conftest.c -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:6798: checking whether time.h and sys/time.h may both be included
configure:6812: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  conftest.c 1>&5
configure:6833: checking for sys/wait.h that is POSIX.1 compatible
configure:6854: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS  conftest.c 1>&5
configure:6908: checking for unistd.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for crypt.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for errno.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for resource.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6914:22: resource.h: No such file or directory
configure: failed program was:
#line 6913 "configure"
#include "confdefs.h"
#include <resource.h>
configure:6908: checking for getopt.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for malloc.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for utmp.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for utmpx.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for signal.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/select.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for syslog.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for inttypes.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for stdint.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for stdio.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for netdb.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for semaphore.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for arpa/inet.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for netinet/in.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/types.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/socket.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/time.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/wait.h
configure:6908: checking for sys/security.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6914:26: sys/security.h: No such file or directory
configure: failed program was:
#line 6913 "configure"
#include "confdefs.h"
#include <sys/security.h>
configure:6908: checking for fcntl.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for sys/fcntl.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6908: checking for prot.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6914:18: prot.h: No such file or directory
configure: failed program was:
#line 6913 "configure"
#include "confdefs.h"
#include <prot.h>
configure:6908: checking for sia.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6914:17: sia.h: No such file or directory
configure: failed program was:
#line 6913 "configure"
#include "confdefs.h"
#include <sia.h>
configure:6908: checking for siad.h
configure:6918: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6914:18: siad.h: No such file or directory
configure: failed program was:
#line 6913 "configure"
#include "confdefs.h"
#include <siad.h>
configure:6948: checking for regex.h
configure:6958: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7030: checking for openssl/ssl.h
configure:7048: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7171: checking for openssl/err.h
configure:7181: gcc -E -I/usr/sfw/include/openssl/  conftest.c >/dev/null 2>conftest.out
configure:7171: checking for openssl/crypto.h
configure:7181: gcc -E -I/usr/sfw/include/openssl/  conftest.c >/dev/null 2>conftest.out
configure:7171: checking for openssl/rand.h
configure:7181: gcc -E -I/usr/sfw/include/openssl/  conftest.c >/dev/null 2>conftest.out
configure:7171: checking for openssl/engine.h
configure:7181: gcc -E -I/usr/sfw/include/openssl/  conftest.c >/dev/null 2>conftest.out
configure:7210: checking for OpenSSL version >= 0.9.7
configure:7245: checking for DH_new in -lcrypto
configure:7262: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -I/usr/sfw/include/openssl/  conftest.c -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7394: checking for SSL_new in -lssl
configure:7411: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -I/usr/sfw/include/openssl/  conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7549: checking for off_t
configure:7582: checking for pid_t
configure:7615: checking for size_t
configure:7648: checking for uid_t in sys/types.h
configure:7684: checking for socklen_t
configure:7703: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7727: checking for uint8_t
configure:7746: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7770: checking for uint16_t
configure:7789: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7813: checking for uint32_t
configure:7832: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7881: checking for getopt_long
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for lockf
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for strsignal
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for sigaction
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for sigprocmask
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for pthread_sigmask
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for snprintf
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7893: warning: conflicting types for built-in function 'snprintf'
configure:7881: checking for vsnprintf
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7893: warning: conflicting types for built-in function 'vsnprintf'
configure:7881: checking for setsid
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for strncasecmp
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for strcasecmp
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for localtime_r
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for ctime_r
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for gmtime_r
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for strsep
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
Undefined			first referenced
 symbol  			    in file
strsep                              /var/tmp//ccYUcPym.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 7886 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strsep(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strsep();

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_strsep) || defined (__stub___strsep)
choke me
#else
strsep();
#endif

; return 0; }
configure:7881: checking for inet_aton
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for inet_pton
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for inet_ntop
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for gethostname
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for setlinebuf
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for setvbuf
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for getusershell
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7881: checking for initgroups
configure:7909: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:7945: checking whether crypt must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether strncasecmp must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether strcasecmp must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether inet_aton must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether gethostname must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether setlinebuf must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether getusershell must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:7945: checking whether endusershell must be declared
configure:8005: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:8032: checking return type of signal handlers
configure:8054: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:8077: checking for ut_xtime in struct utmpx
configure:8093: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:8124: checking for ipi_addr in struct in_pktinfo
configure:8140: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure: In function `main':
configure:8136: error: dereferencing pointer to incomplete type
configure: failed program was:
#line 8128 "configure"
#include "confdefs.h"

#include <netinet/in.h>
#ifndef offsetof
#define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
#endif

int main() {
 int foo = offsetof(struct in_pktinfo, ipi_addr) 
; return 0; }
configure:8170: checking for working const
configure:8224: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/  conftest.c 1>&5
configure:8246: checking type of OS
configure:8261: checking for developer gcc flags
configure:8276: checking for crypt in -lcrypt
configure:8295: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -lcrypt  -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8288: warning: function declaration isn't a prototype
configure:8290: warning: function declaration isn't a prototype
configure:8376: checking for setkey in -lcipher
configure:8395: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -lcipher  -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8388: warning: function declaration isn't a prototype
configure:8390: warning: function declaration isn't a prototype
ld: fatal: library -lcipher: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 8384 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setkey();

int main() {
setkey()
; return 0; }
configure:8424: checking for asn1.h,snmp.h,snmp_impl.h
configure:8452: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef  conftest.c 1>&5
In file included from configure:8444:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8445:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8446:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
configure:8447: warning: function declaration isn't a prototype
configure: In function `main':
configure:8448: warning: unused variable `a'
configure: failed program was:
#line 8427 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8493: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/include  conftest.c 1>&5
In file included from configure:8485:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8486:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8487:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
configure:8488: warning: function declaration isn't a prototype
configure: In function `main':
configure:8489: warning: unused variable `a'
configure: failed program was:
#line 8468 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8493: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/local/include  conftest.c 1>&5
In file included from configure:8485:
/usr/sfw/include/ucd-snmp/asn1.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8486:
/usr/sfw/include/ucd-snmp/snmp.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
In file included from configure:8487:
/usr/sfw/include/ucd-snmp/snmp_impl.h:7:2: #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
configure:8488: warning: function declaration isn't a prototype
configure: In function `main':
configure:8489: warning: unused variable `a'
configure: failed program was:
#line 8468 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp.h>
#include <ucd-snmp/snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8540: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/include/ucd-snmp  conftest.c 1>&5
In file included from configure:8532:
/usr/sfw/include/openssl/asn1.h:478: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:479: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:480: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:481: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:800: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:802: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:861: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:871: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:906: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:908: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:910: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:912: warning: function declaration isn't a prototype
configure:8533:18: snmp.h: No such file or directory
configure:8534:23: snmp_impl.h: No such file or directory
configure:8535: warning: function declaration isn't a prototype
configure: In function `main':
configure:8536: warning: unused variable `a'
configure: failed program was:
#line 8515 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8540: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/local/include/ucd-snmp  conftest.c 1>&5
In file included from configure:8532:
/usr/sfw/include/openssl/asn1.h:478: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:479: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:480: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:481: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:800: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:802: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:861: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:871: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:906: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:908: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:910: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:912: warning: function declaration isn't a prototype
configure:8533:18: snmp.h: No such file or directory
configure:8534:23: snmp_impl.h: No such file or directory
configure:8535: warning: function declaration isn't a prototype
configure: In function `main':
configure:8536: warning: unused variable `a'
configure: failed program was:
#line 8515 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8587: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/include/ucd-snmp  conftest.c 1>&5
In file included from configure:8579:
/usr/sfw/include/openssl/asn1.h:478: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:479: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:480: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:481: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:800: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:802: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:861: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:871: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:906: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:908: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:910: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:912: warning: function declaration isn't a prototype
configure:8580:18: snmp.h: No such file or directory
configure:8581:23: snmp_impl.h: No such file or directory
configure:8582: warning: function declaration isn't a prototype
configure: In function `main':
configure:8583: warning: unused variable `a'
configure: failed program was:
#line 8562 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8587: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I/usr/local/include/ucd-snmp  conftest.c 1>&5
In file included from configure:8579:
/usr/sfw/include/openssl/asn1.h:478: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:479: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:480: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:481: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:800: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:802: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:854: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:859: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:861: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:869: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:871: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:906: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:908: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:910: warning: function declaration isn't a prototype
/usr/sfw/include/openssl/asn1.h:912: warning: function declaration isn't a prototype
configure:8580:18: snmp.h: No such file or directory
configure:8581:23: snmp_impl.h: No such file or directory
configure:8582: warning: function declaration isn't a prototype
configure: In function `main':
configure:8583: warning: unused variable `a'
configure: failed program was:
#line 8562 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
#include <snmp.h>
#include <snmp_impl.h>
int main() {
 int a = 1;
; return 0; }
configure:8737: checking gethostbyaddr_r() syntax
configure:8760: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8755: warning: function declaration isn't a prototype
configure: In function `main':
configure:8756: error: too many arguments to function `gethostbyaddr_r'
configure: failed program was:
#line 8750 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <netdb.h>

int main() {
 gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL, NULL) 
; return 0; }
configure:8787: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8782: warning: function declaration isn't a prototype
configure:8842: checking gethostbyname_r() syntax
configure:8854: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8849: warning: function declaration isn't a prototype
configure: In function `main':
configure:8850: error: too many arguments to function `gethostbyname_r'
configure: failed program was:
#line 8844 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <netdb.h>

int main() {
 gethostbyname_r(NULL, NULL, NULL, 0, NULL, NULL) 
; return 0; }
configure:8880: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8875: warning: function declaration isn't a prototype
configure:8935: checking ctime_r() syntax
configure:8946: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8941: warning: function declaration isn't a prototype
configure: In function `main':
configure:8942: error: too many arguments to function `ctime_r'
configure: failed program was:
#line 8937 "configure"
#include "confdefs.h"

#include <time.h>

int main() {
 ctime_r(NULL, NULL, 0) 
; return 0; }
configure:8971: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -I/usr/sfw/include/openssl/ -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef   conftest.c -L/usr/lib/sparcv9/ -lssl -L/usr/lib/sparcv9/ -lcrypto -lnsl -lresolv -lsocket -lposix4  -lpthread 1>&5
configure:8966: warning: function declaration isn't a prototype

