Skip to content

Instantly share code, notes, and snippets.

@ppcluddite
Created August 29, 2013 10:32
Show Gist options
  • Save ppcluddite/6376540 to your computer and use it in GitHub Desktop.
Save ppcluddite/6376540 to your computer and use it in GitHub Desktop.
brew install openvpn logs
config.log begins on line 620.
brew doctor begins on line 8879.
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install openvpn
==> Downloading http://build.openvpn.net/downloads/releases/openvpn-2.3.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/openvpn-2.3.2.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/openvpn-2.3.2.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/openvpn/2.3.2 --enable-password-save
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/openvpn/2.3.2 --enable-password-save
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for style of include used by make... GNU
checking for gcc... /usr/local/bin/gcc-4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed
checking dependency style of /usr/local/bin/gcc-4.2... none
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for ifconfig... /sbin/ifconfig
checking for route... /sbin/route
checking for ip... no
checking for netstat... netstat
checking for man2html... no
checking for git... git
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert powerpc-apple-darwin8.11.0 file names to powerpc-apple-darwin8.11.0 format... func_convert_file_noop
checking how to convert powerpc-apple-darwin8.11.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc-4.2 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... otool64
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... /usr/bin/ld: unknown flag: -force_load
no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/bin/gcc-4.2 static flag -static works... no
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking return type of signal handlers... void
checking for ISO C 1999 vararg macro support... yes
checking for GNU GCC vararg macro support... yes
checking for socklen_t... yes
checking for C compiler empty array size... 0
checking size of unsigned int... 4
checking size of unsigned long... 4
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking linux/sockios.h usability... no
checking linux/sockios.h presence... no
checking for linux/sockios.h... no
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for net/if.h... yes
checking for netinet/ip.h... yes
checking for netinet/if_ether.h... yes
checking for resolv.h... yes
checking for sys/un.h... yes
checking for in_addr_t... yes
checking for struct iphdr... no
checking for struct sock_extended_err... no
checking for struct msghdr... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... no
checking for struct sockaddr_in6... yes
checking whether SO_MARK is declared... no
checking whether SIGHUP is declared... yes
checking whether SIGINT is declared... yes
checking whether SIGUSR1 is declared... yes
checking whether SIGUSR2 is declared... yes
checking whether SIGTERM is declared... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for daemon... yes
checking for chroot... yes
checking for getpwnam... yes
checking for setuid... yes
checking for nice... yes
checking for system... yes
checking for getpid... yes
checking for dup... yes
checking for dup2... yes
checking for getpass... yes
checking for strerror... yes
checking for syslog... yes
checking for openlog... yes
checking for mlockall... yes
checking for getgrnam... yes
checking for setgid... yes
checking for setgroups... yes
checking for stat... yes
checking for flock... yes
checking for readv... yes
checking for writev... yes
checking for time... yes
checking for gettimeofday... yes
checking for ctime... yes
checking for memset... yes
checking for vsnprintf... yes
checking for strdup... yes
checking for setsid... yes
checking for chdir... yes
checking for putenv... yes
checking for getpeername... yes
checking for unlink... yes
checking for chsize... no
checking for ftruncate... yes
checking for execve... yes
checking for getpeereid... yes
checking for umask... yes
checking for basename... yes
checking for dirname... yes
checking for access... yes
checking for epoll_create... no
checking for dlopen in -ldl... yes
checking for inet_ntoa in -lnsl... no
checking for socket in -lsocket... no
checking for gethostbyname in -lresolv... yes
checking for sendmsg... yes
checking for recvmsg... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for res_init... yes
checking for socket... yes
checking for recv... yes
checking for recvfrom... yes
checking for send... yes
checking for sendto... yes
checking for listen... yes
checking for accept... yes
checking for connect... yes
checking for bind... yes
checking for select... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking for getsockname... yes
checking for poll... yes
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking net/tun/if_tun.h usability... no
checking net/tun/if_tun.h presence... no
checking for net/tun/if_tun.h... no
checking linux/if_tun.h usability... no
checking linux/if_tun.h presence... no
checking for linux/if_tun.h... no
checking tap-windows.h usability... no
checking tap-windows.h presence... no
checking for tap-windows.h... no
checking whether TUNSETPERSIST is declared... no
checking for setcon in -lselinux... no
checking for pam_start in -lpam... yes
checking for PKCS11_HELPER... no
checking for OPENSSL_CRYPTO... yes
checking for OPENSSL_SSL... no
checking for SSL_CTX_new in -lssl... yes
checking for EVP_CIPHER_CTX_set_key_length... yes
checking for ENGINE_load_builtin_engines... yes
checking for ENGINE_register_all_complete... yes
checking for ENGINE_cleanup... yes
checking for ssl_init in -lpolarssl... no
checking for aes_crypt_cbc in -lpolarssl... no
checking for lzo1x_1_15_compress in -llzo2... yes
checking lzo/lzoutil.h usability... yes
checking lzo/lzoutil.h presence... yes
checking for lzo/lzoutil.h... yes
checking lzo/lzo1x.h usability... yes
checking lzo/lzo1x.h presence... yes
checking for lzo/lzo1x.h... yes
checking git checkout... no
configure: creating ./config.status
config.status: creating version.sh
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/msvc/Makefile
config.status: creating build/msvc/msvc-generate/Makefile
config.status: creating distro/Makefile
config.status: creating distro/rpm/Makefile
config.status: creating distro/rpm/openvpn.spec
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/openvpn/Makefile
config.status: creating src/openvpnserv/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/auth-pam/Makefile
config.status: creating src/plugins/down-root/Makefile
config.status: creating tests/Makefile
config.status: creating sample/Makefile
config.status: creating doc/Makefile
config.status: creating tests/t_client.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
==> make install
make install
make install-recursive
Making install in build
Making install in msvc
Making install in msvc-generate
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in distro
Making install in rpm
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in include
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/openvpn/2.3.2/include'
/usr/bin/install -c -m 644 openvpn-plugin.h '/usr/local/Cellar/openvpn/2.3.2/include'
Making install in src
Making install in compat
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-dirname.lo compat-dirname.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-dirname.c -fno-common -DPIC -o .libs/compat-dirname.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-basename.lo compat-basename.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-basename.c -fno-common -DPIC -o .libs/compat-basename.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-basename.c -o compat-basename.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-gettimeofday.lo compat-gettimeofday.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-gettimeofday.c -fno-common -DPIC -o .libs/compat-gettimeofday.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-daemon.lo compat-daemon.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-daemon.c -fno-common -DPIC -o .libs/compat-daemon.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-inet_ntop.lo compat-inet_ntop.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-inet_ntop.c -fno-common -DPIC -o .libs/compat-inet_ntop.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-inet_ntop.c -o compat-inet_ntop.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o compat-inet_pton.lo compat-inet_pton.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-inet_pton.c -fno-common -DPIC -o .libs/compat-inet_pton.o
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c compat-inet_pton.c -o compat-inet_pton.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names -o libcompat.la compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo
libtool: link: ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o
ranlib: file: .libs/libcompat.a(compat-dirname.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-basename.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-gettimeofday.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-daemon.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-inet_ntop.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-inet_pton.o) has no symbols
libtool: link: ranlib .libs/libcompat.a
ranlib: file: .libs/libcompat.a(compat-dirname.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-basename.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-gettimeofday.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-daemon.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-inet_ntop.o) has no symbols
ranlib: file: .libs/libcompat.a(compat-inet_pton.o) has no symbols
ranlib: warning for library: .libs/libcompat.a the table of contents is empty (no object file members in the library define global symbols)
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in openvpn
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c base64.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c buffer.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c clinat.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c crypto.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c crypto_openssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c crypto_polarssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c dhcp.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c error.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c event.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c fdmisc.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c forward.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c fragment.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c gremlin.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c helper.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c httpdigest.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c lladdr.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c init.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c interval.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c list.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c lzo.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c manage.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mbuf.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c misc.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c platform.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c console.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mroute.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mss.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mstats.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mtcp.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mtu.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c mudp.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c multi.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ntlm.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c occ.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c pkcs11.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c pkcs11_openssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c pkcs11_polarssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c openvpn.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c options.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c otime.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c packet_id.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c perf.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c pf.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ping.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c plugin.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c pool.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c proto.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c proxy.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ps.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c push.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c reliable.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c route.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c schedule.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c session_id.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c shaper.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c sig.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c socket.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c socks.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl_openssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl_polarssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl_verify.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl_verify_openssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c ssl_verify_polarssl.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c status.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c tun.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c win32.c
/usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/compat -no-cpp-precomp -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c cryptoapi.c
/bin/sh ../../libtool --tag=CC --mode=link /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names -o openvpn base64.o buffer.o clinat.o crypto.o crypto_openssl.o crypto_polarssl.o dhcp.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_polarssl.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_polarssl.o ssl_verify.o ssl_verify_openssl.o ssl_verify_polarssl.o status.o tun.o win32.o cryptoapi.o ../../src/compat/libcompat.la -lresolv -llzo2 -lssl -lcrypto -lz -ldl
libtool: link: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -Wl,-headerpad_max_install_names -o openvpn base64.o buffer.o clinat.o crypto.o crypto_openssl.o crypto_polarssl.o dhcp.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_polarssl.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_polarssl.o ssl_verify.o ssl_verify_openssl.o ssl_verify_polarssl.o status.o tun.o win32.o cryptoapi.o -L/usr/local/lib ../../src/compat/.libs/libcompat.a -lresolv -llzo2 -lssl -lcrypto -lz -ldl
../.././install-sh -c -d '/usr/local/Cellar/openvpn/2.3.2/sbin'
/bin/sh ../../libtool --mode=install /usr/bin/install -c openvpn '/usr/local/Cellar/openvpn/2.3.2/sbin'
libtool: install: /usr/bin/install -c openvpn /usr/local/Cellar/openvpn/2.3.2/sbin/openvpn
make[4]: Nothing to be done for `install-data-am'.
Making install in openvpnserv
make[4]: Nothing to be done for `install-data-am'.
Making install in plugins
Making install in auth-pam
/bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../../.. -no-cpp-precomp -I../../../include -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o auth-pam.lo auth-pam.c
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../../.. -no-cpp-precomp -I../../../include -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c auth-pam.c -fno-common -DPIC -o .libs/auth-pam.o
auth-pam.c:33:31: error: security/pam_appl.h: No such file or directory
auth-pam.c: In function 'my_conv':
auth-pam.c:550: error: 'PAM_SUCCESS' undeclared (first use in this function)
auth-pam.c:550: error: (Each undeclared identifier is reported only once
auth-pam.c:550: error: for each function it appears in.)
auth-pam.c:554: error: 'PAM_MAX_NUM_MSG' undeclared (first use in this function)
auth-pam.c:555: error: 'PAM_CONV_ERR' undeclared (first use in this function)
auth-pam.c:556: error: dereferencing pointer to incomplete type
auth-pam.c:557: error: 'PAM_BUF_ERR' undeclared (first use in this function)
auth-pam.c:563: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:563: error: dereferencing pointer to incomplete type
auth-pam.c:564: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:564: error: dereferencing pointer to incomplete type
auth-pam.c:570: error: dereferencing pointer to incomplete type
auth-pam.c:570: error: dereferencing pointer to incomplete type
auth-pam.c:571: error: dereferencing pointer to incomplete type
auth-pam.c:586: error: dereferencing pointer to incomplete type
auth-pam.c:589: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:589: error: dereferencing pointer to incomplete type
auth-pam.c:593: error: dereferencing pointer to incomplete type
auth-pam.c:598: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:598: error: dereferencing pointer to incomplete type
auth-pam.c:600: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:600: error: dereferencing pointer to incomplete type
auth-pam.c:602: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:602: error: dereferencing pointer to incomplete type
auth-pam.c:604: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:604: error: dereferencing pointer to incomplete type
auth-pam.c:606: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:606: error: dereferencing pointer to incomplete type
auth-pam.c:618: error: dereferencing pointer to incomplete type
auth-pam.c:620: error: 'PAM_PROMPT_ECHO_OFF' undeclared (first use in this function)
auth-pam.c:621: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:621: error: dereferencing pointer to incomplete type
auth-pam.c:622: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:622: error: dereferencing pointer to incomplete type
auth-pam.c:626: error: 'PAM_PROMPT_ECHO_ON' undeclared (first use in this function)
auth-pam.c:627: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:627: error: dereferencing pointer to incomplete type
auth-pam.c:628: error: invalid use of undefined type 'struct pam_response'
auth-pam.c:628: error: dereferencing pointer to incomplete type
auth-pam.c:632: error: 'PAM_ERROR_MSG' undeclared (first use in this function)
auth-pam.c:633: error: 'PAM_TEXT_INFO' undeclared (first use in this function)
auth-pam.c: In function 'pam_auth':
auth-pam.c:656: error: storage size of 'conv' isn't known
auth-pam.c:657: error: 'pam_handle_t' undeclared (first use in this function)
auth-pam.c:657: error: 'pamh' undeclared (first use in this function)
auth-pam.c:658: error: 'PAM_SUCCESS' undeclared (first use in this function)
make[4]: *** [auth-pam.lo] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: (none)
CPU: single-core 32-bit g4
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
X11: 1.1.3 => /usr/X11R6
==> ENV
CC: /usr/local/bin/gcc-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/gcc-4.2
CXX: /usr/local/bin/g++-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/g++-4.2
CFLAGS: -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4
CXXFLAGS: -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4
LDFLAGS: -L/usr/local/lib -Wl,-headerpad_max_install_names
MAKEFLAGS: -j1
MACOSX_DEPLOYMENT_TARGET: 10.4
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: /usr/local/bin/gcc-4.2
PATH: /usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/Library/Contributions/cmd
CPATH: /usr/local/include
Error: openvpn did not build
Logs: /Users/administrator/Library/Logs/Homebrew/openvpn/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OpenVPN configure 2.3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/openvpn/2.3.2 --enable-password-save
## --------- ##
## Platform. ##
## --------- ##
hostname = Sawtooth
uname -m = Power Macintosh
uname -r = 8.11.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7400 (PowerPC 7400)
Processor active: 0
Primary memory available: 896.00 megabytes
Default processor set: 49 tasks, 132 threads, 1 processors
Load average: 2.34, Mach factor: 0.21
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/Library/Contributions/cmd
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2873: checking for a BSD-compatible install
configure:2941: result: /usr/bin/install -c
configure:2952: checking whether build environment is sane
configure:3002: result: yes
configure:3143: checking for a thread-safe mkdir -p
configure:3182: result: ./install-sh -c -d
configure:3195: checking for gawk
configure:3225: result: no
configure:3195: checking for mawk
configure:3225: result: no
configure:3195: checking for nawk
configure:3225: result: no
configure:3195: checking for awk
configure:3211: found /usr/bin/awk
configure:3222: result: awk
configure:3233: checking whether make sets $(MAKE)
configure:3255: result: yes
configure:3339: checking build system type
configure:3353: result: powerpc-apple-darwin8.11.0
configure:3373: checking host system type
configure:3386: result: powerpc-apple-darwin8.11.0
configure:3418: checking for style of include used by make
configure:3446: result: GNU
configure:3517: checking for gcc
configure:3544: result: /usr/local/bin/gcc-4.2
configure:3773: checking for C compiler version
configure:3782: /usr/local/bin/gcc-4.2 --version >&5
powerpc-apple-darwin8-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 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:3793: $? = 0
configure:3782: /usr/local/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5553/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin8 --program-prefix= --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:3793: $? = 0
configure:3782: /usr/local/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:3793: $? = 1
configure:3782: /usr/local/bin/gcc-4.2 -qversion >&5
powerpc-apple-darwin8-gcc-4.2.1: no input files
configure:3793: $? = 1
configure:3813: checking whether the C compiler works
configure:3835: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:3839: $? = 0
configure:3887: result: yes
configure:3890: checking for C compiler default output file name
configure:3892: result: a.out
configure:3898: checking for suffix of executables
configure:3905: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:3909: $? = 0
configure:3931: result:
configure:3953: checking whether we are cross compiling
configure:3961: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:3965: $? = 0
configure:3972: ./conftest
configure:3976: $? = 0
configure:3991: result: no
configure:3996: checking for suffix of object files
configure:4018: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4022: $? = 0
configure:4043: result: o
configure:4047: checking whether we are using the GNU C compiler
configure:4066: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4066: $? = 0
configure:4075: result: yes
configure:4084: checking whether /usr/local/bin/gcc-4.2 accepts -g
configure:4104: /usr/local/bin/gcc-4.2 -c -g conftest.c >&5
configure:4104: $? = 0
configure:4145: result: yes
configure:4162: checking for /usr/local/bin/gcc-4.2 option to accept ISO C89
configure:4225: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4225: $? = 0
configure:4238: result: none needed
configure:4260: checking dependency style of /usr/local/bin/gcc-4.2
configure:4371: result: none
configure:4392: checking how to run the C preprocessor
configure:4423: /usr/local/bin/gcc-4.2 -E conftest.c
configure:4423: $? = 0
configure:4437: /usr/local/bin/gcc-4.2 -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4437: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4462: result: /usr/local/bin/gcc-4.2 -E
configure:4482: /usr/local/bin/gcc-4.2 -E conftest.c
configure:4482: $? = 0
configure:4496: /usr/local/bin/gcc-4.2 -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:4496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4525: checking for grep that handles long lines and -e
configure:4583: result: /usr/bin/grep
configure:4588: checking for egrep
configure:4650: result: /usr/bin/grep -E
configure:4655: checking for ANSI C header files
configure:4675: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4675: $? = 0
configure:4745: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:4745: $? = 0
configure:4745: ./conftest
configure:4745: $? = 0
configure:4756: result: yes
configure:4769: checking for sys/types.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for sys/stat.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for stdlib.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for string.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for memory.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for strings.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for inttypes.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for stdint.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4769: checking for unistd.h
configure:4769: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4782: checking minix/config.h usability
configure:4782: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
conftest.c:55:26: error: minix/config.h: No such file or directory
configure:4782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4782: result: no
configure:4782: checking minix/config.h presence
configure:4782: /usr/local/bin/gcc-4.2 -E conftest.c
conftest.c:22:26: error: minix/config.h: No such file or directory
configure:4782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4782: result: no
configure:4782: checking for minix/config.h
configure:4782: result: no
configure:4803: checking whether it is safe to define __EXTENSIONS__
configure:4821: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 conftest.c >&5
configure:4821: $? = 0
configure:4828: result: yes
configure:5332: checking for pkg-config
configure:5350: found /usr/local/bin/pkg-config
configure:5362: result: /usr/local/bin/pkg-config
configure:5387: checking pkg-config is at least version 0.9.0
configure:5390: result: yes
configure:5403: checking how to run the C preprocessor
configure:5473: result: /usr/local/bin/gcc-4.2 -E
configure:5493: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:5493: $? = 0
configure:5507: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:30:28: error: ac_nonexistent.h: No such file or directory
configure:5507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5536: checking whether ln -s works
configure:5540: result: yes
configure:5547: checking for a sed that does not truncate output
configure:5611: result: /usr/bin/sed
configure:5616: checking whether make sets $(MAKE)
configure:5638: result: yes
configure:5658: checking for ifconfig
configure:5677: found /sbin/ifconfig
configure:5689: result: /sbin/ifconfig
configure:5704: checking for route
configure:5723: found /sbin/route
configure:5735: result: /sbin/route
configure:5750: checking for ip
configure:5784: result: no
configure:5796: checking for netstat
configure:5813: found /usr/sbin/netstat
configure:5824: result: netstat
configure:5840: checking for man2html
configure:5870: result: no
configure:5882: checking for git
configure:5898: found /usr/local/bin/git
configure:5909: result: git
configure:5986: checking how to print strings
configure:6013: result: printf
configure:6034: checking for a sed that does not truncate output
configure:6098: result: /usr/bin/sed
configure:6116: checking for fgrep
configure:6178: result: /usr/bin/grep -F
configure:6213: checking for ld used by /usr/local/bin/gcc-4.2
configure:6280: result: /usr/bin/ld
configure:6287: checking if the linker (/usr/bin/ld) is GNU ld
configure:6302: result: no
configure:6314: checking for BSD- or MS-compatible name lister (nm)
configure:6363: result: /usr/bin/nm -p
configure:6493: checking the name lister (/usr/bin/nm -p) interface
configure:6500: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:6503: /usr/bin/nm -p "conftest.o"
configure:6506: output
00000000 D _some_variable
configure:6513: result: BSD nm
configure:6517: checking the maximum length of command line arguments
configure:6647: result: 196608
configure:6664: checking whether the shell understands some XSI constructs
configure:6674: result: yes
configure:6678: checking whether the shell understands "+="
configure:6684: result: no
configure:6719: checking how to convert powerpc-apple-darwin8.11.0 file names to powerpc-apple-darwin8.11.0 format
configure:6759: result: func_convert_file_noop
configure:6766: checking how to convert powerpc-apple-darwin8.11.0 file names to toolchain format
configure:6786: result: func_convert_file_noop
configure:6793: checking for /usr/bin/ld option to reload object files
configure:6800: result: -r
configure:6874: checking for objdump
configure:6904: result: no
configure:6930: checking how to recognize dependent libraries
configure:7132: result: pass_all
configure:7217: checking for dlltool
configure:7247: result: no
configure:7274: checking how to associate runtime and link libraries
configure:7301: result: printf %s\n
configure:7361: checking for ar
configure:7377: found /usr/bin/ar
configure:7388: result: ar
configure:7425: checking for archiver @FILE support
configure:7442: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:7442: $? = 0
configure:7445: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7448: $? = 1
configure:7468: result: no
configure:7526: checking for strip
configure:7542: found /usr/bin/strip
configure:7553: result: strip
configure:7625: checking for ranlib
configure:7641: found /usr/bin/ranlib
configure:7652: result: ranlib
configure:7754: checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc-4.2 object
configure:7874: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:7877: $? = 0
configure:7881: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7884: $? = 0
cannot find nm_test_var in conftest.nm
configure:7874: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:7877: $? = 0
configure:7881: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7884: $? = 0
configure:7950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c conftstm.o >&5
configure:7953: $? = 0
configure:7991: result: ok
configure:8028: checking for sysroot
configure:8058: result: no
configure:8314: checking for mt
configure:8344: result: no
configure:8364: checking if : is a manifest tool
configure:8370: : '-?'
configure:8378: result: no
configure:8434: checking for dsymutil
configure:8450: found /usr/bin/dsymutil
configure:8461: result: dsymutil
configure:8526: checking for nmedit
configure:8542: found /usr/bin/nmedit
configure:8553: result: nmedit
configure:8618: checking for lipo
configure:8634: found /usr/bin/lipo
configure:8645: result: lipo
configure:8710: checking for otool
configure:8726: found /usr/bin/otool
configure:8737: result: otool
configure:8802: checking for otool64
configure:8818: found /usr/bin/otool64
configure:8829: result: otool64
configure:8877: checking for -single_module linker flag
/usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8910: result: yes
configure:8913: checking for -exported_symbols_list linker flag
configure:8933: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8933: $? = 0
configure:8943: result: yes
configure:8946: checking for -force_load linker flag
/usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
/usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -L/usr/local/lib -Wl,-headerpad_max_install_names -o conftest conftest.c -Wl,-force_load,./libconftest.a
/usr/bin/ld: unknown flag: -force_load
collect2: ld returned 1 exit status
configure:8978: result: no
configure:9017: checking for dlfcn.h
configure:9017: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:9017: $? = 0
configure:9017: result: yes
configure:9521: checking for objdir
configure:9536: result: .libs
configure:9807: checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
configure:9825: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -fno-rtti -fno-exceptions conftest.c >&5
configure:9829: $? = 0
configure:9842: result: yes
configure:10169: checking for /usr/local/bin/gcc-4.2 option to produce PIC
configure:10176: result: -fno-common -DPIC
configure:10184: checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works
configure:10202: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -fno-common -DPIC -DPIC conftest.c >&5
configure:10206: $? = 0
configure:10219: result: yes
configure:10248: checking if /usr/local/bin/gcc-4.2 static flag -static works
configure:10276: result: no
configure:10291: checking if /usr/local/bin/gcc-4.2 supports -c -o file.o
configure:10312: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -o out/conftest2.o conftest.c >&5
configure:10316: $? = 0
configure:10338: result: yes
configure:10346: checking if /usr/local/bin/gcc-4.2 supports -c -o file.o
configure:10393: result: yes
configure:10426: checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries
configure:11583: result: yes
configure:11823: checking dynamic linker characteristics
configure:12568: result: darwin8.11.0 dyld
configure:12675: checking how to hardcode library paths into programs
configure:12700: result: immediate
configure:13240: checking whether stripping libraries is possible
configure:13254: result: yes
configure:13280: checking if libtool supports shared libraries
configure:13282: result: yes
configure:13285: checking whether to build shared libraries
configure:13306: result: yes
configure:13309: checking whether to build static libraries
configure:13313: result: yes
configure:13393: checking for windres
configure:13423: result: no
configure:13529: checking for an ANSI C-conforming const
configure:13595: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13595: $? = 0
configure:13602: result: yes
configure:13610: checking for inline
configure:13626: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13626: $? = 0
configure:13634: result: inline
configure:13652: checking for working volatile
configure:13671: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13671: $? = 0
configure:13678: result: yes
configure:13686: checking for off_t
configure:13686: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13686: $? = 0
configure:13686: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: expected expression before ')' token
configure:13686: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:13686: result: yes
configure:13697: checking for pid_t
configure:13697: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13697: $? = 0
configure:13697: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: expected expression before ')' token
configure:13697: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:13697: result: yes
configure:13708: checking for size_t
configure:13708: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13708: $? = 0
configure:13708: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:71: error: expected expression before ')' token
configure:13708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:13708: result: yes
configure:13719: checking for uid_t in sys/types.h
configure:13738: result: yes
configure:13749: checking for int8_t
configure:13749: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13749: $? = 0
configure:13749: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: size of array 'test_array' is negative
configure:13749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13749: result: yes
configure:13760: checking for int16_t
configure:13760: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13760: $? = 0
configure:13760: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: size of array 'test_array' is negative
configure:13760: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13760: result: yes
configure:13771: checking for int32_t
configure:13771: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13771: $? = 0
configure:13771: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: size of array 'test_array' is negative
configure:13771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13771: result: yes
configure:13782: checking for int64_t
configure:13782: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13782: $? = 0
configure:13782: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: size of array 'test_array' is negative
configure:13782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13782: result: yes
configure:13793: checking for uint8_t
configure:13793: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13793: $? = 0
configure:13793: result: yes
configure:13807: checking for uint16_t
configure:13807: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13807: $? = 0
configure:13807: result: yes
configure:13819: checking for uint32_t
configure:13819: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13819: $? = 0
configure:13819: result: yes
configure:13833: checking for uint64_t
configure:13833: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13833: $? = 0
configure:13833: result: yes
configure:13847: checking return type of signal handlers
configure:13865: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:41: error: void value not ignored as it ought to be
configure:13865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:13872: result: void
configure:13880: checking for ISO C 1999 vararg macro support
configure:13902: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13902: $? = 0
configure:13911: result: yes
configure:13919: checking for GNU GCC vararg macro support
configure:13941: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13941: $? = 0
configure:13950: result: yes
configure:13959: checking for socklen_t
configure:13959: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:13959: $? = 0
configure:13959: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:51: error: expected expression before ')' token
configure:13959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #ifdef WIN32
| #include <ws2tcpip.h>
| #else
| #include <sys/socket.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:13959: result: yes
configure:14036: checking for C compiler empty array size
configure:14055: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14055: $? = 0
configure:14084: result: 0
configure:14094: checking size of unsigned int
configure:14099: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14099: $? = 0
configure:14099: ./conftest
configure:14099: $? = 0
configure:14113: result: 4
configure:14127: checking size of unsigned long
configure:14132: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14132: $? = 0
configure:14132: ./conftest
configure:14132: $? = 0
configure:14146: result: 4
configure:14167: checking stdio.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking stdio.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for stdio.h
configure:14167: result: yes
configure:14167: checking stdarg.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking stdarg.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for stdarg.h
configure:14167: result: yes
configure:14167: checking stdbool.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking stdbool.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for stdbool.h
configure:14167: result: yes
configure:14167: checking limits.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking limits.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for limits.h
configure:14167: result: yes
configure:14167: checking time.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking time.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for time.h
configure:14167: result: yes
configure:14167: checking errno.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking errno.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for errno.h
configure:14167: result: yes
configure:14167: checking fcntl.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking fcntl.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for fcntl.h
configure:14167: result: yes
configure:14167: checking io.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:81:16: error: io.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:14167: result: no
configure:14167: checking io.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:48:16: error: io.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <io.h>
configure:14167: result: no
configure:14167: checking for io.h
configure:14167: result: no
configure:14167: checking direct.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:81:20: error: direct.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:14167: result: no
configure:14167: checking direct.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:48:20: error: direct.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:14167: result: no
configure:14167: checking for direct.h
configure:14167: result: no
configure:14167: checking ctype.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking ctype.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for ctype.h
configure:14167: result: yes
configure:14167: checking for sys/types.h
configure:14167: result: yes
configure:14167: checking sys/socket.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking sys/socket.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for sys/socket.h
configure:14167: result: yes
configure:14167: checking signal.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking signal.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for signal.h
configure:14167: result: yes
configure:14167: checking for unistd.h
configure:14167: result: yes
configure:14167: checking for dlfcn.h
configure:14167: result: yes
configure:14167: checking netinet/in.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking netinet/in.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for netinet/in.h
configure:14167: result: yes
configure:14167: checking netinet/in_systm.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking netinet/in_systm.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for netinet/in_systm.h
configure:14167: result: yes
configure:14167: checking netinet/tcp.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking netinet/tcp.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for netinet/tcp.h
configure:14167: result: yes
configure:14167: checking arpa/inet.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking arpa/inet.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for arpa/inet.h
configure:14167: result: yes
configure:14167: checking netdb.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking netdb.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14167: $? = 0
configure:14167: result: yes
configure:14167: checking for netdb.h
configure:14167: result: yes
configure:14167: checking windows.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:92:21: error: windows.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:14167: result: no
configure:14167: checking windows.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:59:21: error: windows.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <windows.h>
configure:14167: result: no
configure:14167: checking for windows.h
configure:14167: result: no
configure:14167: checking winsock2.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:92:22: error: winsock2.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:14167: result: no
configure:14167: checking winsock2.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:59:22: error: winsock2.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <winsock2.h>
configure:14167: result: no
configure:14167: checking for winsock2.h
configure:14167: result: no
configure:14167: checking ws2tcpip.h usability
configure:14167: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:92:22: error: ws2tcpip.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ws2tcpip.h>
configure:14167: result: no
configure:14167: checking ws2tcpip.h presence
configure:14167: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:59:22: error: ws2tcpip.h: No such file or directory
configure:14167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <ws2tcpip.h>
configure:14167: result: no
configure:14167: checking for ws2tcpip.h
configure:14167: result: no
configure:14187: checking sys/time.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/time.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/time.h
configure:14187: result: yes
configure:14187: checking sys/ioctl.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/ioctl.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/ioctl.h
configure:14187: result: yes
configure:14187: checking for sys/stat.h
configure:14187: result: yes
configure:14187: checking sys/mman.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/mman.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/mman.h
configure:14187: result: yes
configure:14187: checking sys/file.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/file.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/file.h
configure:14187: result: yes
configure:14187: checking sys/wait.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/wait.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/wait.h
configure:14187: result: yes
configure:14187: checking for unistd.h
configure:14187: result: yes
configure:14187: checking for signal.h
configure:14187: result: yes
configure:14187: checking libgen.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking libgen.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for libgen.h
configure:14187: result: yes
configure:14187: checking stropts.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:101:21: error: stropts.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stropts.h>
configure:14187: result: no
configure:14187: checking stropts.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:68:21: error: stropts.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:14187: result: no
configure:14187: checking for stropts.h
configure:14187: result: no
configure:14187: checking syslog.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking syslog.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for syslog.h
configure:14187: result: yes
configure:14187: checking pwd.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking pwd.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for pwd.h
configure:14187: result: yes
configure:14187: checking grp.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking grp.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for grp.h
configure:14187: result: yes
configure:14187: checking sys/sockio.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/sockio.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/sockio.h
configure:14187: result: yes
configure:14187: checking sys/uio.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/uio.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/uio.h
configure:14187: result: yes
configure:14187: checking linux/sockios.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:106:27: error: linux/sockios.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/sockios.h>
configure:14187: result: no
configure:14187: checking linux/sockios.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:73:27: error: linux/sockios.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <linux/sockios.h>
configure:14187: result: no
configure:14187: checking for linux/sockios.h
configure:14187: result: no
configure:14187: checking linux/types.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:106:25: error: linux/types.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/types.h>
configure:14187: result: no
configure:14187: checking linux/types.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:73:25: error: linux/types.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <linux/types.h>
configure:14187: result: no
configure:14187: checking for linux/types.h
configure:14187: result: no
configure:14187: checking sys/poll.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking sys/poll.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for sys/poll.h
configure:14187: result: yes
configure:14187: checking sys/epoll.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:107:23: error: sys/epoll.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/epoll.h>
configure:14187: result: no
configure:14187: checking sys/epoll.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:74:23: error: sys/epoll.h: No such file or directory
configure:14187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <sys/epoll.h>
configure:14187: result: no
configure:14187: checking for sys/epoll.h
configure:14187: result: no
configure:14187: checking err.h usability
configure:14187: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking err.h presence
configure:14187: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:14187: $? = 0
configure:14187: result: yes
configure:14187: checking for err.h
configure:14187: result: yes
configure:14231: checking for net/if.h
configure:14231: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14231: $? = 0
configure:14231: result: yes
configure:14231: checking for netinet/ip.h
configure:14231: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14231: $? = 0
configure:14231: result: yes
configure:14231: checking for netinet/if_ether.h
configure:14231: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14231: $? = 0
configure:14231: result: yes
configure:14231: checking for resolv.h
configure:14231: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14231: $? = 0
configure:14231: result: yes
configure:14231: checking for sys/un.h
configure:14231: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14231: $? = 0
configure:14231: result: yes
configure:14244: checking for in_addr_t
configure:14244: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14244: $? = 0
configure:14244: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:114: error: expected expression before ')' token
configure:14244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof ((in_addr_t)))
| return 0;
| ;
| return 0;
| }
configure:14244: result: yes
configure:14260: checking for struct iphdr
configure:14260: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:115: error: invalid application of 'sizeof' to incomplete type 'struct iphdr'
configure:14260: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof (struct iphdr))
| return 0;
| ;
| return 0;
| }
configure:14260: result: no
configure:14269: checking for struct sock_extended_err
configure:14269: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:115: error: invalid application of 'sizeof' to incomplete type 'struct sock_extended_err'
configure:14269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof (struct sock_extended_err))
| return 0;
| ;
| return 0;
| }
configure:14269: result: no
configure:14278: checking for struct msghdr
configure:14278: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14278: $? = 0
configure:14278: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:115: error: expected expression before ')' token
configure:14278: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof ((struct msghdr)))
| return 0;
| ;
| return 0;
| }
configure:14278: result: yes
configure:14287: checking for struct cmsghdr
configure:14287: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14287: $? = 0
configure:14287: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: expected expression before ')' token
configure:14287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof ((struct cmsghdr)))
| return 0;
| ;
| return 0;
| }
configure:14287: result: yes
configure:14296: checking for struct in_pktinfo
configure:14296: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:117: error: invalid application of 'sizeof' to incomplete type 'struct in_pktinfo'
configure:14296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof (struct in_pktinfo))
| return 0;
| ;
| return 0;
| }
configure:14296: result: no
configure:14305: checking for struct sockaddr_in6
configure:14305: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14305: $? = 0
configure:14305: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:117: error: expected expression before ')' token
configure:14305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:14305: result: yes
configure:14314: checking whether SO_MARK is declared
configure:14314: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:121: error: 'SO_MARK' undeclared (first use in this function)
conftest.c:121: error: (Each undeclared identifier is reported only once
conftest.c:121: error: for each function it appears in.)
configure:14314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| /* end confdefs.h. */
|
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINDOWS_H
| #include <windows.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #ifdef HAVE_NETINET_IN_SYSTM_H
| #include <netinet/in_systm.h>
| #endif
| #ifdef HAVE_NETINET_IP_H
| #include <netinet/ip.h>
| #endif
|
|
|
| int
| main ()
| {
| #ifndef SO_MARK
| #ifdef __cplusplus
| (void) SO_MARK;
| #else
| (void) SO_MARK;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:14314: result: no
configure:14328: checking whether SIGHUP is declared
configure:14328: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14328: $? = 0
configure:14328: result: yes
configure:14352: checking whether SIGINT is declared
configure:14352: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14352: $? = 0
configure:14352: result: yes
configure:14376: checking whether SIGUSR1 is declared
configure:14376: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14376: $? = 0
configure:14376: result: yes
configure:14400: checking whether SIGUSR2 is declared
configure:14400: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14400: $? = 0
configure:14400: result: yes
configure:14424: checking whether SIGTERM is declared
configure:14424: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:14424: $? = 0
configure:14424: result: yes
configure:14451: checking vfork.h usability
configure:14451: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:122:19: error: vfork.h: No such file or directory
configure:14451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14451: result: no
configure:14451: checking vfork.h presence
configure:14451: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:89:19: error: vfork.h: No such file or directory
configure:14451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:14451: result: no
configure:14451: checking for vfork.h
configure:14451: result: no
configure:14464: checking for fork
configure:14464: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14464: $? = 0
configure:14464: result: yes
configure:14464: checking for vfork
configure:14464: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14464: $? = 0
configure:14464: result: yes
configure:14474: checking for working fork
configure:14496: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14496: $? = 0
configure:14496: ./conftest
configure:14496: $? = 0
configure:14506: result: yes
configure:14527: checking for working vfork
configure:14637: result: yes
configure:14674: checking for daemon
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for chroot
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getpwnam
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for setuid
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for nice
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for system
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getpid
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for dup
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for dup2
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getpass
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for strerror
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for syslog
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for openlog
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for mlockall
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getgrnam
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for setgid
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for setgroups
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for stat
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for flock
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for readv
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for writev
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for time
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for gettimeofday
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for ctime
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for memset
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for vsnprintf
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for strdup
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for setsid
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for chdir
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for putenv
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getpeername
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for unlink
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for chsize
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
/usr/bin/ld: Undefined symbols:
_chsize
collect2: ld returned 1 exit status
configure:14674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| /* end confdefs.h. */
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define chsize innocuous_chsize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char chsize (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef chsize
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char chsize ();
| /* 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_chsize || defined __stub___chsize
| choke me
| #endif
|
| int
| main ()
| {
| return chsize ();
| ;
| return 0;
| }
configure:14674: result: no
configure:14674: checking for ftruncate
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for execve
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for getpeereid
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for umask
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for basename
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for dirname
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for access
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
configure:14674: $? = 0
configure:14674: result: yes
configure:14674: checking for epoll_create
configure:14674: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c >&5
/usr/bin/ld: Undefined symbols:
_epoll_create
collect2: ld returned 1 exit status
configure:14674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| /* end confdefs.h. */
| /* Define epoll_create to an innocuous variant, in case <limits.h> declares epoll_create.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define epoll_create innocuous_epoll_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char epoll_create (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef epoll_create
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char epoll_create ();
| /* 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_epoll_create || defined __stub___epoll_create
| choke me
| #endif
|
| int
| main ()
| {
| return epoll_create ();
| ;
| return 0;
| }
configure:14674: result: no
configure:14684: checking for dlopen in -ldl
configure:14709: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -ldl >&5
configure:14709: $? = 0
configure:14718: result: yes
configure:14727: checking for inet_ntoa in -lnsl
configure:14752: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lnsl >&5
/usr/bin/ld: can't locate file for: -lnsl
collect2: ld returned 1 exit status
configure:14752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char inet_ntoa ();
| int
| main ()
| {
| return inet_ntoa ();
| ;
| return 0;
| }
configure:14761: result: no
configure:14768: checking for socket in -lsocket
configure:14793: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lsocket >&5
/usr/bin/ld: can't locate file for: -lsocket
collect2: ld returned 1 exit status
configure:14793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:14802: result: no
configure:14809: checking for gethostbyname in -lresolv
configure:14834: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14834: $? = 0
configure:14843: result: yes
configure:14857: checking for sendmsg
configure:14857: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14857: $? = 0
configure:14857: result: yes
configure:14857: checking for recvmsg
configure:14857: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14857: $? = 0
configure:14857: result: yes
configure:14857: checking for inet_ntop
configure:14857: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14857: $? = 0
configure:14857: result: yes
configure:14857: checking for inet_pton
configure:14857: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14857: $? = 0
configure:14857: result: yes
configure:14868: checking for res_init
configure:14868: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14868: $? = 0
configure:14868: result: yes
configure:14950: checking for socket
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for recv
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for recvfrom
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for send
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for sendto
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for listen
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for accept
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for connect
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for bind
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for select
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for gethostbyname
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14950: checking for inet_ntoa
configure:14950: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14950: $? = 0
configure:14950: result: yes
configure:14965: checking for setsockopt
configure:14965: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14965: $? = 0
configure:14965: result: yes
configure:14965: checking for getsockopt
configure:14965: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14965: $? = 0
configure:14965: result: yes
configure:14965: checking for getsockname
configure:14965: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14965: $? = 0
configure:14965: result: yes
configure:14965: checking for poll
configure:14965: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lresolv >&5
configure:14965: $? = 0
configure:14965: result: yes
configure:14987: checking net/if_tun.h usability
configure:14987: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:186:24: error: net/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if_tun.h>
configure:14987: result: no
configure:14987: checking net/if_tun.h presence
configure:14987: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:153:24: error: net/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <net/if_tun.h>
configure:14987: result: no
configure:14987: checking for net/if_tun.h
configure:14987: result: no
configure:14987: checking net/tun/if_tun.h usability
configure:14987: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:186:28: error: net/tun/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/tun/if_tun.h>
configure:14987: result: no
configure:14987: checking net/tun/if_tun.h presence
configure:14987: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:153:28: error: net/tun/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <net/tun/if_tun.h>
configure:14987: result: no
configure:14987: checking for net/tun/if_tun.h
configure:14987: result: no
configure:14987: checking linux/if_tun.h usability
configure:14987: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:186:26: error: linux/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_tun.h>
configure:14987: result: no
configure:14987: checking linux/if_tun.h presence
configure:14987: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:153:26: error: linux/if_tun.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <linux/if_tun.h>
configure:14987: result: no
configure:14987: checking for linux/if_tun.h
configure:14987: result: no
configure:14987: checking tap-windows.h usability
configure:14987: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c:186:25: error: tap-windows.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tap-windows.h>
configure:14987: result: no
configure:14987: checking tap-windows.h presence
configure:14987: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
conftest.c:153:25: error: tap-windows.h: No such file or directory
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| #include <tap-windows.h>
configure:14987: result: no
configure:14987: checking for tap-windows.h
configure:14987: result: no
configure:14998: checking whether TUNSETPERSIST is declared
configure:14998: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
conftest.c: In function 'main':
conftest.c:167: error: 'TUNSETPERSIST' undeclared (first use in this function)
conftest.c:167: error: (Each undeclared identifier is reported only once
conftest.c:167: error: for each function it appears in.)
configure:14998: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
|
| #ifdef HAVE_LINUX_IF_TUN_H
| #include <linux/if_tun.h>
| #endif
|
|
|
| int
| main ()
| {
| #ifndef TUNSETPERSIST
| #ifdef __cplusplus
| (void) TUNSETPERSIST;
| #else
| (void) TUNSETPERSIST;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:14998: result: no
configure:15023: checking for setcon in -lselinux
configure:15048: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lselinux >&5
/usr/bin/ld: can't locate file for: -lselinux
collect2: ld returned 1 exit status
configure:15048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| #define HAVE_DECL_TUNSETPERSIST 0
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setcon ();
| int
| main ()
| {
| return setcon ();
| ;
| return 0;
| }
configure:15057: result: no
configure:15069: checking for pam_start in -lpam
configure:15094: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lpam >&5
configure:15094: $? = 0
configure:15103: result: yes
configure:15242: checking for PKCS11_HELPER
configure:15249: $PKG_CONFIG --exists --print-errors "libpkcs11-helper-1 >= 1.02"
Package libpkcs11-helper-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpkcs11-helper-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpkcs11-helper-1' found
configure:15252: $? = 1
configure:15266: $PKG_CONFIG --exists --print-errors "libpkcs11-helper-1 >= 1.02"
Package libpkcs11-helper-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpkcs11-helper-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpkcs11-helper-1' found
configure:15269: $? = 1
configure:15283: result: no
No package 'libpkcs11-helper-1' found
configure:15316: checking for OPENSSL_CRYPTO
configure:15323: $PKG_CONFIG --exists --print-errors "libcrypto >= 0.9.6"
configure:15326: $? = 0
configure:15340: $PKG_CONFIG --exists --print-errors "libcrypto >= 0.9.6"
configure:15343: $? = 0
configure:15469: result: yes
configure:15476: checking for OPENSSL_SSL
configure:15483: $PKG_CONFIG --exists --print-errors "libssl >= 0.9.6"
Package libssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libssl' found
configure:15486: $? = 1
configure:15500: $PKG_CONFIG --exists --print-errors "libssl >= 0.9.6"
Package libssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libssl' found
configure:15503: $? = 1
configure:15517: result: no
No package 'libssl' found
configure:15533: checking for SSL_CTX_new in -lssl
configure:15558: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lssl >&5
configure:15558: $? = 0
configure:15567: result: yes
configure:15641: checking for EVP_CIPHER_CTX_set_key_length
configure:15641: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lcrypto -lz >&5
configure:15641: $? = 0
configure:15641: result: yes
configure:15658: checking for ENGINE_load_builtin_engines
configure:15658: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lcrypto -lz >&5
configure:15658: $? = 0
configure:15658: result: yes
configure:15658: checking for ENGINE_register_all_complete
configure:15658: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lcrypto -lz >&5
configure:15658: $? = 0
configure:15658: result: yes
configure:15658: checking for ENGINE_cleanup
configure:15658: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lcrypto -lz >&5
configure:15658: $? = 0
configure:15658: result: yes
configure:15680: checking for ssl_init in -lpolarssl
configure:15706: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lpolarssl
>&5
/usr/bin/ld: can't locate file for: -lpolarssl
collect2: ld returned 1 exit status
configure:15706: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| #define HAVE_DECL_TUNSETPERSIST 0
| #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
| #define HAVE_ENGINE_CLEANUP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ssl_init ();
| int
| main ()
| {
| return ssl_init ();
| ;
| return 0;
| }
configure:15715: result: no
configure:15722: checking for aes_crypt_cbc in -lpolarssl
configure:15748: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -lpolarssl
>&5
/usr/bin/ld: can't locate file for: -lpolarssl
collect2: ld returned 1 exit status
configure:15748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenVPN"
| #define PACKAGE_TARNAME "openvpn"
| #define PACKAGE_VERSION "2.3.2"
| #define PACKAGE_STRING "OpenVPN 2.3.2"
| #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define OPENVPN_VERSION_RESOURCE 2,3,2,0
| #define PACKAGE "openvpn"
| #define VERSION "2.3.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
| #define TARGET_DARWIN 1
| #define TARGET_PREFIX "M"
| #define IFCONFIG_PATH "/sbin/ifconfig"
| #define IPROUTE_PATH ""
| #define ROUTE_PATH "/sbin/route"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RETSIGTYPE void
| #define HAVE_CPP_VARARG_MACRO_ISO 1
| #define HAVE_CPP_VARARG_MACRO_GCC 1
| #define EMPTY_ARRAY_SIZE 0
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_ERR_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_MSGHDR 1
| #define HAVE_CMSGHDR 1
| #define HAVE_DECL_SO_MARK 0
| #define HAVE_DECL_SIGHUP 1
| #define HAVE_DECL_SIGINT 1
| #define HAVE_DECL_SIGUSR1 1
| #define HAVE_DECL_SIGUSR2 1
| #define HAVE_DECL_SIGTERM 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_DAEMON 1
| #define HAVE_CHROOT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_SETUID 1
| #define HAVE_NICE 1
| #define HAVE_SYSTEM 1
| #define HAVE_GETPID 1
| #define HAVE_DUP 1
| #define HAVE_DUP2 1
| #define HAVE_GETPASS 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_GETGRNAM 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_STAT 1
| #define HAVE_FLOCK 1
| #define HAVE_READV 1
| #define HAVE_WRITEV 1
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_CTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_SETSID 1
| #define HAVE_CHDIR 1
| #define HAVE_PUTENV 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_UNLINK 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_EXECVE 1
| #define HAVE_GETPEEREID 1
| #define HAVE_UMASK 1
| #define HAVE_BASENAME 1
| #define HAVE_DIRNAME 1
| #define HAVE_ACCESS 1
| #define HAVE_SENDMSG 1
| #define HAVE_RECVMSG 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_RES_INIT 1
| #define HAVE_SOCKET 1
| #define HAVE_RECV 1
| #define HAVE_RECVFROM 1
| #define HAVE_SEND 1
| #define HAVE_SENDTO 1
| #define HAVE_LISTEN 1
| #define HAVE_ACCEPT 1
| #define HAVE_CONNECT 1
| #define HAVE_BIND 1
| #define HAVE_SELECT 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_POLL 1
| #define HAVE_DECL_TUNSETPERSIST 0
| #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
| #define HAVE_ENGINE_CLEANUP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char aes_crypt_cbc ();
| int
| main ()
| {
| return aes_crypt_cbc ();
| ;
| return 0;
| }
configure:15757: result: no
configure:15856: checking for lzo1x_1_15_compress in -llzo2
configure:15881: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp -L/usr/local/lib -Wl,-headerpad_max_install_names conftest.c -llzo2 >&5
configure:15881: $? = 0
configure:15890: result: yes
configure:15947: checking lzo/lzoutil.h usability
configure:15947: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:15947: $? = 0
configure:15947: result: yes
configure:15947: checking lzo/lzoutil.h presence
configure:15947: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:15947: $? = 0
configure:15947: result: yes
configure:15947: checking for lzo/lzoutil.h
configure:15947: result: yes
configure:15976: checking lzo/lzo1x.h usability
configure:15976: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4 -no-cpp-precomp conftest.c >&5
configure:15976: $? = 0
configure:15976: result: yes
configure:15976: checking lzo/lzo1x.h presence
configure:15976: /usr/local/bin/gcc-4.2 -E -no-cpp-precomp conftest.c
configure:15976: $? = 0
configure:15976: result: yes
configure:15976: checking for lzo/lzo1x.h
configure:15976: result: yes
configure:16006: checking git checkout
configure:16015: result: no
configure:16462: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by OpenVPN config.status 2.3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Sawtooth
config.status:1354: creating version.sh
config.status:1354: creating Makefile
config.status:1354: creating build/Makefile
config.status:1354: creating build/msvc/Makefile
config.status:1354: creating build/msvc/msvc-generate/Makefile
config.status:1354: creating distro/Makefile
config.status:1354: creating distro/rpm/Makefile
config.status:1354: creating distro/rpm/openvpn.spec
config.status:1354: creating include/Makefile
config.status:1354: creating src/Makefile
config.status:1354: creating src/compat/Makefile
config.status:1354: creating src/openvpn/Makefile
config.status:1354: creating src/openvpnserv/Makefile
config.status:1354: creating src/plugins/Makefile
config.status:1354: creating src/plugins/auth-pam/Makefile
config.status:1354: creating src/plugins/down-root/Makefile
config.status:1354: creating tests/Makefile
config.status:1354: creating sample/Makefile
config.status:1354: creating doc/Makefile
config.status:1354: creating tests/t_client.sh
config.status:1354: creating config.h
config.status:1583: executing depfiles commands
config.status:1583: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-apple-darwin8.11.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GIT_set=
ac_cv_env_GIT_value=
ac_cv_env_IFCONFIG_set=
ac_cv_env_IFCONFIG_value=
ac_cv_env_IPROUTE_set=
ac_cv_env_IPROUTE_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -Wl,-headerpad_max_install_names'
ac_cv_env_LIBPAM_CFLAGS_set=
ac_cv_env_LIBPAM_CFLAGS_value=
ac_cv_env_LIBPAM_LIBS_set=
ac_cv_env_LIBPAM_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LZO_CFLAGS_set=
ac_cv_env_LZO_CFLAGS_value=
ac_cv_env_LZO_LIBS_set=
ac_cv_env_LZO_LIBS_value=
ac_cv_env_MAN2HTML_set=
ac_cv_env_MAN2HTML_value=
ac_cv_env_NETSTAT_set=
ac_cv_env_NETSTAT_value=
ac_cv_env_OPENSSL_CRYPTO_CFLAGS_set=
ac_cv_env_OPENSSL_CRYPTO_CFLAGS_value=
ac_cv_env_OPENSSL_CRYPTO_LIBS_set=
ac_cv_env_OPENSSL_CRYPTO_LIBS_value=
ac_cv_env_OPENSSL_SSL_CFLAGS_set=
ac_cv_env_OPENSSL_SSL_CFLAGS_value=
ac_cv_env_OPENSSL_SSL_LIBS_set=
ac_cv_env_OPENSSL_SSL_LIBS_value=
ac_cv_env_PKCS11_HELPER_CFLAGS_set=
ac_cv_env_PKCS11_HELPER_CFLAGS_value=
ac_cv_env_PKCS11_HELPER_LIBS_set=
ac_cv_env_PKCS11_HELPER_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POLARSSL_CFLAGS_set=
ac_cv_env_POLARSSL_CFLAGS_value=
ac_cv_env_POLARSSL_LIBS_set=
ac_cv_env_POLARSSL_LIBS_value=
ac_cv_env_ROUTE_set=
ac_cv_env_ROUTE_value=
ac_cv_env_TAP_CFLAGS_set=
ac_cv_env_TAP_CFLAGS_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_ENGINE_cleanup=yes
ac_cv_func_ENGINE_load_builtin_engines=yes
ac_cv_func_ENGINE_register_all_complete=yes
ac_cv_func_EVP_CIPHER_CTX_set_key_length=yes
ac_cv_func_accept=yes
ac_cv_func_access=yes
ac_cv_func_basename=yes
ac_cv_func_bind=yes
ac_cv_func_chdir=yes
ac_cv_func_chroot=yes
ac_cv_func_chsize=no
ac_cv_func_connect=yes
ac_cv_func_ctime=yes
ac_cv_func_daemon=yes
ac_cv_func_dirname=yes
ac_cv_func_dup2=yes
ac_cv_func_dup=yes
ac_cv_func_epoll_create=no
ac_cv_func_execve=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getgrnam=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeereid=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpid=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getsockname=yes
ac_cv_func_getsockopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_listen=yes
ac_cv_func_memset=yes
ac_cv_func_mlockall=yes
ac_cv_func_nice=yes
ac_cv_func_openlog=yes
ac_cv_func_poll=yes
ac_cv_func_putenv=yes
ac_cv_func_readv=yes
ac_cv_func_recv=yes
ac_cv_func_recvfrom=yes
ac_cv_func_recvmsg=yes
ac_cv_func_res_init=yes
ac_cv_func_select=yes
ac_cv_func_send=yes
ac_cv_func_sendmsg=yes
ac_cv_func_sendto=yes
ac_cv_func_setgid=yes
ac_cv_func_setgroups=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setuid=yes
ac_cv_func_socket=yes
ac_cv_func_stat=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_time=yes
ac_cv_func_umask=yes
ac_cv_func_unlink=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_SIGHUP=yes
ac_cv_have_decl_SIGINT=yes
ac_cv_have_decl_SIGTERM=yes
ac_cv_have_decl_SIGUSR1=yes
ac_cv_have_decl_SIGUSR2=yes
ac_cv_have_decl_SO_MARK=no
ac_cv_have_decl_TUNSETPERSIST=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_err_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_if_tun_h=no
ac_cv_header_linux_sockios_h=no
ac_cv_header_linux_types_h=no
ac_cv_header_lzo_lzo1x_h=yes
ac_cv_header_lzo_lzoutil_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_if_tun_h=no
ac_cv_header_net_tun_if_tun_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_if_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=no
ac_cv_header_sys_epoll_h=no
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_tap_windows_h=no
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_windows_h=no
ac_cv_header_winsock2_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_host=powerpc-apple-darwin8.11.0
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_lzo2_lzo1x_1_15_compress=yes
ac_cv_lib_nsl_inet_ntoa=no
ac_cv_lib_pam_pam_start=yes
ac_cv_lib_polarssl_aes_crypt_cbc=no
ac_cv_lib_polarssl_ssl_init=no
ac_cv_lib_resolv_gethostbyname=yes
ac_cv_lib_selinux_setcon=no
ac_cv_lib_socket_socket=no
ac_cv_lib_ssl_SSL_CTX_new=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_IFCONFIG=/sbin/ifconfig
ac_cv_path_ROUTE=/sbin/route
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/local/bin/gcc-4.2 -E'
ac_cv_prog_GIT=git
ac_cv_prog_NETSTAT=netstat
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/local/bin/gcc-4.2
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL64=otool64
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_type_in_addr_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_cmsghdr=yes
ac_cv_type_struct_in_pktinfo=no
ac_cv_type_struct_iphdr=no
ac_cv_type_struct_msghdr=yes
ac_cv_type_struct_sock_extended_err=no
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=none
ax_cv_c_empty_array=0
ax_cv_cpp_vararg_macro_gcc=yes
ax_cv_cpp_vararg_macro_iso=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=no
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_OPENSSL_CRYPTO_CFLAGS=
pkg_cv_OPENSSL_CRYPTO_LIBS='-lcrypto -lz '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/missing --run automake-1.11'
AWK='awk'
CC='/usr/local/bin/gcc-4.2'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -mcpu=7400 -faltivec -mmacosx-version-min=10.4'
CPP='/usr/local/bin/gcc-4.2 -E'
CPPFLAGS=' -no-cpp-precomp'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DL_LIBS='-ldl'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_PLUGIN_AUTH_PAM_FALSE='#'
ENABLE_PLUGIN_AUTH_PAM_TRUE=''
ENABLE_PLUGIN_DOWN_ROOT_FALSE='#'
ENABLE_PLUGIN_DOWN_ROOT_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GIT='git'
GIT_CHECKOUT_FALSE=''
GIT_CHECKOUT_TRUE='#'
GREP='/usr/bin/grep'
IFCONFIG='/sbin/ifconfig'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IPROUTE=''
LD='/usr/bin/ld'
LDFLAGS='-L/usr/local/lib -Wl,-headerpad_max_install_names'
LIBOBJS=''
LIBPAM_CFLAGS=''
LIBPAM_LIBS='-lpam'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LZO_CFLAGS=''
LZO_LIBS='-llzo2'
MAKEINFO='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/missing --run makeinfo'
MAN2HTML=''
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NETSTAT='netstat'
NM='/usr/bin/nm -p'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OPENSSL_CRYPTO_CFLAGS=''
OPENSSL_CRYPTO_LIBS='-lcrypto -lz '
OPENSSL_SSL_CFLAGS=''
OPENSSL_SSL_LIBS='-lssl'
OPTIONAL_CRYPTO_CFLAGS=' '
OPTIONAL_CRYPTO_LIBS=' -lssl -lcrypto -lz '
OPTIONAL_DL_LIBS='-ldl'
OPTIONAL_LZO_CFLAGS=''
OPTIONAL_LZO_LIBS='-llzo2'
OPTIONAL_PKCS11_HELPER_CFLAGS=''
OPTIONAL_PKCS11_HELPER_LIBS=''
OPTIONAL_SELINUX_LIBS=''
OTOOL64='otool64'
OTOOL='otool'
PACKAGE='openvpn'
PACKAGE_BUGREPORT='openvpn-users@lists.sourceforge.net'
PACKAGE_NAME='OpenVPN'
PACKAGE_STRING='OpenVPN 2.3.2'
PACKAGE_TARNAME='openvpn'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.2'
PATH_SEPARATOR=':'
PKCS11_HELPER_CFLAGS=''
PKCS11_HELPER_LIBS=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig'
PKG_CONFIG_PATH=''
PLUGIN_AUTH_PAM_CFLAGS=''
PLUGIN_AUTH_PAM_LIBS='-lpam'
POLARSSL_CFLAGS=''
POLARSSL_LIBS=''
RANLIB='ranlib'
RC=''
ROUTE='/sbin/route'
SED='/usr/bin/sed'
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SOCKETS_LIBS=' -lresolv'
STRIP='strip'
TAP_CFLAGS=''
TAP_WIN_COMPONENT_ID='tap0901'
TAP_WIN_MIN_MAJOR='9'
TAP_WIN_MIN_MINOR='9'
VERSION='2.3.2'
WIN32_FALSE=''
WIN32_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='/usr/local/bin/gcc-4.2'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.11.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.11.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='powerpc-apple-darwin8.11.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.11.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/openvpn-Iaqk/openvpn-2.3.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
plugindir='$(libdir)/openvpn/plugins'
prefix='/usr/local/Cellar/openvpn/2.3.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sampledir='$(docdir)/sample'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "OpenVPN"
#define PACKAGE_TARNAME "openvpn"
#define PACKAGE_VERSION "2.3.2"
#define PACKAGE_STRING "OpenVPN 2.3.2"
#define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
#define PACKAGE_URL ""
#define OPENVPN_VERSION_RESOURCE 2,3,2,0
#define PACKAGE "openvpn"
#define VERSION "2.3.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define TARGET_ALIAS "powerpc-apple-darwin8.11.0"
#define TARGET_DARWIN 1
#define TARGET_PREFIX "M"
#define IFCONFIG_PATH "/sbin/ifconfig"
#define IPROUTE_PATH ""
#define ROUTE_PATH "/sbin/route"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define RETSIGTYPE void
#define HAVE_CPP_VARARG_MACRO_ISO 1
#define HAVE_CPP_VARARG_MACRO_GCC 1
#define EMPTY_ARRAY_SIZE 0
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define HAVE_STDIO_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_TIME_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_CTYPE_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_ERR_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NETINET_IF_ETHER_H 1
#define HAVE_RESOLV_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_IN_ADDR_T 1
#define HAVE_MSGHDR 1
#define HAVE_CMSGHDR 1
#define HAVE_DECL_SO_MARK 0
#define HAVE_DECL_SIGHUP 1
#define HAVE_DECL_SIGINT 1
#define HAVE_DECL_SIGUSR1 1
#define HAVE_DECL_SIGUSR2 1
#define HAVE_DECL_SIGTERM 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_DAEMON 1
#define HAVE_CHROOT 1
#define HAVE_GETPWNAM 1
#define HAVE_SETUID 1
#define HAVE_NICE 1
#define HAVE_SYSTEM 1
#define HAVE_GETPID 1
#define HAVE_DUP 1
#define HAVE_DUP2 1
#define HAVE_GETPASS 1
#define HAVE_STRERROR 1
#define HAVE_SYSLOG 1
#define HAVE_OPENLOG 1
#define HAVE_MLOCKALL 1
#define HAVE_GETGRNAM 1
#define HAVE_SETGID 1
#define HAVE_SETGROUPS 1
#define HAVE_STAT 1
#define HAVE_FLOCK 1
#define HAVE_READV 1
#define HAVE_WRITEV 1
#define HAVE_TIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_CTIME 1
#define HAVE_MEMSET 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_SETSID 1
#define HAVE_CHDIR 1
#define HAVE_PUTENV 1
#define HAVE_GETPEERNAME 1
#define HAVE_UNLINK 1
#define HAVE_FTRUNCATE 1
#define HAVE_EXECVE 1
#define HAVE_GETPEEREID 1
#define HAVE_UMASK 1
#define HAVE_BASENAME 1
#define HAVE_DIRNAME 1
#define HAVE_ACCESS 1
#define HAVE_SENDMSG 1
#define HAVE_RECVMSG 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_RES_INIT 1
#define HAVE_SOCKET 1
#define HAVE_RECV 1
#define HAVE_RECVFROM 1
#define HAVE_SEND 1
#define HAVE_SENDTO 1
#define HAVE_LISTEN 1
#define HAVE_ACCEPT 1
#define HAVE_CONNECT 1
#define HAVE_BIND 1
#define HAVE_SELECT 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INET_NTOA 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETSOCKOPT 1
#define HAVE_GETSOCKNAME 1
#define HAVE_POLL 1
#define HAVE_DECL_TUNSETPERSIST 0
#define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
#define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
#define HAVE_ENGINE_CLEANUP 1
#define HAVE_LZO_LZOUTIL_H 1
#define HAVE_LZO_LZO1X_H 1
#define PATH_SEPARATOR '/'
#define PATH_SEPARATOR_STR "/"
#define HAVE_IOVEC 1
#define ENABLE_CLIENT_SERVER 1
#define ENABLE_MANAGEMENT 1
#define ENABLE_SOCKS 1
#define ENABLE_HTTP_PROXY 1
#define ENABLE_MULTIHOME 1
#define ENABLE_FRAGMENT 1
#define ENABLE_PORT_SHARE 1
#define ENABLE_DEF_AUTH 1
#define ENABLE_PF 1
#define ENABLE_PASSWORD_SAVE 1
#define ENABLE_CRYPTO_OPENSSL 1
#define HAVE_OPENSSL_ENGINE 1
#define ENABLE_SSL 1
#define ENABLE_CRYPTO 1
#define ENABLE_PLUGIN 1
#define ENABLE_EUREPHIA 1
#define ENABLE_LZO 1
#define CONFIGURE_DEFINES "enable_crypto=yes enable_debug=no enable_def_auth=yes enable_dependency_tracking=no enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_eurephia=yes enable_fast_install=needless enable_fragment=yes enable_http_proxy=yes enable_iproute2=no enable_libtool_lock=yes enable_lzo=yes enable_lzo_stub=no enable_management=yes enable_multi=yes enable_multihome=yes enable_pam_dlopen=no enable_password_save=yes enable_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_selinux=no enable_server=yes enable_shared=yes enable_shared_with_static_runtimes=no enable_small=no enable_socks=yes enable_ssl=yes enable_static=yes enable_strict=no enable_strict_options=no enable_systemd=no enable_win32_dll=yes enable_x509_alt_username=no with_crypto_library=openssl with_gnu_ld=no with_mem_check=no with_plugindir='$(libdir)/openvpn/plugins' with_sysroot=no"
#define TAP_WIN_COMPONENT_ID "tap0901"
#define TAP_WIN_MIN_MAJOR 9
#define TAP_WIN_MIN_MINOR 9
configure: exit 0
$ brew doctor
Warning: "config" scripts exist outside your system or Tigerbrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Tigerbrew if the config script overrides a system or Tigerbrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
Warning: The version of libcurl provided with Mac OS X 10.4 has outdated
SSL certificates.
This can cause problems when running Tigerbrew commands that use Git to
fetch over HTTPS, e.g. `brew update` or installing formulae that perform
Git checkouts.
You can force Git to ignore these errors:
export GIT_SSL_NO_VERIFY=1
or
git config --global http.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment