Build of dictd with clang_glibc toolchain

The build took 00h 01m 25s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
13,141 ansic
4,610 sh
491 yacc
389 makefile
276 cpp
255 lex
12 awk
19,174 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: dictd 1.12.1-5 (Thu Apr 13 15:38:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libmaa-1.3.2-2
#
# Total Installed Size: 0.12 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libmaa...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# Configuring for dict
# .
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for library containing strerror... none required
# checking for dlopen in -lc... no
# checking for dlopen in -ldl... yes
# Checking for programs
# checking for gawk... gawk
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether make sets $(MAKE)... yes
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for libtool... libtool
# checking for gnroff... no
# checking for nroff... nroff
# checking for groff... groff
# checking for col... col
# checking for expand... expand
# .
# Checking for libraries
# checking for maa_shutdown in -lmaa... yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for main in -lsocket... no
# checking for inet_ntoa in -lc... yes
# .
# Checking for header files
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for strings.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for inttypes.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for wint_t... yes
# checking for mbstate_t... yes
# checking for wchar_t... yes
# checking for size_t... yes
# checking for socklen_t... yes
# .
# Checking for system constants
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# .
# Checking for library functions
# checking for size_t... (cached) yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for working strcoll... yes
# checking for strftime... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for wait3 that fills in rusage... yes
# checking for waitpid... yes
# checking for mmap... yes
# checking for munmap... yes
# checking for strdup... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for semget... yes
# checking for strerror... yes
# checking for inet_aton... yes
# checking for strdup... (cached) yes
# checking for strtol... (cached) yes
# checking for strtoul... (cached) yes
# checking for alarm... yes
# checking for gethostbyaddr... yes
# checking for gethostbyname... yes
# checking for gethostname... yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for regcomp... yes
# checking for setlocale... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strrchr... yes
# checking for strstr... yes
# checking for uname... yes
# checking for dlopen... yes
# checking for getopt... yes
# checking for initgroups... yes
# checking for daemon... yes
# checking for setenv... yes
# checking for putenv... yes
# checking for fileno... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for getopt_long... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking whether CODESET is declared... yes
# .
# Making output files
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating doc/Makefile
# config.status: creating dictdplugin-config
# config.status: WARNING: 'dictdplugin-config.in' seems to ignore the --datarootdir setting
# config.status: creating dictl
# config.status: creating colorit
# config.status: creating dictunformat
# config.status: creating dictfmt_index2suffix
# config.status: creating dictfmt_index2word
# config.status: creating examples/dictd_popen.conf
# config.status: creating colorit.1
# config.status: creating dict.1
# config.status: creating dictfmt.1
# config.status: creating dictfmt_index2suffix.1
# config.status: creating dictfmt_index2word.1
# config.status: creating dictl.1
# config.status: creating dict_lookup.1
# config.status: creating dictunformat.1
# config.status: creating dictzip.1
# config.status: creating dictd.8
# config.status: creating test/dictd_test
# config.status: creating test/dictzip_test
# config.status: creating config.h
#
#
# plugin support: native
# enabled plugins:
#
#
# libtool --tag=CC --mode=compile clang -c -DHAVE_CONFIG_H -DUSE_DICT_ORG -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.12.1\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c -o net.o
# libtool: compile: clang -c -DHAVE_CONFIG_H -DUSE_DICT_ORG -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.12.1\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c -fPIC -DPIC -o .libs/net.o
# libtool: compile: clang -c -DHAVE_CONFIG_H -DUSE_DICT_ORG -DUSE_PLUGIN -DDICT_PLUGIN_PATH=\"/usr/libexec/\" -DDICT_DICTIONARY_PATH=\"/usr/share/\" -DDICT_VERSION=\"1.12.1\" -DDICT_CONFIG_PATH=\"/etc/dict/\" -I. -I. net.c -o net.o >/dev/null 2>&1
# flex -oclientscan.c clientscan.l
# make: *** [Makefile:187: clientscan.c] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/dictd/src/dictd-1.12.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by dict configure 1.12.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --enable-dictorg --prefix=/usr --sysconfdir=/etc/dict --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a5fb18b3120a
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2327: checking build system type
# configure:2341: result: x86_64-unknown-linux-gnu
# configure:2361: checking host system type
# configure:2374: result: x86_64-unknown-linux-gnu
# configure:2403: checking for x86_64-unknown-linux-gcc
# configure:2430: result: clang
# configure:2699: checking for C compiler version
# configure:2708: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2719: $? = 0
# configure:2708: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2719: $? = 0
# configure:2708: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2719: $? = 1
# configure:2708: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2719: $? = 1
# configure:2739: checking whether the C compiler works
# configure:2761: clang conftest.c >&5
# configure:2765: $? = 0
# configure:2813: result: yes
# configure:2816: checking for C compiler default output file name
# configure:2818: result: a.out
# configure:2824: checking for suffix of executables
# configure:2831: clang -o conftest conftest.c >&5
# configure:2835: $? = 0
# configure:2857: result:
# configure:2879: checking whether we are cross compiling
# configure:2887: clang -o conftest conftest.c >&5
# configure:2891: $? = 0
# configure:2898: ./conftest
# configure:2902: $? = 0
# configure:2917: result: no
# configure:2922: checking for suffix of object files
# configure:2944: clang -c conftest.c >&5
# configure:2948: $? = 0
# configure:2969: result: o
# configure:2973: checking whether we are using the GNU C compiler
# configure:2992: clang -c conftest.c >&5
# configure:2992: $? = 0
# configure:3001: result: yes
# configure:3010: checking whether clang accepts -g
# configure:3030: clang -c -g conftest.c >&5
# configure:3030: $? = 0
# configure:3071: result: yes
# configure:3088: checking for clang option to accept ISO C89
# configure:3152: clang -c conftest.c >&5
# configure:3152: $? = 0
# configure:3165: result: none needed
# configure:3190: checking how to run the C preprocessor
# configure:3221: clang -E conftest.c
# configure:3221: $? = 0
# configure:3235: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3235: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3260: result: clang -E
# configure:3280: clang -E conftest.c
# configure:3280: $? = 0
# configure:3294: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3434: checking for C++ compiler version
# configure:3443: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3454: $? = 0
# configure:3443: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3454: $? = 0
# configure:3443: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3454: $? = 1
# configure:3443: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3454: $? = 1
# configure:3458: checking whether we are using the GNU C++ compiler
# configure:3477: clang++ -c conftest.cpp >&5
# configure:3477: $? = 0
# configure:3486: result: yes
# configure:3495: checking whether clang++ accepts -g
# configure:3515: clang++ -c -g conftest.cpp >&5
# configure:3515: $? = 0
# configure:3556: result: yes
# configure:3581: checking for library containing strerror
# configure:3612: clang -o conftest conftest.c >&5
# conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:3612: $? = 0
# configure:3629: result: none required
# configure:3684: checking for dlopen in -lc
# configure:3709: clang -o conftest conftest.c -lc >&5
# /tmp/conftest-577933.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3709: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:3718: result: no
# configure:3723: checking for dlopen in -ldl
# configure:3748: clang -o conftest conftest.c -ldl >&5
# configure:3748: $? = 0
# configure:3757: result: yes
# configure:3823: checking for gawk
# configure:3839: found /usr/bin/gawk
# configure:3850: result: gawk
# configure:3875: checking for a BSD-compatible install
# configure:3943: result: /usr/bin/install -c
# configure:3957: checking for x86_64-unknown-linux-ranlib
# configure:3987: result: no
# configure:3997: checking for ranlib
# configure:4013: found /usr/bin/ranlib
# configure:4024: result: ranlib
# configure:4046: checking whether make sets $(MAKE)
# configure:4068: result: yes
# configure:4081: checking for bison
# configure:4097: found /usr/bin/bison
# configure:4108: result: bison -y
# configure:4124: checking for flex
# configure:4140: found /usr/bin/flex
# configure:4151: result: flex
# configure:4188: flex conftest.l
# configure:4192: $? = 1
# configure:4194: checking lex output file root
# configure:4208: result: lex.yy
# configure:4213: checking lex library
# configure:4227: clang -o conftest -DUSE_DICT_ORG conftest.c -ldl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4227: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:4227: clang -o conftest -DUSE_DICT_ORG conftest.c -lfl -ldl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4227: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:4227: clang -o conftest -DUSE_DICT_ORG conftest.c -ll -ldl >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4227: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:4237: result: none needed
# configure:4243: checking whether yytext is a pointer
# configure:4260: clang -o conftest -DUSE_DICT_ORG conftest.c -ldl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4260: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4268: result: no
# configure:4281: checking for libtool
# configure:4297: found /usr/bin/libtool
# configure:4308: result: libtool
# configure:4321: checking for gnroff
# configure:4351: result: no
# configure:4321: checking for nroff
# configure:4337: found /usr/bin/nroff
# configure:4348: result: nroff
# configure:4363: checking for groff
# configure:4379: found /usr/bin/groff
# configure:4390: result: groff
# configure:4405: checking for col
# configure:4421: found /usr/bin/col
# configure:4432: result: col
# configure:4447: checking for expand
# configure:4463: found /usr/bin/expand
# configure:4474: result: expand
# configure:4489: checking for maa_shutdown in -lmaa
# configure:4514: clang -o conftest -DUSE_DICT_ORG conftest.c -lmaa -ldl >&5
# configure:4514: $? = 0
# configure:4523: result: yes
# configure:4533: checking for grep that handles long lines and -e
# configure:4591: result: /usr/bin/grep
# configure:4596: checking for egrep
# configure:4658: result: /usr/bin/grep -E
# configure:4663: checking for ANSI C header files
# configure:4683: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4683: $? = 0
# configure:4756: clang -o conftest -DUSE_DICT_ORG conftest.c -ldl >&5
# configure:4756: $? = 0
# configure:4756: ./conftest
# configure:4756: $? = 0
# configure:4767: result: yes
# configure:4780: checking for sys/types.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for sys/stat.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for stdlib.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for string.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for memory.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for strings.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for inttypes.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for stdint.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4780: checking for unistd.h
# configure:4780: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:4780: $? = 0
# configure:4780: result: yes
# configure:4912: checking for main in -lsocket
# configure:4931: clang -o conftest -DUSE_DICT_ORG conftest.c -lsocket -ldl >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4931: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4940: result: no
# configure:4951: checking for inet_ntoa in -lc
# configure:4976: clang -o conftest -DUSE_DICT_ORG conftest.c -lc -ldl >&5
# configure:4976: $? = 0
# configure:4985: result: yes
# configure:5041: checking for ANSI C header files
# configure:5145: result: yes
# configure:5153: checking whether time.h and sys/time.h may both be included
# configure:5173: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:5173: $? = 0
# configure:5180: result: yes
# configure:5193: checking dlfcn.h usability
# configure:5193: clang -c -DUSE_DICT_ORG conftest.c >&5
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking dlfcn.h presence
# configure:5193: clang -E conftest.c
# configure:5193: $? = 0
# configure:5193: result: yes
# configure:5193: checking for dlfcn.h
# configure:5193: result: yes
# configure:5227: checking for strings.h
# configure:5227: result: yes
# configure:5227: checking limits.h usability
# configure:5227: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5227: $? = 0
# configure:5227: result: yes
# configure:5227: checking limits.h presence
# configure:5227: clang -E conftest.c
# configure:5227: $? = 0
# configure:5227: result: yes
# configure:5227: checking for limits.h
# configure:5227: result: yes
# configure:5239: checking for inttypes.h
# configure:5239: result: yes
# configure:5252: checking sys/resource.h usability
# configure:5252: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking sys/resource.h presence
# configure:5252: clang -E conftest.c
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking for sys/resource.h
# configure:5252: result: yes
# configure:5252: checking sys/time.h usability
# configure:5252: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking sys/time.h presence
# configure:5252: clang -E conftest.c
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking for sys/time.h
# configure:5252: result: yes
# configure:5252: checking sys/param.h usability
# configure:5252: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking sys/param.h presence
# configure:5252: clang -E conftest.c
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking for sys/param.h
# configure:5252: result: yes
# configure:5252: checking sys/wait.h usability
# configure:5252: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking sys/wait.h presence
# configure:5252: clang -E conftest.c
# configure:5252: $? = 0
# configure:5252: result: yes
# configure:5252: checking for sys/wait.h
# configure:5252: result: yes
# configure:5265: checking wctype.h usability
# configure:5265: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking wctype.h presence
# configure:5265: clang -E conftest.c
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for wctype.h
# configure:5265: result: yes
# configure:5265: checking wchar.h usability
# configure:5265: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking wchar.h presence
# configure:5265: clang -E conftest.c
# configure:5265: $? = 0
# configure:5265: result: yes
# configure:5265: checking for wchar.h
# configure:5265: result: yes
# configure:5278: checking ctype.h usability
# configure:5278: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5278: $? = 0
# configure:5278: result: yes
# configure:5278: checking ctype.h presence
# configure:5278: clang -E conftest.c
# configure:5278: $? = 0
# configure:5278: result: yes
# configure:5278: checking for ctype.h
# configure:5278: result: yes
# configure:5278: checking getopt.h usability
# configure:5278: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5278: $? = 0
# configure:5278: result: yes
# configure:5278: checking getopt.h presence
# configure:5278: clang -E conftest.c
# configure:5278: $? = 0
# configure:5278: result: yes
# configure:5278: checking for getopt.h
# configure:5278: result: yes
# configure:5289: checking zlib.h usability
# configure:5289: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5289: $? = 0
# configure:5289: result: yes
# configure:5289: checking zlib.h presence
# configure:5289: clang -E conftest.c
# configure:5289: $? = 0
# configure:5289: result: yes
# configure:5289: checking for zlib.h
# configure:5289: result: yes
# configure:5298: checking for wint_t
# configure:5298: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5298: $? = 0
# configure:5298: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:38:21: error: expected expression
# if (sizeof ((wint_t)))
# ^
# 1 error generated.
# configure:5298: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((wint_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5298: result: yes
# configure:5309: checking for mbstate_t
# configure:5309: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5309: $? = 0
# configure:5309: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:39:24: error: expected expression
# if (sizeof ((mbstate_t)))
# ^
# 1 error generated.
# configure:5309: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((mbstate_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5309: result: yes
# configure:5320: checking for wchar_t
# configure:5320: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5320: $? = 0
# configure:5320: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:40:22: error: expected expression
# if (sizeof ((wchar_t)))
# ^
# 1 error generated.
# configure:5320: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((wchar_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5320: result: yes
# configure:5331: checking for size_t
# configure:5331: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5331: $? = 0
# configure:5331: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:72:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5331: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5331: result: yes
# configure:5341: checking for socklen_t
# configure:5341: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5341: $? = 0
# configure:5341: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:43:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:5341: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5341: result: yes
# configure:5357: checking for an ANSI C-conforming const
# configure:5422: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5422: $? = 0
# configure:5429: result: yes
# configure:5437: checking for inline
# configure:5453: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5453: $? = 0
# configure:5461: result: inline
# configure:5483: checking for size_t
# configure:5483: result: yes
# configure:5496: checking for working alloca.h
# configure:5513: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5513: $? = 0
# configure:5521: result: yes
# configure:5529: checking for alloca
# configure:5568: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5568: $? = 0
# configure:5576: result: yes
# configure:5685: checking for pid_t
# configure:5685: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:5685: $? = 0
# configure:5685: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:76:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5685: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5685: result: yes
# configure:5698: checking vfork.h usability
# configure:5698: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# conftest.c:73:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5698: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5698: result: no
# configure:5698: checking vfork.h presence
# configure:5698: clang -E conftest.c
# conftest.c:40:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5698: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# configure:5698: result: no
# configure:5698: checking for vfork.h
# configure:5698: result: no
# configure:5711: checking for fork
# configure:5711: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5711: $? = 0
# configure:5711: result: yes
# configure:5711: checking for vfork
# configure:5711: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:64:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:5711: $? = 0
# configure:5711: result: yes
# configure:5721: checking for working fork
# configure:5743: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5743: $? = 0
# configure:5743: ./conftest
# configure:5743: $? = 0
# configure:5753: result: yes
# configure:5774: checking for working vfork
# configure:5884: result: yes
# configure:5910: checking for working strcoll
# configure:5931: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5931: $? = 0
# configure:5931: ./conftest
# configure:5931: $? = 0
# configure:5941: result: yes
# configure:5951: checking for strftime
# configure:5951: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:5951: $? = 0
# configure:5951: result: yes
# configure:6006: checking for vprintf
# configure:6006: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:69:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:6006: $? = 0
# configure:6006: result: yes
# configure:6012: checking for _doprnt
# configure:6012: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# /tmp/conftest-30c570.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6012: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:6012: result: no
# configure:6024: checking for wait3 that fills in rusage
# configure:6070: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6070: $? = 0
# configure:6070: ./conftest
# configure:6070: $? = 0
# configure:6080: result: yes
# configure:6090: checking for waitpid
# configure:6090: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6090: $? = 0
# configure:6090: result: yes
# configure:6104: checking for mmap
# configure:6104: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6104: $? = 0
# configure:6104: result: yes
# configure:6104: checking for munmap
# configure:6104: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6104: $? = 0
# configure:6104: result: yes
# configure:6117: checking for strdup
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:74:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:74:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6117: checking for strtol
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6117: checking for strtoul
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6117: checking for semget
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6117: checking for strerror
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:78:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6117: checking for inet_aton
# configure:6117: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6117: $? = 0
# configure:6117: result: yes
# configure:6129: checking for strdup
# configure:6129: result: yes
# configure:6129: checking for strtol
# configure:6129: result: yes
# configure:6129: checking for strtoul
# configure:6129: result: yes
# configure:6141: checking for alarm
# configure:6141: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6141: $? = 0
# configure:6141: result: yes
# configure:6141: checking for gethostbyaddr
# configure:6141: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6141: $? = 0
# configure:6141: result: yes
# configure:6141: checking for gethostbyname
# configure:6141: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6141: $? = 0
# configure:6141: result: yes
# configure:6141: checking for gethostname
# configure:6141: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6141: $? = 0
# configure:6141: result: yes
# configure:6141: checking for gettimeofday
# configure:6141: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6141: $? = 0
# configure:6141: result: yes
# configure:6153: checking for inet_ntoa
# configure:6153: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6153: $? = 0
# configure:6153: result: yes
# configure:6153: checking for regcomp
# configure:6153: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6153: $? = 0
# configure:6153: result: yes
# configure:6153: checking for setlocale
# configure:6153: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6153: $? = 0
# configure:6153: result: yes
# configure:6165: checking for socket
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for strcasecmp
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:92:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:92:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for strchr
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:93:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:93:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for strrchr
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:94:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:94:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for strstr
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:95:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:95:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6165: checking for uname
# configure:6165: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6165: $? = 0
# configure:6165: result: yes
# configure:6177: checking for dlopen
# configure:6177: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6177: $? = 0
# configure:6177: result: yes
# configure:6188: checking for getopt
# configure:6188: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6188: $? = 0
# configure:6188: result: yes
# configure:6199: checking for initgroups
# configure:6199: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6199: $? = 0
# configure:6199: result: yes
# configure:6209: checking for daemon
# configure:6209: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6209: $? = 0
# configure:6209: result: yes
# configure:6222: checking for setenv
# configure:6222: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6222: $? = 0
# configure:6222: result: yes
# configure:6238: checking for putenv
# configure:6238: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6238: $? = 0
# configure:6238: result: yes
# configure:6250: checking for fileno
# configure:6250: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6250: $? = 0
# configure:6250: result: yes
# configure:6451: checking for strlcpy
# configure:6451: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:103:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:103:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-8e7655.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6451: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_WAIT3 1
# | #define HAVE_WAITPID 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_SEMGET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_UNAME 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_GETOPT 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_FILENO 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:6451: result: no
# configure:6464: checking for strlcat
# configure:6464: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:103:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:103:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-316f9b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dict"
# | #define PACKAGE_TARNAME "dict"
# | #define PACKAGE_VERSION "1.12.1"
# | #define PACKAGE_STRING "dict 1.12.1"
# | #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# | #define PACKAGE_URL ""
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_SIZE_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_WAIT3 1
# | #define HAVE_WAITPID 1
# | #define HAVE_MMAP 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_SEMGET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_UNAME 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_GETOPT 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_FILENO 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:6464: result: no
# configure:6478: checking for getopt_long
# configure:6478: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# configure:6478: $? = 0
# configure:6478: result: yes
# configure:6492: checking for snprintf
# configure:6492: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:104:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:6492: $? = 0
# configure:6492: result: yes
# configure:6505: checking for vsnprintf
# configure:6505: clang -o conftest -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c -ldl >&5
# conftest.c:105:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:105:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:6505: $? = 0
# configure:6505: result: yes
# configure:6520: checking whether CODESET is declared
# configure:6520: clang -c -DUSE_DICT_ORG -DUSE_PLUGIN conftest.c >&5
# configure:6520: $? = 0
# configure:6520: result: yes
# configure:6732: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by dict config.status 1.12.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a5fb18b3120a
#
# config.status:937: creating Makefile
# config.status:1040: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:937: creating doc/Makefile
# config.status:937: creating dictdplugin-config
# config.status:1040: WARNING: 'dictdplugin-config.in' seems to ignore the --datarootdir setting
# config.status:937: creating dictl
# config.status:937: creating colorit
# config.status:937: creating dictunformat
# config.status:937: creating dictfmt_index2suffix
# config.status:937: creating dictfmt_index2word
# config.status:937: creating examples/dictd_popen.conf
# config.status:937: creating colorit.1
# config.status:937: creating dict.1
# config.status:937: creating dictfmt.1
# config.status:937: creating dictfmt_index2suffix.1
# config.status:937: creating dictfmt_index2word.1
# config.status:937: creating dictl.1
# config.status:937: creating dict_lookup.1
# config.status:937: creating dictunformat.1
# config.status:937: creating dictzip.1
# config.status:937: creating dictd.8
# config.status:937: creating test/dictd_test
# config.status:937: creating test/dictzip_test
# config.status:937: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func_alarm=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_daemon=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_fileno=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_initgroups=yes
# ac_cv_func_mmap=yes
# ac_cv_func_munmap=yes
# ac_cv_func_putenv=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_semget=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcoll_works=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_uname=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_wait3_rusage=yes
# ac_cv_func_waitpid=yes
# ac_cv_have_decl_CODESET=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_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_param_h=yes
# ac_cv_header_sys_resource_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_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_c_dlopen=no
# ac_cv_lib_c_inet_ntoa=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_lex='none needed'
# ac_cv_lib_maa_maa_shutdown=yes
# ac_cv_lib_socket_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_COL=col
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_EXPAND=expand
# ac_cv_prog_LEX=flex
# ac_cv_prog_LIBTOOL=libtool
# ac_cv_prog_NROFF=nroff
# ac_cv_prog_TROFF=groff
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_type_mbstate_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_wchar_t=yes
# ac_cv_type_wint_t=yes
# ac_cv_working_alloca_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# AWK='gawk'
# BINDIR='/usr/bin'
# CC='clang'
# CFLAGS=' -DUSE_DICT_ORG -DUSE_PLUGIN'
# COL='col'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXFLAGS=''
# DATADIR='/usr/share'
# DEFS='-DHAVE_CONFIG_H'
# DICT_VERSION='1.12.1'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXPAND='expand'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBEXECDIR='/usr/libexec'
# LIBMAA='-lmaa'
# LIBOBJS=' ${LIBOBJDIR}wcrtomb$U.o ${LIBOBJDIR}wctomb$U.o ${LIBOBJDIR}mbrlen$U.o ${LIBOBJDIR}mbrtowc$U.o ${LIBOBJDIR}mbstowcs$U.o ${LIBOBJDIR}mbtowc$U.o ${LIBOBJDIR}iswspace$U.o ${LIBOBJDIR}iswalnum$U.o ${LIBOBJDIR}towlower$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o'
# LIBS=' -ldl'
# LIBTOOL='libtool'
# LTLIBOBJS=' ${LIBOBJDIR}wcrtomb$U.lo ${LIBOBJDIR}wctomb$U.lo ${LIBOBJDIR}mbrlen$U.lo ${LIBOBJDIR}mbrtowc$U.lo ${LIBOBJDIR}mbstowcs$U.lo ${LIBOBJDIR}mbtowc$U.lo ${LIBOBJDIR}iswspace$U.lo ${LIBOBJDIR}iswalnum$U.lo ${LIBOBJDIR}towlower$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo'
# NROFF='nroff'
# OBJEXT='o'
# PACKAGE_BUGREPORT='dict-beta@dict.org'
# PACKAGE_NAME='dict'
# PACKAGE_STRING='dict 1.12.1'
# PACKAGE_TARNAME='dict'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.12.1'
# PATH_SEPARATOR=':'
# PLUGINS=''
# RANLIB='ranlib'
# SBINDIR='/usr/bin'
# SET_MAKE=''
# SHELL='/bin/sh'
# SYSCONFDIR='/etc/dict'
# TROFF='groff'
# USE_PLUGIN='2'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# allsubdirs=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# srcdir='.'
# sysconfdir='/etc/dict'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "dict"
# #define PACKAGE_TARNAME "dict"
# #define PACKAGE_VERSION "1.12.1"
# #define PACKAGE_STRING "dict 1.12.1"
# #define PACKAGE_BUGREPORT "dict-beta@dict.org"
# #define PACKAGE_URL ""
# #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 STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_DLFCN_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_WINT_T 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_WCHAR_T 1
# #define HAVE_SIZE_T 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STRCOLL 1
# #define HAVE_STRFTIME 1
# #define HAVE_VPRINTF 1
# #define HAVE_WAIT3 1
# #define HAVE_WAITPID 1
# #define HAVE_MMAP 1
# #define HAVE_MUNMAP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_SEMGET 1
# #define HAVE_STRERROR 1
# #define HAVE_INET_ATON 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_ALARM 1
# #define HAVE_GETHOSTBYADDR 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_REGCOMP 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_UNAME 1
# #define HAVE_DLOPEN 1
# #define HAVE_GETOPT 1
# #define HAVE_INITGROUPS 1
# #define HAVE_SETENV 1
# #define HAVE_PUTENV 1
# #define HAVE_FILENO 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_DECL_CODESET 1
#
# configure: exit 0