Date: Fri, 28 Nov 2008 03:59:57 +0200 From: "Yury Michurin" <yury.michurin@gmail.com> To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: mydns fails to build Message-ID: <692c9a9f0811271759o25d0108ha1f797823abd0027@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hello,
I were trying to build /usr/ports/dns/mydns , the build failed with:
---snip---
/bin/sh ../../libtool --mode=link cc -O2 -fno-strict-aliasing -pipe
-fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
-rpath=/usr/lib:/usr/local/lib -static -o mydns alias.o axfr.o cache.o
conf.o data.o db.o encode.o error.o listen.o main.o queue.o recursive.o
reply.o resolve.o rr.o sort.o status.o task.o tcp.o udp.o update.o
../../src/lib/libmydns.a ../../lib/libmydnsutil.a /usr/local/lib/libintl.so
-L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
-L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl
-lcrypto -lm
mkdir .libs
libtool: link: cannot find the library `'
*** Error code 1
Stop in /usr/ports/dns/mydns/work/mydns-1.1.0/src/mydns.
*** Error code 1
Stop in /usr/ports/dns/mydns/work/mydns-1.1.0/src.
*** Error code 1
Stop in /usr/ports/dns/mydns/work/mydns-1.1.0.
*** Error code 1
Stop in /usr/ports/dns/mydns/work/mydns-1.1.0.
*** Error code 1
Stop in /usr/ports/dns/mydns.
---snip---
After that happened, if i perform:
cd work/mydns-1.1.0/
rm libtool
ln -s /usr/local/bin/libtool libtool
and return to the build it completes succefully.
Is anyone encountered such behavior or it's just my bad luck?
system is: FreeBSD delta.somedomain 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
#1: Thu Nov 27 21:54:38 IST 2008
yury@delta.somedomain:/usr/obj/usr/src/sys/delta
amd64
phenom 9650 if it's matter.
Best regards,
Yury.
config.log attached.
[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mydns configure 1.1.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --with-confdir=/usr/local/etc --with-openssl --with-openssl-include=/usr/include --with-openssl-lib=/usr/lib --without-pgsql --with-mysql-include=/usr/local/include/mysql --with-mysql-lib=/usr/local/lib/mysql --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.1
## --------- ##
## Platform. ##
## --------- ##
hostname = delta.somedomain
uname -m = amd64
uname -r = 7.1-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.1-PRERELEASE #1: Thu Nov 27 21:54:38 IST 2008 yury@delta.somedomain:/usr/obj/usr/src/sys/delta
/usr/bin/uname -p = amd64
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1560: checking for a BSD-compatible install
configure:1615: result: /usr/bin/install -c -o root -g wheel
configure:1626: checking whether build environment is sane
configure:1669: result: yes
configure:1734: checking for gawk
configure:1763: result: no
configure:1734: checking for mawk
configure:1763: result: no
configure:1734: checking for nawk
configure:1750: found /usr/bin/nawk
configure:1760: result: nawk
configure:1770: checking whether make sets $(MAKE)
configure:1790: result: yes
configure:1966: checking for gawk
configure:1992: result: nawk
configure:2048: checking for gcc
configure:2074: result: cc
configure:2318: checking for C compiler version
configure:2321: cc --version </dev/null >&5
cc (GCC) 4.2.1 20070719 [FreeBSD]
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:2324: $? = 0
configure:2326: cc -v </dev/null >&5
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
configure:2329: $? = 0
configure:2331: cc -V </dev/null >&5
cc: '-V' option must have argument
configure:2334: $? = 1
configure:2357: checking for C compiler default output file name
configure:2360: cc -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:2363: $? = 0
configure:2409: result: a.out
configure:2414: checking whether the C compiler works
configure:2420: ./a.out
configure:2423: $? = 0
configure:2440: result: yes
configure:2447: checking whether we are cross compiling
configure:2449: result: no
configure:2452: checking for suffix of executables
configure:2454: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:2457: $? = 0
configure:2482: result:
configure:2488: checking for suffix of object files
configure:2509: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:2512: $? = 0
configure:2534: result: o
configure:2538: checking whether we are using the GNU C compiler
configure:2562: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:2568: $? = 0
configure:2572: test -z
|| test ! -s conftest.err
configure:2575: $? = 0
configure:2578: test -s conftest.o
configure:2581: $? = 0
configure:2594: result: yes
configure:2600: checking whether cc accepts -g
configure:2621: cc -c -g conftest.c >&5
configure:2627: $? = 0
configure:2631: test -z
|| test ! -s conftest.err
configure:2634: $? = 0
configure:2637: test -s conftest.o
configure:2640: $? = 0
configure:2651: result: yes
configure:2668: checking for cc option to accept ANSI C
configure:2738: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:2744: $? = 0
configure:2748: test -z
|| test ! -s conftest.err
configure:2751: $? = 0
configure:2754: test -s conftest.o
configure:2757: $? = 0
configure:2775: result: none needed
configure:2793: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2799: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2943: checking for style of include used by make
configure:2971: result: GNU
configure:2999: checking dependency style of cc
configure:3089: result: gcc3
configure:3119: checking for a BSD-compatible install
configure:3174: result: /usr/bin/install -c -o root -g wheel
configure:3185: checking whether ln -s works
configure:3189: result: yes
configure:3268: checking build system type
configure:3286: result: amd64-portbld-freebsd7.1
configure:3294: checking host system type
configure:3308: result: amd64-portbld-freebsd7.1
configure:3338: checking for ld used by GCC
configure:3401: result: /usr/bin/ld
configure:3410: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15 [FreeBSD] 2004-05-23
configure:3422: result: yes
configure:3427: checking for /usr/bin/ld option to reload object files
configure:3434: result: -r
configure:3439: checking for BSD-compatible nm
configure:3475: result: /usr/bin/nm -B
configure:3478: checking how to recognise dependant libraries
configure:3656: result: pass_all
configure:3669: checking command to parse /usr/bin/nm -B output
configure:3750: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:3753: $? = 0
configure:3757: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3760: $? = 0
configure:3812: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c conftstm.o >&5
configure:3815: $? = 0
configure:3859: result: ok
configure:3868: checking how to run the C preprocessor
configure:3903: cc -E conftest.c
configure:3909: $? = 0
configure:3941: cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3947: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3986: result: cc -E
configure:4010: cc -E conftest.c
configure:4016: $? = 0
configure:4048: cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4054: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4098: checking for egrep
configure:4108: result: grep -E
configure:4113: checking for ANSI C header files
configure:4138: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4144: $? = 0
configure:4148: test -z
|| test ! -s conftest.err
configure:4151: $? = 0
configure:4154: test -s conftest.o
configure:4157: $? = 0
configure:4246: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4249: $? = 0
configure:4251: ./conftest
configure:4254: $? = 0
configure:4269: result: yes
configure:4293: checking for sys/types.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for sys/stat.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for stdlib.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for string.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for memory.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for strings.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for inttypes.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for stdint.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4293: checking for unistd.h
configure:4309: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4315: $? = 0
configure:4319: test -z
|| test ! -s conftest.err
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4339: result: yes
configure:4365: checking dlfcn.h usability
configure:4377: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:4383: $? = 0
configure:4387: test -z
|| test ! -s conftest.err
configure:4390: $? = 0
configure:4393: test -s conftest.o
configure:4396: $? = 0
configure:4406: result: yes
configure:4410: checking dlfcn.h presence
configure:4420: cc -E conftest.c
configure:4426: $? = 0
configure:4446: result: yes
configure:4481: checking for dlfcn.h
configure:4488: result: yes
configure:4685: checking for ranlib
configure:4701: found /usr/bin/ranlib
configure:4712: result: ranlib
configure:4765: checking for strip
configure:4781: found /usr/bin/strip
configure:4792: result: strip
configure:5014: checking for objdir
configure:5025: result: .libs
configure:5046: checking for cc option to produce PIC
configure:5209: result: -fPIC
configure:5213: checking if cc PIC flag -fPIC works
configure:5236: cc -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC conftest.c >&5
configure:5242: $? = 0
configure:5246: test -z
|| test ! -s conftest.err
configure:5249: $? = 0
configure:5252: test -s conftest.o
configure:5255: $? = 0
configure:5293: result: yes
configure:5313: checking if cc static flag -static works
configure:5337: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib -static conftest.c >&5
configure:5343: $? = 0
configure:5347: test -z
|| test ! -s conftest.err
configure:5350: $? = 0
configure:5353: test -s conftest
configure:5356: $? = 0
configure:5373: result: yes
configure:5389: checking if cc supports -c -o file.o
configure:5409: cc -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.c >&5
configure:5433: result: yes
configure:5438: checking if cc supports -c -o file.lo
configure:5465: cc -c -O2 -fno-strict-aliasing -pipe -c -o conftest.lo conftest.c >&5
configure:5471: $? = 0
configure:5475: test -z
|| test ! -s conftest.err
configure:5478: $? = 0
configure:5481: test -s conftest.lo
configure:5484: $? = 0
configure:5506: result: yes
configure:5545: checking if cc supports -fno-rtti -fno-exceptions
configure:5567: cc -c -O2 -fno-strict-aliasing -pipe -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:5573: $? = 0
configure:5577: test -z
|| test ! -s conftest.err
configure:5580: $? = 0
configure:5583: test -s conftest.o
configure:5586: $? = 0
configure:5603: result: no
configure:5618: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6298: result: yes
configure:6307: checking how to hardcode library paths into programs
configure:6331: result: immediate
configure:6340: checking whether stripping libraries is possible
configure:6345: result: yes
configure:6360: checking dynamic linker characteristics
configure:6765: result: freebsd7.1 ld.so
configure:6774: checking if libtool supports shared libraries
configure:6776: result: yes
configure:6783: checking whether to build shared libraries
configure:6804: result: yes
configure:6811: checking whether to build static libraries
configure:6815: result: yes
configure:7569: checking whether -lc should be explicitly linked in
configure:7577: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:7580: $? = 0
configure:7594: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7597: $? = 0
configure:7612: result: no
configure:8205: checking for msgfmt
configure:8233: result: /usr/local/bin/msgfmt
configure:8242: checking for gmsgfmt
configure:8273: result: /usr/local/bin/msgfmt
configure:8283: checking for xgettext
configure:8311: result: /usr/local/bin/xgettext
configure:8322: checking for msgmerge
configure:8349: result: /usr/local/bin/msgmerge
configure:8425: checking for ranlib
configure:8452: result: ranlib
configure:8464: checking for library containing strerror
configure:8494: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:8500: $? = 0
configure:8504: test -z
|| test ! -s conftest.err
configure:8507: $? = 0
configure:8510: test -s conftest
configure:8513: $? = 0
configure:8583: result: none required
configure:8590: checking for an ANSI C-conforming const
configure:8657: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:8663: $? = 0
configure:8667: test -z
|| test ! -s conftest.err
configure:8670: $? = 0
configure:8673: test -s conftest.o
configure:8676: $? = 0
configure:8687: result: yes
configure:8697: checking for inline
configure:8718: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:8724: $? = 0
configure:8728: test -z
|| test ! -s conftest.err
configure:8731: $? = 0
configure:8734: test -s conftest.o
configure:8737: $? = 0
configure:8749: result: inline
configure:8768: checking for off_t
configure:8792: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:8798: $? = 0
configure:8802: test -z
|| test ! -s conftest.err
configure:8805: $? = 0
configure:8808: test -s conftest.o
configure:8811: $? = 0
configure:8822: result: yes
configure:8834: checking for size_t
configure:8858: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:8864: $? = 0
configure:8868: test -z
|| test ! -s conftest.err
configure:8871: $? = 0
configure:8874: test -s conftest.o
configure:8877: $? = 0
configure:8888: result: yes
configure:8902: checking for working alloca.h
configure:8923: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:22:20: error: alloca.h: No such file or directory
conftest.c: In function 'main':
conftest.c:26: warning: incompatible implicit declaration of built-in function 'alloca'
configure:8929: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
| ;
| return 0;
| }
configure:8954: result: no
configure:8964: checking for alloca
configure:9005: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:9011: $? = 0
configure:9015: test -z
|| test ! -s conftest.err
configure:9018: $? = 0
configure:9021: test -s conftest
configure:9024: $? = 0
configure:9036: result: yes
configure:9265: checking for stdlib.h
configure:9270: result: yes
configure:9265: checking for unistd.h
configure:9270: result: yes
configure:9414: checking for getpagesize
configure:9471: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:9477: $? = 0
configure:9481: test -z
|| test ! -s conftest.err
configure:9484: $? = 0
configure:9487: test -s conftest
configure:9490: $? = 0
configure:9502: result: yes
configure:9512: checking for working mmap
configure:9654: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:9657: $? = 0
configure:9659: ./conftest
configure:9662: $? = 0
configure:9676: result: yes
configure:9688: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:28:22: error: features.h: No such file or directory
configure:9719: result: no
configure:9727: checking whether integer division by zero raises SIGFPE
configure:9789: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:9792: $? = 0
configure:9794: ./conftest
configure:9797: $? = 0
configure:9812: result: yes
configure:9825: checking for inttypes.h
configure:9847: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:9853: $? = 0
configure:9857: test -z
|| test ! -s conftest.err
configure:9860: $? = 0
configure:9863: test -s conftest.o
configure:9866: $? = 0
configure:9877: result: yes
configure:9888: checking for stdint.h
configure:9910: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:9916: $? = 0
configure:9920: test -z
|| test ! -s conftest.err
configure:9923: $? = 0
configure:9926: test -s conftest.o
configure:9929: $? = 0
configure:9940: result: yes
configure:9951: checking for unsigned long long
configure:9973: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:9979: $? = 0
configure:9983: test -z
|| test ! -s conftest.err
configure:9986: $? = 0
configure:9989: test -s conftest
configure:9992: $? = 0
configure:10004: result: yes
configure:10030: checking for inttypes.h
configure:10053: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10059: $? = 0
configure:10063: test -z
|| test ! -s conftest.err
configure:10066: $? = 0
configure:10069: test -s conftest.o
configure:10072: $? = 0
configure:10084: result: yes
configure:10097: checking whether the inttypes.h PRIxNN macros are broken
configure:10123: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10129: $? = 0
configure:10133: test -z
|| test ! -s conftest.err
configure:10136: $? = 0
configure:10139: test -s conftest.o
configure:10142: $? = 0
configure:10154: result: no
configure:10192: checking for ld used by GCC
configure:10255: result: /usr/bin/ld
configure:10264: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15 [FreeBSD] 2004-05-23
configure:10276: result: yes
configure:10282: checking for shared library run path origin
configure:10295: result: done
configure:10714: checking argz.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
conftest.c:66:18: error: argz.h: No such file or directory
configure:10732: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
configure:10755: result: no
configure:10759: checking argz.h presence
configure:10769: cc -E conftest.c
conftest.c:32:18: error: argz.h: No such file or directory
configure:10775: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <argz.h>
configure:10795: result: no
configure:10830: checking for argz.h
configure:10837: result: no
configure:10714: checking limits.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10732: $? = 0
configure:10736: test -z
|| test ! -s conftest.err
configure:10739: $? = 0
configure:10742: test -s conftest.o
configure:10745: $? = 0
configure:10755: result: yes
configure:10759: checking limits.h presence
configure:10769: cc -E conftest.c
configure:10775: $? = 0
configure:10795: result: yes
configure:10830: checking for limits.h
configure:10837: result: yes
configure:10714: checking locale.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10732: $? = 0
configure:10736: test -z
|| test ! -s conftest.err
configure:10739: $? = 0
configure:10742: test -s conftest.o
configure:10745: $? = 0
configure:10755: result: yes
configure:10759: checking locale.h presence
configure:10769: cc -E conftest.c
configure:10775: $? = 0
configure:10795: result: yes
configure:10830: checking for locale.h
configure:10837: result: yes
configure:10714: checking nl_types.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10732: $? = 0
configure:10736: test -z
|| test ! -s conftest.err
configure:10739: $? = 0
configure:10742: test -s conftest.o
configure:10745: $? = 0
configure:10755: result: yes
configure:10759: checking nl_types.h presence
configure:10769: cc -E conftest.c
configure:10775: $? = 0
configure:10795: result: yes
configure:10830: checking for nl_types.h
configure:10837: result: yes
configure:10714: checking malloc.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
In file included from conftest.c:69:
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:10732: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:10755: result: no
configure:10759: checking malloc.h presence
configure:10769: cc -E conftest.c
In file included from conftest.c:35:
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:10775: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:10795: result: no
configure:10830: checking for malloc.h
configure:10837: result: no
configure:10714: checking stddef.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10732: $? = 0
configure:10736: test -z
|| test ! -s conftest.err
configure:10739: $? = 0
configure:10742: test -s conftest.o
configure:10745: $? = 0
configure:10755: result: yes
configure:10759: checking stddef.h presence
configure:10769: cc -E conftest.c
configure:10775: $? = 0
configure:10795: result: yes
configure:10830: checking for stddef.h
configure:10837: result: yes
configure:10705: checking for stdlib.h
configure:10710: result: yes
configure:10705: checking for string.h
configure:10710: result: yes
configure:10705: checking for unistd.h
configure:10710: result: yes
configure:10714: checking sys/param.h usability
configure:10726: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5
configure:10732: $? = 0
configure:10736: test -z
|| test ! -s conftest.err
configure:10739: $? = 0
configure:10742: test -s conftest.o
configure:10745: $? = 0
configure:10755: result: yes
configure:10759: checking sys/param.h presence
configure:10769: cc -E conftest.c
configure:10775: $? = 0
configure:10795: result: yes
configure:10830: checking for sys/param.h
configure:10837: result: yes
configure:10876: checking for feof_unlocked
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for fgets_unlocked
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
/var/tmp//ccrCkcaw.o(.text+0x9): In function `main':
: undefined reference to `fgets_unlocked'
/var/tmp//ccrCkcaw.o(.data+0x0): undefined reference to `fgets_unlocked'
configure:10939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| /* end confdefs.h. */
| /* Define fgets_unlocked to an innocuous variant, in case <limits.h> declares fgets_unlocked.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fgets_unlocked innocuous_fgets_unlocked
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fgets_unlocked (); 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 fgets_unlocked
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char fgets_unlocked ();
| /* 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_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| char (*f) () = fgets_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fgets_unlocked;
| ;
| return 0;
| }
configure:10964: result: no
configure:10876: checking for getc_unlocked
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for getcwd
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for getegid
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for geteuid
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for getgid
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for getuid
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for mempcpy
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:71: warning: conflicting types for built-in function 'mempcpy'
/var/tmp//ccEGM2SL.o(.text+0x9): In function `main':
: undefined reference to `mempcpy'
/var/tmp//ccEGM2SL.o(.data+0x0): undefined reference to `mempcpy'
configure:10939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| /* end confdefs.h. */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mempcpy innocuous_mempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mempcpy (); 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 mempcpy
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char mempcpy ();
| /* 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_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != mempcpy;
| ;
| return 0;
| }
configure:10964: result: no
configure:10876: checking for munmap
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for putenv
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for setenv
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for setlocale
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for stpcpy
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:75: warning: conflicting types for built-in function 'stpcpy'
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for strcasecmp
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:76: warning: conflicting types for built-in function 'strcasecmp'
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for strdup
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:77: warning: conflicting types for built-in function 'strdup'
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for strtoul
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for tsearch
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:10939: $? = 0
configure:10943: test -z
|| test ! -s conftest.err
configure:10946: $? = 0
configure:10949: test -s conftest
configure:10952: $? = 0
configure:10964: result: yes
configure:10876: checking for __argz_count
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
/var/tmp//ccbwkVvp.o(.text+0x9): In function `main':
: undefined reference to `__argz_count'
/var/tmp//ccbwkVvp.o(.data+0x0): undefined reference to `__argz_count'
configure:10939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h. */
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_count innocuous___argz_count
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_count (); 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 __argz_count
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_count ();
| /* 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___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| char (*f) () = __argz_count;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_count;
| ;
| return 0;
| }
configure:10964: result: no
configure:10876: checking for __argz_stringify
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
/var/tmp//cct1ViN1.o(.text+0x9): In function `main':
: undefined reference to `__argz_stringify'
/var/tmp//cct1ViN1.o(.data+0x0): undefined reference to `__argz_stringify'
configure:10939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h. */
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_stringify innocuous___argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_stringify (); 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 __argz_stringify
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_stringify ();
| /* 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___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| char (*f) () = __argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_stringify;
| ;
| return 0;
| }
configure:10964: result: no
configure:10876: checking for __argz_next
configure:10933: cc -o conftest -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib conftest.c >&5
/var/tmp//ccxCGFsq.o(.text+0x9): In function `main':
: undefined reference to `__argz_next'
/var/tmp//ccxCGFsq.o(.data+0x0): undefined reference to `__argz_next'
configure:10939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h. */
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_next innocuous___argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_next (); 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 __argz_next
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_next ();
| /* 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___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| char (*f) () = __argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_next;
| ;
| return 0;
| }
configure:10964: result: no
configure:11005: checking for iconv
configure:11032: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
/var/tmp//ccwKMHgV.o(.text+0xa): In function `main':
: undefined reference to `libiconv_open'
/var/tmp//ccwKMHgV.o(.text+0x1e): In function `main':
: undefined reference to `libiconv'
/var/tmp//ccwKMHgV.o(.text+0x26): In function `main':
: undefined reference to `libiconv_close'
configure:11038: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:11083: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
configure:11089: $? = 0
configure:11093: test -z
|| test ! -s conftest.err
configure:11096: $? = 0
configure:11099: test -s conftest
configure:11102: $? = 0
configure:11117: result: yes
configure:11127: checking how to link with libiconv
configure:11129: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
configure:11140: checking for iconv declaration
configure:11174: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
conftest.c:65: error: conflicting types for 'libiconv'
/usr/local/include/iconv.h:83: error: previous declaration of 'libiconv' was here
configure:11180: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:11207: result:
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:11219: checking for nl_langinfo and CODESET
configure:11240: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:11246: $? = 0
configure:11250: test -z
|| test ! -s conftest.err
configure:11253: $? = 0
configure:11256: test -s conftest
configure:11259: $? = 0
configure:11272: result: yes
configure:11284: checking for LC_MESSAGES
configure:11305: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:11311: $? = 0
configure:11315: test -z
|| test ! -s conftest.err
configure:11318: $? = 0
configure:11321: test -s conftest
configure:11324: $? = 0
configure:11336: result: yes
configure:11352: checking for bison
configure:11381: result: no
configure:11421: checking whether NLS is requested
configure:11430: result: yes
configure:11445: checking whether included gettext is requested
configure:11455: result: no
configure:11466: checking for GNU gettext in libc
configure:11490: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c: In function 'main':
conftest.c:67: warning: cast from pointer to integer of different size
/var/tmp//cc0XUoHL.o(.text+0xd): In function `main':
: undefined reference to `libintl_bindtextdomain'
/var/tmp//cc0XUoHL.o(.text+0x17): In function `main':
: undefined reference to `libintl_gettext'
/var/tmp//cc0XUoHL.o(.text+0x1e): In function `main':
: undefined reference to `_nl_domain_bindings'
/var/tmp//cc0XUoHL.o(.text+0x27): In function `main':
: undefined reference to `_nl_msg_cat_cntr'
configure:11496: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| ;
| return 0;
| }
configure:11521: result: no
configure:11902: checking for GNU gettext in libintl
configure:11934: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
conftest.c: In function 'main':
conftest.c:71: warning: cast from pointer to integer of different size
configure:11940: $? = 0
configure:11944: test -z
|| test ! -s conftest.err
configure:11947: $? = 0
configure:11950: test -s conftest
configure:11953: $? = 0
configure:12025: result: yes
configure:12076: checking how to link with libintl
configure:12078: result: /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
configure:12156: checking for ANSI C header files
configure:12312: result: yes
configure:12344: checking fcntl.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking fcntl.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for fcntl.h
configure:12467: result: yes
configure:12344: checking getopt.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking getopt.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for getopt.h
configure:12467: result: yes
configure:12344: checking libintl.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking libintl.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for libintl.h
configure:12467: result: yes
configure:12344: checking netdb.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking netdb.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for netdb.h
configure:12467: result: yes
configure:12344: checking pwd.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking pwd.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for pwd.h
configure:12467: result: yes
configure:12344: checking signal.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking signal.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for signal.h
configure:12467: result: yes
configure:12344: checking stdarg.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking stdarg.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for stdarg.h
configure:12467: result: yes
configure:12344: checking termios.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking termios.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for termios.h
configure:12467: result: yes
configure:12344: checking time.h usability
configure:12356: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12362: $? = 0
configure:12366: test -z
|| test ! -s conftest.err
configure:12369: $? = 0
configure:12372: test -s conftest.o
configure:12375: $? = 0
configure:12385: result: yes
configure:12389: checking time.h presence
configure:12399: cc -E -I/usr/local/include conftest.c
configure:12405: $? = 0
configure:12425: result: yes
configure:12460: checking for time.h
configure:12467: result: yes
configure:12497: checking sys/fcntl.h usability
configure:12509: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12515: $? = 0
configure:12519: test -z
|| test ! -s conftest.err
configure:12522: $? = 0
configure:12525: test -s conftest.o
configure:12528: $? = 0
configure:12538: result: yes
configure:12542: checking sys/fcntl.h presence
configure:12552: cc -E -I/usr/local/include conftest.c
configure:12558: $? = 0
configure:12578: result: yes
configure:12613: checking for sys/fcntl.h
configure:12620: result: yes
configure:12497: checking sys/file.h usability
configure:12509: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12515: $? = 0
configure:12519: test -z
|| test ! -s conftest.err
configure:12522: $? = 0
configure:12525: test -s conftest.o
configure:12528: $? = 0
configure:12538: result: yes
configure:12542: checking sys/file.h presence
configure:12552: cc -E -I/usr/local/include conftest.c
configure:12558: $? = 0
configure:12578: result: yes
configure:12613: checking for sys/file.h
configure:12620: result: yes
configure:12497: checking sys/ioctl.h usability
configure:12509: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12515: $? = 0
configure:12519: test -z
|| test ! -s conftest.err
configure:12522: $? = 0
configure:12525: test -s conftest.o
configure:12528: $? = 0
configure:12538: result: yes
configure:12542: checking sys/ioctl.h presence
configure:12552: cc -E -I/usr/local/include conftest.c
configure:12558: $? = 0
configure:12578: result: yes
configure:12613: checking for sys/ioctl.h
configure:12620: result: yes
configure:12497: checking sys/resource.h usability
configure:12509: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12515: $? = 0
configure:12519: test -z
|| test ! -s conftest.err
configure:12522: $? = 0
configure:12525: test -s conftest.o
configure:12528: $? = 0
configure:12538: result: yes
configure:12542: checking sys/resource.h presence
configure:12552: cc -E -I/usr/local/include conftest.c
configure:12558: $? = 0
configure:12578: result: yes
configure:12613: checking for sys/resource.h
configure:12620: result: yes
configure:12650: checking sys/socket.h usability
configure:12662: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12668: $? = 0
configure:12672: test -z
|| test ! -s conftest.err
configure:12675: $? = 0
configure:12678: test -s conftest.o
configure:12681: $? = 0
configure:12691: result: yes
configure:12695: checking sys/socket.h presence
configure:12705: cc -E -I/usr/local/include conftest.c
configure:12711: $? = 0
configure:12731: result: yes
configure:12766: checking for sys/socket.h
configure:12773: result: yes
configure:12650: checking sys/sockio.h usability
configure:12662: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12668: $? = 0
configure:12672: test -z
|| test ! -s conftest.err
configure:12675: $? = 0
configure:12678: test -s conftest.o
configure:12681: $? = 0
configure:12691: result: yes
configure:12695: checking sys/sockio.h presence
configure:12705: cc -E -I/usr/local/include conftest.c
configure:12711: $? = 0
configure:12731: result: yes
configure:12766: checking for sys/sockio.h
configure:12773: result: yes
configure:12650: checking sys/time.h usability
configure:12662: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12668: $? = 0
configure:12672: test -z
|| test ! -s conftest.err
configure:12675: $? = 0
configure:12678: test -s conftest.o
configure:12681: $? = 0
configure:12691: result: yes
configure:12695: checking sys/time.h presence
configure:12705: cc -E -I/usr/local/include conftest.c
configure:12711: $? = 0
configure:12731: result: yes
configure:12766: checking for sys/time.h
configure:12773: result: yes
configure:12650: checking sys/wait.h usability
configure:12662: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12668: $? = 0
configure:12672: test -z
|| test ! -s conftest.err
configure:12675: $? = 0
configure:12678: test -s conftest.o
configure:12681: $? = 0
configure:12691: result: yes
configure:12695: checking sys/wait.h presence
configure:12705: cc -E -I/usr/local/include conftest.c
configure:12711: $? = 0
configure:12731: result: yes
configure:12766: checking for sys/wait.h
configure:12773: result: yes
configure:12800: checking netinet/in.h usability
configure:12812: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:12818: $? = 0
configure:12822: test -z
|| test ! -s conftest.err
configure:12825: $? = 0
configure:12828: test -s conftest.o
configure:12831: $? = 0
configure:12841: result: yes
configure:12845: checking netinet/in.h presence
configure:12855: cc -E -I/usr/local/include conftest.c
configure:12861: $? = 0
configure:12881: result: yes
configure:12916: checking for netinet/in.h
configure:12923: result: yes
configure:12950: checking net/if.h usability
configure:12962: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
In file included from conftest.c:116:
/usr/include/net/if.h:292: error: field 'ifru_addr' has incomplete type
/usr/include/net/if.h:293: error: field 'ifru_dstaddr' has incomplete type
/usr/include/net/if.h:294: error: field 'ifru_broadaddr' has incomplete type
/usr/include/net/if.h:326: error: field 'ifra_addr' has incomplete type
/usr/include/net/if.h:327: error: field 'ifra_broadaddr' has incomplete type
/usr/include/net/if.h:328: error: field 'ifra_mask' has incomplete type
/usr/include/net/if.h:426: error: field 'addr' has incomplete type
/usr/include/net/if.h:427: error: field 'dstaddr' has incomplete type
configure:12968: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if.h>
configure:12991: result: no
configure:12995: checking net/if.h presence
configure:13005: cc -E -I/usr/local/include conftest.c
configure:13011: $? = 0
configure:13031: result: yes
configure:13044: WARNING: net/if.h: present but cannot be compiled
configure:13046: WARNING: net/if.h: check for missing prerequisite headers?
configure:13048: WARNING: net/if.h: see the Autoconf documentation
configure:13050: WARNING: net/if.h: section "Present But Cannot Be Compiled"
configure:13052: WARNING: net/if.h: proceeding with the preprocessor's result
configure:13054: WARNING: net/if.h: in the future, the compiler will take precedence
configure:13066: checking for net/if.h
configure:13073: result: yes
configure:13100: checking arpa/inet.h usability
configure:13112: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:13118: $? = 0
configure:13122: test -z
|| test ! -s conftest.err
configure:13125: $? = 0
configure:13128: test -s conftest.o
configure:13131: $? = 0
configure:13141: result: yes
configure:13145: checking arpa/inet.h presence
configure:13155: cc -E -I/usr/local/include conftest.c
configure:13161: $? = 0
configure:13181: result: yes
configure:13216: checking for arpa/inet.h
configure:13223: result: yes
configure:13241: checking for inttypes.h
configure:13246: result: yes
configure:13388: checking for an ANSI C-conforming const
configure:13485: result: yes
configure:13495: checking for inline
configure:13547: result: inline
configure:13566: checking for uchar
configure:13590: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:122: error: 'uchar' undeclared (first use in this function)
conftest.c:122: error: (Each undeclared identifier is reported only once
conftest.c:122: error: for each function it appears in.)
conftest.c:122: error: expected expression before ')' token
configure:13596: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((uchar *) 0)
| return 0;
| if (sizeof (uchar))
| return 0;
| ;
| return 0;
| }
configure:13620: result: no
configure:13630: checking for uint
configure:13654: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:13660: $? = 0
configure:13664: test -z
|| test ! -s conftest.err
configure:13667: $? = 0
configure:13670: test -s conftest.o
configure:13673: $? = 0
configure:13684: result: yes
configure:13694: checking for uint8_t
configure:13718: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:13724: $? = 0
configure:13728: test -z
|| test ! -s conftest.err
configure:13731: $? = 0
configure:13734: test -s conftest.o
configure:13737: $? = 0
configure:13748: result: yes
configure:13758: checking for uint16_t
configure:13782: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:13788: $? = 0
configure:13792: test -z
|| test ! -s conftest.err
configure:13795: $? = 0
configure:13798: test -s conftest.o
configure:13801: $? = 0
configure:13812: result: yes
configure:13822: checking for uint32_t
configure:13846: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:13852: $? = 0
configure:13856: test -z
|| test ! -s conftest.err
configure:13859: $? = 0
configure:13862: test -s conftest.o
configure:13865: $? = 0
configure:13876: result: yes
configure:13894: checking for stdlib.h
configure:13899: result: yes
configure:14039: checking for GNU libc compatible malloc
configure:14068: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14071: $? = 0
configure:14073: ./conftest
configure:14076: $? = 0
configure:14090: result: yes
configure:14120: checking return type of signal handlers
configure:14151: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:14157: $? = 0
configure:14161: test -z
|| test ! -s conftest.err
configure:14164: $? = 0
configure:14167: test -s conftest.o
configure:14170: $? = 0
configure:14181: result: void
configure:14191: checking for working alloca.h
configure:14243: result: no
configure:14253: checking for alloca
configure:14325: result: yes
configure:14553: checking for stdlib.h
configure:14558: result: yes
configure:14698: checking for GNU libc compatible realloc
configure:14727: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14730: $? = 0
configure:14732: ./conftest
configure:14735: $? = 0
configure:14749: result: yes
configure:14788: checking for memset
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
conftest.c:119: warning: conflicting types for built-in function 'memset'
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14788: checking for getpwuid
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14788: checking for shutdown
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14788: checking for inet_ntop
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14788: checking for inet_pton
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14788: checking for strsep
configure:14845: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:14851: $? = 0
configure:14855: test -z
|| test ! -s conftest.err
configure:14858: $? = 0
configure:14861: test -s conftest
configure:14864: $? = 0
configure:14876: result: yes
configure:14887: checking for socket in -lsocket
configure:14917: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
configure:14923: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UINT 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_MEMSET 1
| #define HAVE_GETPWUID 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRSEP 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:14949: result: no
configure:14962: checking for inet_addr in -lnsl
configure:14992: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lnsl >&5
/usr/bin/ld: cannot find -lnsl
configure:14998: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mydns"
| #define PACKAGE_TARNAME "mydns"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "mydns 1.1.0"
| #define PACKAGE_BUGREPORT "bboy@bboy.net"
| #define PACKAGE "mydns"
| #define VERSION "1.1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UINT 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_MEMSET 1
| #define HAVE_GETPWUID 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_STRSEP 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char inet_addr ();
| int
| main ()
| {
| inet_addr ();
| ;
| return 0;
| }
configure:15024: result: no
configure:15037: checking for floor in -lm
configure:15067: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lm >&5
conftest.c:108: warning: conflicting types for built-in function 'floor'
configure:15073: $? = 0
configure:15077: test -z
|| test ! -s conftest.err
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15099: result: yes
configure:15113: checking whether strcasecmp is declared
configure:15137: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15143: $? = 0
configure:15147: test -z
|| test ! -s conftest.err
configure:15150: $? = 0
configure:15153: test -s conftest.o
configure:15156: $? = 0
configure:15167: result: yes
configure:15183: checking whether strcoll is declared
configure:15207: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15213: $? = 0
configure:15217: test -z
|| test ! -s conftest.err
configure:15220: $? = 0
configure:15223: test -s conftest.o
configure:15226: $? = 0
configure:15237: result: yes
configure:15253: checking whether strerror is declared
configure:15277: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15283: $? = 0
configure:15287: test -z
|| test ! -s conftest.err
configure:15290: $? = 0
configure:15293: test -s conftest.o
configure:15296: $? = 0
configure:15307: result: yes
configure:15323: checking whether strncasecmp is declared
configure:15347: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15353: $? = 0
configure:15357: test -z
|| test ! -s conftest.err
configure:15360: $? = 0
configure:15363: test -s conftest.o
configure:15366: $? = 0
configure:15377: result: yes
configure:15393: checking whether strsep is declared
configure:15417: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15423: $? = 0
configure:15427: test -z
|| test ! -s conftest.err
configure:15430: $? = 0
configure:15433: test -s conftest.o
configure:15436: $? = 0
configure:15447: result: yes
configure:15479: checking whether IPv6 is supported
configure:15497: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:110: warning: incompatible implicit declaration of built-in function 'memset'
configure:15503: $? = 0
configure:15507: test -z
|| test ! -s conftest.err
configure:15510: $? = 0
configure:15513: test -s conftest.o
configure:15516: $? = 0
configure:15523: result: yes
configure:15536: checking for sa_len in struct sockaddr
configure:15562: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5
configure:15568: $? = 0
configure:15572: test -z
|| test ! -s conftest.err
configure:15575: $? = 0
configure:15578: test -s conftest.o
configure:15581: $? = 0
configure:15588: result: yes
configure:15644: checking whether to enable alias patch
configure:15665: result: no
configure:15671: checking whether to support MySQL
configure:15982: result: yes
configure:15996: checking for /usr/local/lib/mysql/libmysqlclient.a
configure:16011: result: yes
configure:16088: checking for /lib/libz.a
configure:16103: result: no
configure:16088: checking for /usr/lib/libz.a
configure:16103: result: yes
configure:16113: checking for deflate in -lz
configure:16143: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lz >&5
configure:16149: $? = 0
configure:16153: test -z
|| test ! -s conftest.err
configure:16156: $? = 0
configure:16159: test -s conftest
configure:16162: $? = 0
configure:16175: result: yes
configure:16248: checking for /usr/local/include/mysql/mysql.h
configure:16263: result: yes
configure:16283: checking whether to support PostgreSQL
configure:16292: result: no
configure:16573: checking whether to compile with OpenSSL support
configure:16581: result: yes
configure:16598: checking for /usr/lib/libssl.a
configure:16613: result: yes
configure:16684: checking for /usr/include/openssl/ssl.h
configure:16699: result: yes
configure:16774: checking for default config file location
configure:16791: result: /usr/local/etc/mydns.conf
configure:16796: checking whether to build static binary
configure:16821: result: no
configure:16827: checking for MySQL support
configure:16830: result: yes
configure:16839: checking for PostgreSQL support
configure:16846: result: no
configure:16851: checking which database to use
configure:16896: result: MySQL
configure:16919:
###
### If you have problems compiling with MySQL, specifically
### a "libz" linker error, please read README.mysql for
### more information.
###
configure:16943: checking whether to enable profiling
configure:17091: result: no
configure:17099: checking whether to enable debugging
configure:17613: result: no
configure:17619: checking whether cc accepts -fomit-frame-pointer
configure:17637: cc -c -fomit-frame-pointer -I/usr/local/include conftest.c >&5
configure:17643: $? = 0
configure:17647: test -z
|| test ! -s conftest.err
configure:17650: $? = 0
configure:17653: test -s conftest.o
configure:17656: $? = 0
configure:17667: result: yes
configure:17680: checking whether cc accepts -finline-functions
configure:17698: cc -c -finline-functions -I/usr/local/include conftest.c >&5
configure:17704: $? = 0
configure:17708: test -z
|| test ! -s conftest.err
configure:17711: $? = 0
configure:17714: test -s conftest.o
configure:17717: $? = 0
configure:17728: result: yes
configure:17741: checking whether cc accepts -ffast-math
configure:17759: cc -c -ffast-math -I/usr/local/include conftest.c >&5
configure:17765: $? = 0
configure:17769: test -z
|| test ! -s conftest.err
configure:17772: $? = 0
configure:17775: test -s conftest.o
configure:17778: $? = 0
configure:17789: result: yes
configure:17807: checking whether cc accepts -funsigned-char
configure:17825: cc -c -funsigned-char -I/usr/local/include conftest.c >&5
configure:17831: $? = 0
configure:17835: test -z
|| test ! -s conftest.err
configure:17838: $? = 0
configure:17841: test -s conftest.o
configure:17844: $? = 0
configure:17855: result: yes
configure:17866: checking CFLAGS
configure:17868: result: -O2 -fno-strict-aliasing -pipe -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
configure:17873: checking whether to compile with Valgrind-friendly flags
configure:18074: result: no
configure:18082: checking whether to compile with strict warning flags
configure:18958: result: no
configure:18966: checking whether to enable alternate column names
configure:18987: result: no
configure:18993: checking whether to enable remote server status
configure:19014: result: no
configure:19020: checking whether to disable date/time in verbose output
configure:19047: result: no
configure:19203: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mydns config.status 1.1.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on delta.somedomain
config.status:776: creating contrib/Makefile
config.status:776: creating intl/Makefile
config.status:776: creating po/Makefile.in
config.status:776: creating m4/Makefile
config.status:776: creating Makefile
config.status:776: creating lib/Makefile
config.status:776: creating src/Makefile
config.status:776: creating src/lib/Makefile
config.status:776: creating src/mydns/Makefile
config.status:776: creating src/util/Makefile
config.status:776: creating pkg/Makefile
config.status:776: creating doc/Makefile
config.status:880: creating config.h
config.status:1394: executing depfiles commands
config.status:1394: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=amd64-portbld-freebsd7.1
ac_cv_build_alias=amd64-portbld-freebsd7.1
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe'
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=amd64-portbld-freebsd7.1
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_exeext=''
ac_cv_file__lib_libz_a=no
ac_cv_file__usr_include_openssl_ssl_h=yes
ac_cv_file__usr_lib_libssl_a=yes
ac_cv_file__usr_lib_libz_a=yes
ac_cv_file__usr_local_include_mysql_mysql_h=yes
ac_cv_file__usr_local_lib_mysql_libmysqlclient_a=yes
ac_cv_func___argz_count=no
ac_cv_func___argz_next=no
ac_cv_func___argz_stringify=no
ac_cv_func_alloca_works=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=no
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getuid=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mempcpy=no
ac_cv_func_memset=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_shutdown=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strsep=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=no
ac_cv_have_decl_strcasecmp=yes
ac_cv_have_decl_strcoll=yes
ac_cv_have_decl_strerror=yes
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_strsep=yes
ac_cv_header_argz_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_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_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=amd64-portbld-freebsd7.1
ac_cv_host_alias=amd64-portbld-freebsd7.1
ac_cv_lib_m_floor=yes
ac_cv_lib_nsl_inet_addr=no
ac_cv_lib_socket_socket=no
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_optok=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uchar=no
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uint=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_working_alloca_h=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_max_cmd_len=262144
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=''
nls_cv_header_libgt=''
nls_cv_use_gnu_gettext=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run tar'
AUTOCONF='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run automake-1.9'
AWK='nawk'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fno-strict-aliasing -pipe -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char'
COPYRIGHT_HOLDER='Copyright (C) 2002-2005 Don Moore'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOCDIR='$(top_srcdir)/doc'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GENCAT='gencat'
GLIBC21='no'
GMSGFMT='/usr/local/bin/msgfmt'
INSTALL_DATA='install -o root -g wheel -m 444'
INSTALL_PROGRAM='install -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLINCLUDE='-I$(top_srcdir)/intl'
INTLLIBS='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=' -rpath=/usr/lib:/usr/local/lib -static'
LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
LIBINTL='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
LIBM='-lm'
LIBMYDNS='$(top_srcdir)/src/lib/libmydns.a'
LIBMYSQLCLIENT='-L/usr/local/lib/mysql -lmysqlclient'
LIBNSL=''
LIBOBJS=''
LIBPQ=''
LIBS=''
LIBSOCKET=''
LIBSQL='-L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz'
LIBSSL='-L/usr/lib -lssl -lcrypto'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUTIL='$(top_srcdir)/lib/libmydnsutil.a'
LIBZ='-L/usr/lib -lz'
LN_S='ln -s'
LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib'
LTLIBINTL='-L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/ports/dns/mydns/work/mydns-1.1.0/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
MSGMERGE='/usr/local/bin/msgmerge'
MYDNSDIR='$(top_srcdir)/src/lib'
MYDNSINCLUDE='-I$(top_srcdir)/src/lib'
MYDNS_CONF='/usr/local/etc/mydns.conf'
MYSQL_INCLUDE='-I/usr/local/include/mysql'
OBJEXT='o'
PACKAGE='mydns'
PACKAGE_AUTHOR='Don Moore <bboy@bboy.net>'
PACKAGE_BUGREPORT='bboy@bboy.net'
PACKAGE_COPYRIGHT='Copyright (C) 2002-2005 Don Moore'
PACKAGE_DATE='Nov 2008'
PACKAGE_HOMEPAGE='http://mydns.bboy.net'
PACKAGE_NAME='mydns'
PACKAGE_RELEASE_DATE='November 28, 2008'
PACKAGE_STRING='mydns 1.1.0'
PACKAGE_TARNAME='mydns'
PACKAGE_VERSION='1.1.0'
PATH_SEPARATOR=':'
POSUB='po'
PQ_INCLUDE=''
PROFILE_ENABLED=''
RANLIB='ranlib'
SEDFILE='$(top_srcdir)/version.sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLINCLUDE='-I/usr/local/include/mysql'
SSLINCLUDE=''
STRIP='strip'
USE_DB_NAME='MySQL'
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
UTILDIR='$(top_srcdir)/lib'
UTILINCLUDE='-I$(top_srcdir)/lib'
VERSION='1.1.0'
WEBROOT='/www/htdocs/mydns'
XGETTEXT='/usr/local/bin/xgettext'
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_mydns_static_build=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd7.1'
build_alias='amd64-portbld-freebsd7.1'
build_cpu='amd64'
build_os='freebsd7.1'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='amd64-portbld-freebsd7.1'
host_alias=''
host_cpu='amd64'
host_os='freebsd7.1'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='/usr/local/info/'
install_sh='/usr/ports/dns/mydns/work/mydns-1.1.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define DISABLE_DATE_LOGGING 0
#define ENABLE_NLS 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA 1
#define HAVE_ARPA_INET_H 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_STRCASECMP 1
#define HAVE_DECL_STRCOLL 1
#define HAVE_DECL_STRERROR 1
#define HAVE_DECL_STRNCASECMP 1
#define HAVE_DECL_STRSEP 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETOPT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWUID 1
#define HAVE_GETTEXT 1
#define HAVE_GETUID 1
#define HAVE_ICONV 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_IPV6 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBINTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_REALLOC 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SHUTDOWN 1
#define HAVE_SIGNAL_H 1
#define HAVE_SOCKADDR_SA_LEN 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSEP 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TIME_H 1
#define HAVE_TSEARCH 1
#define HAVE_UINT 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT8_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define ICONV_CONST const
#define INTDIV0_RAISES_SIGFPE 1
#define MYDNS_CONF "/usr/local/etc/mydns.conf"
#define PACKAGE "mydns"
#define PACKAGE_AUTHOR "Don Moore <bboy@bboy.net>"
#define PACKAGE_BUGREPORT "bboy@bboy.net"
#define PACKAGE_COPYRIGHT "Copyright (C) 2002-2005 Don Moore"
#define PACKAGE_DATE "Nov 2008"
#define PACKAGE_HOMEPAGE "http://mydns.bboy.net"
#define PACKAGE_NAME "mydns"
#define PACKAGE_RELEASE_DATE "November 28, 2008"
#define PACKAGE_STRING "mydns 1.1.0"
#define PACKAGE_TARNAME "mydns"
#define PACKAGE_VERSION "1.1.0"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_MYSQL 1
#define VERSION "1.1.0"
#define WITH_SSL 1
configure: exit 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692c9a9f0811271759o25d0108ha1f797823abd0027>
