This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cadaver configure 0.23.3, which was generated by GNU Autoconf 2.72. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/cadaver-0.23.3-r1 --htmldir=/usr/share/doc/cadaver-0.23.3-r1/html --libdir=/usr/lib64 --enable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 6.1.66-gentoo-dist uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Wed Dec 13 16:48:18 CET 2023 /usr/bin/uname -p = AMD EPYC 7513 32-Core Processor /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/lib/portage/python3.12/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.12/ebuild-helpers/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/17/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2822: looking for aux files: config.guess config.sub config.rpath install-sh configure:2835: trying ./ configure:2864: ./config.guess found configure:2864: ./config.sub found configure:2864: ./config.rpath found configure:2846: ./install-sh found configure:3025: checking for x86_64-pc-linux-gnu-gcc configure:3058: result: clang configure:3463: checking for C compiler version configure:3472: clang --version >&5 clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg configure:3483: $? = 0 configure:3472: clang -v >&5 clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg System configuration file directory: /etc/clang Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/13 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 ... rest of stderr output deleted ... configure:3483: $? = 1 configure:3472: clang -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3483: $? = 1 configure:3472: clang -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:3483: $? = 1 configure:3472: clang -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:3483: $? = 1 configure:3503: checking whether the C compiler works configure:3525: clang -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 configure:3529: $? = 0 configure:3580: result: yes configure:3584: checking for C compiler default output file name configure:3586: result: a.out configure:3592: checking for suffix of executables configure:3599: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 configure:3603: $? = 0 configure:3627: result: configure:3651: checking whether we are cross compiling configure:3659: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 configure:3663: $? = 0 configure:3670: ./conftest configure:3674: $? = 0 configure:3689: result: no configure:3695: checking for suffix of object files configure:3718: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3722: $? = 0 configure:3746: result: o configure:3750: checking whether the compiler supports GNU C configure:3770: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3770: $? = 0 configure:3782: result: yes configure:3793: checking whether clang accepts -g configure:3814: clang -c -g conftest.c >&5 configure:3814: $? = 0 configure:3861: result: yes configure:3881: checking for clang option to enable C11 features configure:3896: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:3896: $? = 0 configure:3915: result: none needed configure:4034: checking for library containing strerror configure:4070: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 conftest.c:20:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] 20 | char strerror (void); | ^ conftest.c:20:6: note: 'strerror' is a builtin with type 'char *(int)' 1 warning generated. configure:4070: $? = 0 configure:4092: result: none required configure:4109: checking for x86_64-pc-linux-gnu-gcc configure:4142: result: clang configure:4547: checking for C compiler version configure:4556: clang --version >&5 clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg configure:4567: $? = 0 configure:4556: clang -v >&5 clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg System configuration file directory: /etc/clang Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/13 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 ... rest of stderr output deleted ... configure:4567: $? = 1 configure:4556: clang -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4567: $? = 1 configure:4556: clang -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:4567: $? = 1 configure:4556: clang -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:4567: $? = 1 configure:4571: checking whether the compiler supports GNU C configure:4603: result: yes configure:4614: checking whether clang accepts -g configure:4682: result: yes configure:4702: checking for clang option to enable C11 features configure:4736: result: none needed configure:4870: checking for a BSD-compatible install configure:4944: result: /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c configure:4961: checking whether make sets $(MAKE) configure:4985: result: yes configure:4997: checking for x86_64-pc-linux-gnu-ranlib configure:5018: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:5030: result: x86_64-pc-linux-gnu-ranlib configure:5103: checking for stdio.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for stdlib.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for string.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for inttypes.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for stdint.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for strings.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for sys/stat.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for sys/types.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for unistd.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for wchar.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5103: checking for minix/config.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:48:10: fatal error: 'minix/config.h' file not found 48 | #include | ^~~~~~~~~~~~~~~~ 1 error generated. configure:5103: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5103: result: no configure:5103: checking for sys/time.h configure:5103: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5103: $? = 0 configure:5103: result: yes configure:5128: checking for grep that handles long lines and -e configure:5194: result: /bin/grep configure:5202: checking for egrep configure:5272: result: /bin/grep -E configure:5309: checking for tputs in -lcurses configure:5338: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lcurses >&5 ld.lld: error: unable to find library -lcurses clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:5338: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. | The 'extern "C"' is for builds by C++ compilers; | although this is not generally supported in C code supporting it here | has little cost and some practical benefit (sr 110532). */ | #ifdef __cplusplus | extern "C" | #endif | char tputs (void); | int | main (void) | { | return tputs (); | ; | return 0; | } configure:5350: result: no configure:5356: checking for tputs in -lncurses configure:5385: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lncurses >&5 ld.lld: error: undefined symbol: tputs >>> referenced by conftest.c >>> /var/tmp/portage/net-misc/cadaver-0.23.3-r1/temp/conftest-09f903.o:(main) >>> did you mean: fputs >>> defined in: /lib64/libc.so.6 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:5385: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. | The 'extern "C"' is for builds by C++ compilers; | although this is not generally supported in C code supporting it here | has little cost and some practical benefit (sr 110532). */ | #ifdef __cplusplus | extern "C" | #endif | char tputs (void); | int | main (void) | { | return tputs (); | ; | return 0; | } configure:5397: result: no configure:5410: checking for readline in -lreadline configure:5439: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:5439: $? = 0 configure:5451: result: yes configure:5462: checking for library containing add_history configure:5498: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:5498: $? = 0 configure:5520: result: none required configure:5533: checking for history.h configure:5533: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:53:10: fatal error: 'history.h' file not found 53 | #include | ^~~~~~~~~~~ 1 error generated. configure:5533: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5533: result: no configure:5539: checking for readline/history.h configure:5539: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5539: $? = 0 configure:5539: result: yes configure:5545: checking for readline.h configure:5545: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:54:10: fatal error: 'readline.h' file not found 54 | #include | ^~~~~~~~~~~~ 1 error generated. configure:5545: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5545: result: no configure:5551: checking for readline/readline.h configure:5551: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5551: $? = 0 configure:5551: result: yes configure:5560: checking for rl_completion_matches configure:5560: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:5560: $? = 0 configure:5560: result: yes configure:5606: checking whether it is safe to define __EXTENSIONS__ configure:5625: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5625: $? = 0 configure:5635: result: yes configure:5638: checking whether _XOPEN_SOURCE should be defined configure:5660: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5660: $? = 0 configure:5689: result: no configure:5748: checking for inline configure:5765: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5765: $? = 0 configure:5775: result: inline configure:5793: checking for an ANSI C-conforming const configure:5860: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5860: $? = 0 configure:5870: result: yes configure:5878: checking for size_t configure:5878: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5878: $? = 0 configure:5878: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:76:21: error: expected expression 76 | if (sizeof ((size_t))) | ^ 1 error generated. configure:5878: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5878: result: yes configure:5889: checking for off_t configure:5889: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5889: $? = 0 configure:5889: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:76:20: error: expected expression 76 | if (sizeof ((off_t))) | ^ 1 error generated. configure:5889: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:5889: result: yes configure:5902: checking for uname configure:5913: result: Linux configure:5930: checking size of int configure:5936: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:5936: $? = 0 configure:5936: ./conftest configure:5936: $? = 0 configure:5953: result: 4 configure:5965: checking size of long configure:5971: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:5971: $? = 0 configure:5971: ./conftest configure:5971: $? = 0 configure:5988: result: 8 configure:6000: checking size of long long configure:6006: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:6006: $? = 0 configure:6006: ./conftest configure:6006: $? = 0 configure:6023: result: 8 configure:6032: checking for gcc -Wformat -Werror sanity configure:6054: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wformat -Werror conftest.c >&5 configure:6054: $? = 0 configure:6065: result: yes configure:6090: checking for errno.h configure:6090: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6090: $? = 0 configure:6090: result: yes configure:6096: checking for stdarg.h configure:6096: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6096: $? = 0 configure:6096: result: yes configure:6102: checking for string.h configure:6102: result: yes configure:6108: checking for stdlib.h configure:6108: result: yes configure:6124: checking size of size_t configure:6130: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:6130: $? = 0 configure:6130: ./conftest configure:6130: $? = 0 configure:6149: result: 8 configure:6162: checking how to print size_t configure:6188: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wformat -Werror conftest.c >&5 configure:6188: $? = 0 configure:6207: result: u configure:6225: checking size of off_t configure:6231: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:6231: $? = 0 configure:6231: ./conftest configure:6231: $? = 0 configure:6250: result: 8 configure:6263: checking how to print off_t configure:6289: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wformat -Werror conftest.c >&5 configure:6289: $? = 0 configure:6308: result: d configure:6327: checking size of ssize_t configure:6333: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:6333: $? = 0 configure:6333: ./conftest configure:6333: $? = 0 configure:6352: result: 8 configure:6365: checking how to print ssize_t configure:6391: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wformat -Werror conftest.c >&5 configure:6391: $? = 0 configure:6410: result: d configure:6423: checking whether byte ordering is bigendian configure:6439: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:59:9: error: unknown type name 'not' 59 | not a universal capable compiler | ^ conftest.c:59:14: error: expected ';' after top level declarator 59 | not a universal capable compiler | ^ | ; 2 errors generated. configure:6439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:6485: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6485: $? = 0 configure:6504: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:65:4: error: use of undeclared identifier 'not' 65 | not big endian | ^ 1 error generated. configure:6504: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:6645: result: no configure:6663: checking for clang options needed to detect all undeclared functions configure:6732: result: none needed configure:6746: checking whether strerror_r is declared configure:6746: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6746: $? = 0 configure:6746: result: yes configure:6766: checking whether strerror_r returns char * configure:6791: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6791: $? = 0 configure:6801: result: yes configure:6814: checking how to run the C preprocessor configure:6840: clang -E conftest.c configure:6840: $? = 0 configure:6856: clang -E conftest.c conftest.c:61:10: fatal error: 'ac_nonexistent.h' file not found 61 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:6856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | /* end confdefs.h. */ | #include configure:6885: result: clang -E configure:6899: clang -E conftest.c configure:6899: $? = 0 configure:6915: clang -E conftest.c conftest.c:61:10: fatal error: 'ac_nonexistent.h' file not found 61 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:6915: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | /* end confdefs.h. */ | #include configure:6948: checking for egrep -e configure:7078: result: /bin/grep -E configure:7089: checking for x86_64-pc-linux-gnu-ar configure:7112: found /usr/bin/x86_64-pc-linux-gnu-ar configure:7125: result: /usr/bin/x86_64-pc-linux-gnu-ar configure:7202: checking for x86_64-pc-linux-gnu-ranlib configure:7225: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:7238: result: /usr/bin/x86_64-pc-linux-gnu-ranlib configure:7360: checking for neon-config configure:7383: found /usr/bin/neon-config configure:7397: result: /usr/bin/neon-config configure:7422: checking linking against neon configure:7439: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -I/usr/include/neon -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -lneon -lz -lssl -lcrypto -lexpat >&5 configure:7439: $? = 0 configure:7450: result: yes configure:7717: incompatible neon library version 0.33.0: wanted 0.27 28 29 30 31 32 configure:8097: using bundled neon (0.29.1) configure:8107: checking for sys/time.h configure:8107: result: yes configure:8118: checking for limits.h configure:8118: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8118: $? = 0 configure:8118: result: yes configure:8129: checking for sys/select.h configure:8129: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8129: $? = 0 configure:8129: result: yes configure:8140: checking for arpa/inet.h configure:8140: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8140: $? = 0 configure:8140: result: yes configure:8151: checking for libintl.h configure:8151: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8151: $? = 0 configure:8151: result: yes configure:8162: checking for signal.h configure:8162: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8162: $? = 0 configure:8162: result: yes configure:8173: checking for sys/socket.h configure:8173: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8173: $? = 0 configure:8173: result: yes configure:8184: checking for netinet/in.h configure:8184: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8184: $? = 0 configure:8184: result: yes configure:8195: checking for netinet/tcp.h configure:8195: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8195: $? = 0 configure:8195: result: yes configure:8206: checking for netdb.h configure:8206: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8206: $? = 0 configure:8206: result: yes configure:8217: checking for sys/poll.h configure:8217: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8217: $? = 0 configure:8217: result: yes configure:8228: checking for sys/limits.h configure:8228: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:109:10: fatal error: 'sys/limits.h' file not found 109 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:8228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | /* netinet/tcp.h requires netinet/in.h on some platforms. */ | #ifdef HAVE_NETINET_IN_H | #include | #endif | | #include configure:8228: result: no configure:8239: checking for fcntl.h configure:8239: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8239: $? = 0 configure:8239: result: yes configure:8250: checking for iconv.h configure:8250: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8250: $? = 0 configure:8250: result: yes configure:8265: checking for timezone global configure:8284: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8284: $? = 0 configure:8295: result: yes configure:8320: LFS support unnecessary, off_t is not 32-bit configure:8327: checking for strtoll configure:8327: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 conftest.c:95:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] 95 | char strtoll (void); | ^ conftest.c:95:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' 1 warning generated. configure:8327: $? = 0 configure:8327: result: yes configure:8539: checking for strcasecmp configure:8539: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 conftest.c:97:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] 97 | char strcasecmp (void); | ^ conftest.c:97:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' 1 warning generated. configure:8539: $? = 0 configure:8539: result: yes configure:8555: checking for signal configure:8555: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8555: $? = 0 configure:8555: result: yes configure:8561: checking for setvbuf configure:8561: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8561: $? = 0 configure:8561: result: yes configure:8567: checking for setsockopt configure:8567: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8567: $? = 0 configure:8567: result: yes configure:8573: checking for stpcpy configure:8573: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 conftest.c:101:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration] 101 | char stpcpy (void); | ^ conftest.c:101:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)' 1 warning generated. configure:8573: $? = 0 configure:8573: result: yes configure:8579: checking for poll configure:8579: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8579: $? = 0 configure:8579: result: yes configure:8585: checking for fcntl configure:8585: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8585: $? = 0 configure:8585: result: yes configure:8591: checking for getsockopt configure:8591: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 configure:8591: $? = 0 configure:8591: result: yes configure:8606: checking whether stpcpy is declared configure:8606: clang -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:8606: $? = 0 configure:8606: result: yes configure:8628: checking for library containing socket configure:8646: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline >&5 conftest.c:95:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 95 | socket(); | ^ 1 error generated. configure:8646: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_TIMEZONE 1 | #define HAVE_STRTOLL 1 | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T | #define HAVE_STRCASECMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SETVBUF 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_STPCPY 1 | #define HAVE_POLL 1 | #define HAVE_FCNTL 1 | #define HAVE_GETSOCKOPT 1 | #define NE_USE_POLL 1 | #define HAVE_DECL_STPCPY 1 | /* end confdefs.h. */ | | int | main (void) | { | socket(); | ; | return 0; | } configure:8672: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline -lsocket >&5 conftest.c:95:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 95 | socket(); | ^ 1 error generated. configure:8672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_TIMEZONE 1 | #define HAVE_STRTOLL 1 | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T | #define HAVE_STRCASECMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SETVBUF 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_STPCPY 1 | #define HAVE_POLL 1 | #define HAVE_FCNTL 1 | #define HAVE_GETSOCKOPT 1 | #define NE_USE_POLL 1 | #define HAVE_DECL_STPCPY 1 | /* end confdefs.h. */ | | int | main (void) | { | socket(); | ; | return 0; | } configure:8672: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline -linet >&5 conftest.c:95:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 95 | socket(); | ^ 1 error generated. configure:8672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_TIMEZONE 1 | #define HAVE_STRTOLL 1 | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T | #define HAVE_STRCASECMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SETVBUF 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_STPCPY 1 | #define HAVE_POLL 1 | #define HAVE_FCNTL 1 | #define HAVE_GETSOCKOPT 1 | #define NE_USE_POLL 1 | #define HAVE_DECL_STPCPY 1 | /* end confdefs.h. */ | | int | main (void) | { | socket(); | ; | return 0; | } configure:8672: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline -lws2_32 >&5 conftest.c:95:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 95 | socket(); | ^ 1 error generated. configure:8672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_TIMEZONE 1 | #define HAVE_STRTOLL 1 | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T | #define HAVE_STRCASECMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SETVBUF 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_STPCPY 1 | #define HAVE_POLL 1 | #define HAVE_FCNTL 1 | #define HAVE_GETSOCKOPT 1 | #define NE_USE_POLL 1 | #define HAVE_DECL_STPCPY 1 | /* end confdefs.h. */ | | int | main (void) | { | socket(); | ; | return 0; | } configure:8672: clang -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lreadline -lnetwork >&5 conftest.c:95:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 95 | socket(); | ^ 1 error generated. configure:8672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cadaver" | #define PACKAGE_TARNAME "cadaver" | #define PACKAGE_VERSION "0.23.3" | #define PACKAGE_STRING "cadaver 0.23.3" | #define PACKAGE_BUGREPORT "cadaver@webdav.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_TIME_H 1 | #define STDC_HEADERS 1 | #define NE_DEBUGGING 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_ADD_HISTORY 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define SIZEOF_SIZE_T 8 | #define NE_FMT_SIZE_T "u" | #define SIZEOF_OFF_T 8 | #define NE_FMT_OFF_T "d" | #define SIZEOF_SSIZE_T 8 | #define NE_FMT_SSIZE_T "d" | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define NEON_VERSION "0.29.1" | #define NE_VERSION_MAJOR (0) | #define NE_VERSION_MINOR (29) | #define NE_VERSION_PATCH (1) | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_TIMEZONE 1 | #define HAVE_STRTOLL 1 | #define NE_FMT_NE_OFF_T NE_FMT_OFF_T | #define HAVE_STRCASECMP 1 | #define HAVE_SIGNAL 1 | #define HAVE_SETVBUF 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_STPCPY 1 | #define HAVE_POLL 1 | #define HAVE_FCNTL 1 | #define HAVE_GETSOCKOPT 1 | #define NE_USE_POLL 1 | #define HAVE_DECL_STPCPY 1 | /* end confdefs.h. */ | | int | main (void) | { | socket(); | ; | return 0; | } configure:8687: result: not found configure:8691: error: could not find library containing socket ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_undeclared_builtin_options='none needed' ac_cv_env_CC_set=set ac_cv_env_CC_value=clang ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_fcntl=yes ac_cv_func_getsockopt=yes ac_cv_func_poll=yes ac_cv_func_rl_completion_matches=yes ac_cv_func_setsockopt=yes ac_cv_func_setvbuf=yes ac_cv_func_signal=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strerror_r_char_p=yes ac_cv_func_strtoll=yes ac_cv_have_decl_stpcpy=yes ac_cv_have_decl_strerror_r=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_history_h=no ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_readline_h=no ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_limits_h=no ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_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_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_lib_curses_tputs=no ac_cv_lib_ncurses_tputs=no ac_cv_lib_readline_readline=yes ac_cv_objext=o ac_cv_path_AR=/usr/bin/x86_64-pc-linux-gnu-ar ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_EGREP_TRADITIONAL='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_NEON_CONFIG=/usr/bin/neon-config ac_cv_path_RANLIB=/usr/bin/x86_64-pc-linux-gnu-ranlib ac_cv_path_install='/usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c' ac_cv_prog_CC=clang ac_cv_prog_CPP='clang -E' ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_add_history='none required' ac_cv_search_strerror='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_size_t=8 ac_cv_sizeof_ssize_t=8 ac_cv_type_off_t=yes ac_cv_type_size_t=yes gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration gl_cv_func_getcwd_path_max=yes ne_cv_cc_timezone=yes ne_cv_cc_werror=yes ne_cv_fmt_off_t=d ne_cv_fmt_size_t=u ne_cv_fmt_ssize_t=d ne_cv_lib_neon=yes ne_cv_lib_neonver=no ne_cv_libsfor_socket='not found' ne_cv_os_uname=Linux ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/x86_64-pc-linux-gnu-ar' CC='clang' CFLAGS='-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' CPP='clang -E' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GETTEXT_MACRO_VERSION='' GMSGFMT='' GMSGFMT_015='' GNUTLS_CONFIG='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INTLLIBS='' INTL_MACOSX_LIBS='' KRB5_CONFIG='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='-lreadline ' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MKDIR_P='' MSGFMT='' MSGMERGE='' MSGMERGE_FOR_MSGFMT_OPTION='' NEONOBJS='' NEON_BUILD_BUNDLED='yes' NEON_CFLAGS='' NEON_CONFIG='/usr/bin/neon-config' NEON_EXTRAOBJS='' NEON_LIBS='' NEON_LINK_FLAGS='' NEON_LTLIBS='' NEON_OBJEXT='' NEON_SUPPORTS_SSL='' NEON_TARGET='' NE_FLAG_DAV='' NE_FLAG_IPV6='' NE_FLAG_LFS='no' NE_FLAG_LIBPXY='' NE_FLAG_SSL='' NE_FLAG_TS_SSL='' NE_FLAG_ZLIB='' OBJEXT='o' PACKAGE_BUGREPORT='cadaver@webdav.org' PACKAGE_NAME='cadaver' PACKAGE_STRING='cadaver 0.23.3' PACKAGE_TARNAME='cadaver' PACKAGE_URL='' PACKAGE_VERSION='0.23.3' PATH_SEPARATOR=':' PKG_CONFIG='' POSUB='' RANLIB='/usr/bin/x86_64-pc-linux-gnu-ranlib' SED='' SET_MAKE='' SHELL='/bin/sh' USE_NLS='' XGETTEXT='' XGETTEXT_015='' XGETTEXT_EXTRA_OPTIONS='' XML2_CONFIG='' ac_ct_CC='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='' build_os='' build_vendor='' datadir='/usr/share' datarootdir='/usr/share' docdir='/usr/share/doc/cadaver-0.23.3-r1' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='' host_os='' host_vendor='' htmldir='/usr/share/doc/cadaver-0.23.3-r1/html' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localedir_c='' localedir_c_make='' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cadaver" #define PACKAGE_TARNAME "cadaver" #define PACKAGE_VERSION "0.23.3" #define PACKAGE_STRING "cadaver 0.23.3" #define PACKAGE_BUGREPORT "cadaver@webdav.org" #define PACKAGE_URL "" #define _GNU_SOURCE 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define HAVE_SYS_TIME_H 1 #define STDC_HEADERS 1 #define NE_DEBUGGING 1 #define HAVE_LIBREADLINE 1 #define HAVE_ADD_HISTORY 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define HAVE_ERRNO_H 1 #define HAVE_STDARG_H 1 #define HAVE_STRING_H 1 #define HAVE_STDLIB_H 1 #define SIZEOF_SIZE_T 8 #define NE_FMT_SIZE_T "u" #define SIZEOF_OFF_T 8 #define NE_FMT_OFF_T "d" #define SIZEOF_SSIZE_T 8 #define NE_FMT_SSIZE_T "d" #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define STRERROR_R_CHAR_P 1 #define NEON_VERSION "0.29.1" #define NE_VERSION_MAJOR (0) #define NE_VERSION_MINOR (29) #define NE_VERSION_PATCH (1) #define HAVE_SYS_TIME_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NETDB_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_FCNTL_H 1 #define HAVE_ICONV_H 1 #define HAVE_TIMEZONE 1 #define HAVE_STRTOLL 1 #define NE_FMT_NE_OFF_T NE_FMT_OFF_T #define HAVE_STRCASECMP 1 #define HAVE_SIGNAL 1 #define HAVE_SETVBUF 1 #define HAVE_SETSOCKOPT 1 #define HAVE_STPCPY 1 #define HAVE_POLL 1 #define HAVE_FCNTL 1 #define HAVE_GETSOCKOPT 1 #define NE_USE_POLL 1 #define HAVE_DECL_STPCPY 1 configure: exit 1