This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ffm-dr1.syndicat.com uname -m = i386 uname -r = 6.1-RELEASE-p11 uname -s = FreeBSD uname -v = FreeBSD 6.1-RELEASE-p11 #8: Mon Dec 11 00:22:19 CET 2006 root@ffm-dr1.syndicat.com:/usr/obj/usr/src/sys/DENEU6 /usr/bin/uname -p = i386 /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: ~/bin PATH: /home/cndknut/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1364: checking for a BSD-compatible install configure:1419: result: /usr/bin/install -c configure:1430: checking whether build environment is sane configure:1473: result: yes configure:1538: checking for gawk configure:1567: result: no configure:1538: checking for mawk configure:1567: result: no configure:1538: checking for nawk configure:1554: found /usr/bin/nawk configure:1564: result: nawk configure:1574: checking whether make sets $(MAKE) configure:1594: result: yes configure:1894: checking for a BSD-compatible install configure:1949: result: /usr/bin/install -c configure:2006: checking for gcc configure:2022: found /usr/bin/gcc configure:2032: result: gcc configure:2276: checking for C compiler version configure:2279: gcc --version &5 gcc (GCC) 3.4.4 [FreeBSD] 20050518 Copyright (C) 2004 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:2282: $? = 0 configure:2284: gcc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.4 [FreeBSD] 20050518 configure:2287: $? = 0 configure:2289: gcc -V &5 gcc: `-V' option must have argument configure:2292: $? = 1 configure:2315: checking for C compiler default output file name configure:2318: gcc conftest.c >&5 configure:2321: $? = 0 configure:2367: result: a.out configure:2372: checking whether the C compiler works configure:2378: ./a.out configure:2381: $? = 0 configure:2398: result: yes configure:2405: checking whether we are cross compiling configure:2407: result: no configure:2410: checking for suffix of executables configure:2412: gcc -o conftest conftest.c >&5 configure:2415: $? = 0 configure:2440: result: configure:2446: checking for suffix of object files configure:2467: gcc -c conftest.c >&5 configure:2470: $? = 0 configure:2492: result: o configure:2496: checking whether we are using the GNU C compiler configure:2520: gcc -c conftest.c >&5 configure:2526: $? = 0 configure:2529: test -z || test ! -s conftest.err configure:2532: $? = 0 configure:2535: test -s conftest.o configure:2538: $? = 0 configure:2551: result: yes configure:2557: checking whether gcc accepts -g configure:2578: gcc -c -g conftest.c >&5 configure:2584: $? = 0 configure:2587: test -z || test ! -s conftest.err configure:2590: $? = 0 configure:2593: test -s conftest.o configure:2596: $? = 0 configure:2607: result: yes configure:2624: checking for gcc option to accept ANSI C configure:2694: gcc -c -g -O2 conftest.c >&5 configure:2700: $? = 0 configure:2703: test -z || test ! -s conftest.err configure:2706: $? = 0 configure:2709: test -s conftest.o configure:2712: $? = 0 configure:2730: result: none needed configure:2748: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2754: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2895: checking for style of include used by make configure:2923: result: GNU configure:2951: checking dependency style of gcc configure:3041: result: gcc3 configure:3081: checking whether NLS is requested configure:3090: result: yes configure:3128: checking for msgfmt configure: trying /usr/local/bin/msgfmt... 0 translated messages. configure:3160: result: /usr/local/bin/msgfmt configure:3169: checking for gmsgfmt configure:3200: result: /usr/local/bin/msgfmt configure:3239: checking for xgettext configure: trying /usr/local/bin/xgettext... /usr/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C configure:3271: result: /usr/local/bin/xgettext configure:3311: checking for msgmerge configure: trying /usr/local/bin/msgmerge... configure:3342: result: /usr/local/bin/msgmerge configure:3399: checking build system type configure:3417: result: i386-unknown-freebsd6.1 configure:3425: checking host system type configure:3439: result: i386-unknown-freebsd6.1 configure:3471: checking for ld used by GCC configure:3535: result: /usr/bin/ld configure:3544: checking if the linker (/usr/bin/ld) is GNU ld configure:3557: result: yes configure:3564: checking for shared library run path origin configure:3577: result: done configure:3994: checking for CFPreferencesCopyAppValue configure:4019: gcc -o conftest -g -O2 -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 gcc: CoreFoundation: No such file or directory cc1: error: unrecognized command line option "-framework" configure:4025: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:4051: result: no configure:4060: checking for CFLocaleCopyCurrent configure:4085: gcc -o conftest -g -O2 -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 gcc: CoreFoundation: No such file or directory cc1: error: unrecognized command line option "-framework" configure:4091: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:4117: result: no configure:4134: checking whether NLS is requested configure:4143: result: yes configure:4161: checking for GNU gettext in libc configure:4185: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:15:21: libintl.h: No such file or directory configure:4191: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:4215: result: no configure:4249: checking for iconv configure:4276: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 /var/tmp//ccBdoiFq.o(.text+0x16): In function `main': /home/httpd/html/whois/jwhois/jwhois-3.2.3/conftest.c:20: undefined reference to `libiconv_open' /var/tmp//ccBdoiFq.o(.text+0x2b):/home/httpd/html/whois/jwhois/jwhois-3.2.3/conftest.c:21: undefined reference to `libiconv' /var/tmp//ccBdoiFq.o(.text+0x34):/home/httpd/html/whois/jwhois/jwhois-3.2.3/conftest.c:22: undefined reference to `libiconv_close' configure:4282: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:4326: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:4332: $? = 0 configure:4335: test -z || test ! -s conftest.err configure:4338: $? = 0 configure:4341: test -s conftest configure:4344: $? = 0 configure:4359: result: yes configure:4369: checking how to link with libiconv configure:4371: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:4760: checking for GNU gettext in libintl configure:4792: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:4798: $? = 0 configure:4801: test -z || test ! -s conftest.err configure:4804: $? = 0 configure:4807: test -s conftest configure:4810: $? = 0 configure:4881: result: yes configure:4918: checking whether to use NLS configure:4920: result: yes configure:4923: checking where the gettext function comes from configure:4934: result: external libintl configure:4942: checking how to link with libintl configure:4944: result: /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:4998: checking for chgrp configure:5016: found /usr/bin/chgrp configure:5029: result: /usr/bin/chgrp configure:5038: checking for chmod configure:5056: found /bin/chmod configure:5069: result: /bin/chmod configure:5077: checking whether byte ordering is bigendian configure:5104: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:5110: $? = 0 configure:5113: test -z || test ! -s conftest.err configure:5116: $? = 0 configure:5119: test -s conftest.o configure:5122: $? = 0 configure:5146: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:26: error: syntax error before "big" configure:5152: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5285: result: no configure:5305: checking for connect configure:5362: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:5368: $? = 0 configure:5371: test -z || test ! -s conftest.err configure:5374: $? = 0 configure:5377: test -s conftest configure:5380: $? = 0 configure:5392: result: yes configure:5472: checking for socket configure:5529: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:5535: $? = 0 configure:5538: test -z || test ! -s conftest.err configure:5541: $? = 0 configure:5544: test -s conftest configure:5547: $? = 0 configure:5559: result: yes configure:5716: checking for getipnodebyname configure:5773: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:5779: $? = 0 configure:5782: test -z || test ! -s conftest.err configure:5785: $? = 0 configure:5788: test -s conftest configure:5791: $? = 0 configure:5803: result: yes configure:5813: checking for getaddrinfo configure:5870: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:5876: $? = 0 configure:5879: test -z || test ! -s conftest.err configure:5882: $? = 0 configure:5885: test -s conftest configure:5888: $? = 0 configure:5900: result: yes configure:5911: checking for gai_strerror configure:5968: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:5974: $? = 0 configure:5977: test -z || test ! -s conftest.err configure:5980: $? = 0 configure:5983: test -s conftest configure:5986: $? = 0 configure:5998: result: yes configure:6269: checking for main in -linet6 configure:6293: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -linet6 >&5 /usr/bin/ld: cannot find -linet6 configure:6299: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:6324: result: no configure:6402: checking for memcpy configure:6459: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:46: warning: conflicting types for built-in function 'memcpy' configure:6465: $? = 0 configure:6468: test -z || test ! -s conftest.err configure:6471: $? = 0 configure:6474: test -s conftest configure:6477: $? = 0 configure:6489: result: yes configure:6402: checking for strtol configure:6459: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:6465: $? = 0 configure:6468: test -z || test ! -s conftest.err configure:6471: $? = 0 configure:6474: test -s conftest configure:6477: $? = 0 configure:6489: result: yes configure:6505: checking for strcasecmp configure:6562: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:6568: $? = 0 configure:6571: test -z || test ! -s conftest.err configure:6574: $? = 0 configure:6577: test -s conftest configure:6580: $? = 0 configure:6592: result: yes configure:6505: checking for strncasecmp configure:6562: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:6568: $? = 0 configure:6571: test -z || test ! -s conftest.err configure:6574: $? = 0 configure:6577: test -s conftest configure:6580: $? = 0 configure:6592: result: yes configure:6505: checking for getopt_long configure:6562: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:6568: $? = 0 configure:6571: test -z || test ! -s conftest.err configure:6574: $? = 0 configure:6577: test -s conftest configure:6580: $? = 0 configure:6592: result: yes configure:6607: checking how to run the C preprocessor configure:6642: gcc -E -I/usr/local/include conftest.c configure:6648: $? = 0 configure:6680: gcc -E -I/usr/local/include conftest.c conftest.c:27:28: ac_nonexistent.h: No such file or directory configure:6686: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | /* end confdefs.h. */ | #include configure:6725: result: gcc -E configure:6749: gcc -E -I/usr/local/include conftest.c configure:6755: $? = 0 configure:6787: gcc -E -I/usr/local/include conftest.c conftest.c:27:28: ac_nonexistent.h: No such file or directory configure:6793: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | /* end confdefs.h. */ | #include configure:6837: checking for egrep configure:6847: result: grep -E configure:6852: checking for ANSI C header files configure:6877: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:6883: $? = 0 configure:6886: test -z || test ! -s conftest.err configure:6889: $? = 0 configure:6892: test -s conftest.o configure:6895: $? = 0 configure:6981: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:6984: $? = 0 configure:6986: ./conftest configure:6989: $? = 0 configure:7004: result: yes configure:7028: checking for sys/types.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for sys/stat.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for stdlib.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for string.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for memory.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for strings.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for inttypes.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for stdint.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7028: checking for unistd.h configure:7044: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7050: $? = 0 configure:7053: test -z || test ! -s conftest.err configure:7056: $? = 0 configure:7059: test -s conftest.o configure:7062: $? = 0 configure:7073: result: yes configure:7100: checking for sys/types.h configure:7105: result: yes configure:7109: checking sys/socket.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking sys/socket.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for sys/socket.h configure:7231: result: yes configure:7109: checking netinet/in.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking netinet/in.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for netinet/in.h configure:7231: result: yes configure:7109: checking netdb.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking netdb.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for netdb.h configure:7231: result: yes configure:7109: checking sys/time.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking sys/time.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for sys/time.h configure:7231: result: yes configure:7100: checking for sys/stat.h configure:7105: result: yes configure:7109: checking sys/fcntl.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking sys/fcntl.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for sys/fcntl.h configure:7231: result: yes configure:7109: checking malloc.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 In file included from conftest.c:78: /usr/include/malloc.h:3:2: #error " has been replaced by " configure:7127: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7149: result: no configure:7153: checking malloc.h presence configure:7163: gcc -E -I/usr/local/include conftest.c In file included from conftest.c:44: /usr/include/malloc.h:3:2: #error " has been replaced by " configure:7169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:7189: result: no configure:7224: checking for malloc.h configure:7231: result: no configure:7109: checking locale.h usability configure:7121: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7127: $? = 0 configure:7130: test -z || test ! -s conftest.err configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7153: checking locale.h presence configure:7163: gcc -E -I/usr/local/include conftest.c configure:7169: $? = 0 configure:7189: result: yes configure:7224: checking for locale.h configure:7231: result: yes configure:7100: checking for stdint.h configure:7105: result: yes configure:7100: checking for inttypes.h configure:7105: result: yes configure:7244: checking whether time.h and sys/time.h may both be included configure:7269: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7275: $? = 0 configure:7278: test -z || test ! -s conftest.err configure:7281: $? = 0 configure:7284: test -s conftest.o configure:7287: $? = 0 configure:7298: result: yes configure:7311: checking for dbm_open configure:7368: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5 configure:7374: $? = 0 configure:7377: test -z || test ! -s conftest.err configure:7380: $? = 0 configure:7383: test -s conftest configure:7386: $? = 0 configure:7398: result: yes configure:7582: checking gdbm.h usability configure:7594: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7600: $? = 0 configure:7603: test -z || test ! -s conftest.err configure:7606: $? = 0 configure:7609: test -s conftest.o configure:7612: $? = 0 configure:7622: result: yes configure:7626: checking gdbm.h presence configure:7636: gcc -E -I/usr/local/include conftest.c configure:7642: $? = 0 configure:7662: result: yes configure:7697: checking for gdbm.h configure:7704: result: yes configure:7582: checking ndbm.h usability configure:7594: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:7600: $? = 0 configure:7603: test -z || test ! -s conftest.err configure:7606: $? = 0 configure:7609: test -s conftest.o configure:7612: $? = 0 configure:7622: result: yes configure:7626: checking ndbm.h presence configure:7636: gcc -E -I/usr/local/include conftest.c configure:7642: $? = 0 configure:7662: result: yes configure:7697: checking for ndbm.h configure:7704: result: yes configure:7582: checking dbm.h usability configure:7594: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:85:17: dbm.h: No such file or directory configure:7600: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DBM_OPEN 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7622: result: no configure:7626: checking dbm.h presence configure:7636: gcc -E -I/usr/local/include conftest.c conftest.c:51:17: dbm.h: No such file or directory configure:7642: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DBM_OPEN 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | /* end confdefs.h. */ | #include configure:7662: result: no configure:7697: checking for dbm.h configure:7704: result: no configure:7582: checking db1/ndbm.h usability configure:7594: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 conftest.c:85:22: db1/ndbm.h: No such file or directory configure:7600: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DBM_OPEN 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7622: result: no configure:7626: checking db1/ndbm.h presence configure:7636: gcc -E -I/usr/local/include conftest.c conftest.c:51:22: db1/ndbm.h: No such file or directory configure:7642: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jwhois" | #define VERSION "3.2.3" | #define DEFAULTHOST "whois.internic.net" | #define WHOISSERVERS "whois-servers.net" | #define CACHEEXPIRE "168" | #define GETTEXT_PACKAGE "jwhois" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_GETIPNODEBYNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MEMCPY 1 | #define HAVE_STRTOL 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_GETOPT_LONG 1 | #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_SYS_TYPES_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DBM_OPEN 1 | #define HAVE_GDBM_H 1 | #define HAVE_NDBM_H 1 | /* end confdefs.h. */ | #include configure:7662: result: no configure:7697: checking for db1/ndbm.h configure:7704: result: no configure:7985: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ffm-dr1.syndicat.com config.status:771: creating Makefile config.status:771: creating doc/Makefile config.status:771: creating doc/sv/Makefile config.status:771: creating src/Makefile config.status:771: creating po/Makefile.in config.status:771: creating example/Makefile config.status:771: creating jwhois.spec config.status:837: creating config.h config.status:1201: executing depfiles commands config.status:1201: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-freebsd6.1 ac_cv_build_alias=i386-unknown-freebsd6.1 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_dbm_open=yes ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getipnodebyname=yes ac_cv_func_getopt_long=yes ac_cv_func_memcpy=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strncasecmp=yes ac_cv_func_strtol=yes ac_cv_header_db1_ndbm_h=no ac_cv_header_dbm_h=no ac_cv_header_gdbm_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=no ac_cv_header_memory_h=yes ac_cv_header_ndbm_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=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_socket_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_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-unknown-freebsd6.1 ac_cv_host_alias=i386-unknown-freebsd6.1 ac_cv_lib_inet6_main=no ac_cv_objext=o ac_cv_path_CHGRP=/usr/bin/chgrp ac_cv_path_CHMOD=/bin/chmod 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_path_install='/usr/bin/install -c' ac_cv_prog_AWK=nawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes 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_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run tar' AUTOCONF='${SHELL} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run autoconf' AUTOHEADER='${SHELL} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run autoheader' AUTOMAKE='${SHELL} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run automake-1.9' AWK='nawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CHGRP='/usr/bin/chgrp' CHMOD='/bin/chmod' CPP='gcc -E' CPPFLAGS='-I/usr/local/include' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GETTEXT_PACKAGE='jwhois' GMSGFMT='/usr/local/bin/msgfmt' GROUP='nogroup' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INTLLIBS='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' INTL_MACOSX_LIBS='' LDFLAGS='' 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' LIBOBJS='' LIBS='' 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} /home/httpd/html/whois/jwhois/jwhois-3.2.3/missing --run makeinfo' MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MSGMERGE='/usr/local/bin/msgmerge' OBJEXT='o' OLDCFLAGS='-g -O2' PACKAGE='jwhois' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POSUB='po' SET_MAKE='' SHELL='/bin/bash' STRIP='' USE_NLS='yes' VERSION='3.2.3' XGETTEXT='/usr/local/bin/xgettext' ac_ct_CC='gcc' ac_ct_STRIP='' 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='i386-unknown-freebsd6.1' build_alias='' build_cpu='i386' build_os='freebsd6.1' build_vendor='unknown' cache='yes' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-freebsd6.1' host_alias='' host_cpu='i386' host_os='freebsd6.1' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/httpd/html/whois/jwhois/jwhois-3.2.3/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${prefix}/share/locale' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='$(mkinstalldirs)' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sgid='no' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CACHEEXPIRE "168" #define DEFAULTHOST "whois.internic.net" #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "jwhois" #define HAVE_DBM_OPEN 1 #define HAVE_DCGETTEXT 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GDBM_H 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETIPNODEBYNAME 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETTEXT 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMCPY 1 #define HAVE_MEMORY_H 1 #define HAVE_NDBM_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRTOL 1 #define HAVE_SYS_FCNTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "jwhois" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "3.2.3" #define WHOISSERVERS "whois-servers.net" configure: exit 0