Mingw64 не будет компилировать различные пакеты
Я хочу построить GTKmm 3.20 для использования с Eclipse, поскольку я перепробовал все другие способы заставить GTK работать и отказался от всех них, и кроме того, я думаю, что если я смогу построить его в его текущей версии, мне никогда не придется зависеть от кого-то, кто построит его для меня. Я хочу иметь возможность делать 32-битные и 64-битные версии, и поскольку 64-битная версия-это такая проблема, я начал с нее, полагая, что все, что работает на ней, вероятно, будет легко переключиться обратно на 32-битную. Но я не могу заставить свой компилятор делать то, что он должен делать.
Он не будет компилировать libpng.
Он не будет компилировать инструменты gettext.
Он не будет компилировать pkg-config.
Что бы я ни делал, я не могу их скомпилировать. Чем больше пакетов я пробую, тем больше у меня проблем.
Я уверен, что это ошибка компилятора. Ничто из того, что я делаю с командами или пытаюсь заполнить зависимости, не работает. Это те же самые команды, которые все используют без проблем, и я неоднократно попадал в другой пакет, который не компилируется, хотя у меня установлены все зависимости.
Моя среда: msys и mingw64 5.3.0
Пожалуйста, помогите, я очень расстроен и больше не имею никаких идей.
libpng:
make all-am make[1]: Entering directory `/c/libs/libpng/libpng-1.6.23' depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/include -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo png.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/include -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -DDLL_EXPORT -DPIC -o .libs/png.o In file included from pngpriv.h:70:0, from png.c:14: pnglibconf.h:200:54: error: expected identifier or '(' before '-' token #define PNG_TEXT_Z_DEFAULT_STRATEGY 0 ^ In file included from pngpriv.h:794:0, from png.c:14: pngstruct.h:266:21: error: operator '>=' has no left operand #if PNG_ZLIB_VERNUM >= 0x1240 ^ In file included from png.c:14:0: pngpriv.h:800:21: error: operator '!=' has no left operand #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM ^ pngpriv.h:1218:21: error: operator '>=' has no left operand #if PNG_ZLIB_VERNUM >= 0x1240 ^ make[1]: *** [png.lo] Error 1 make[1]: Leaving directory `/c/libs/libpng/libpng-1.6.23' make: *** [all] Error 2
инструменты gettext:
checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for bison... bison -y checking whether to use Java... yes checking for Java to native code compiler... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Java virtual machine... java configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP macro checking for Java compiler... javac -target 1.1 -source 1.3 checking for jar... jar checking for preferred C# implementation... any checking for C# compiler... no checking for C# program execution engine... no checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking the archiver (ar) interface... ar checking for ar... (cached) ar checking for ranlib... ranlib checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking for auto-import of symbols... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe checking if the linker (c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm -B checking the name lister (/mingw/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /mingw/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... no checking for as... as checking for dlltool... (cached) dlltool checking for objdump... (cached) objdump checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for windres... windres checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking whether we are using the GNU C Library 2 or newer... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for inline... inline checking for size_t... yes checking for stdint.h... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for string.h... (cached) yes checking for sys/socket.h... no checking for utime.h... yes checking for dirent.h... yes checking for wctype.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/time.h... yes checking for iconv.h... yes checking for langinfo.h... no checking for libcroco-0.6/libcroco/libcroco-config.h... no checking for libxml2/libxml/xmlexports.h... no checking for libxml2/libxml/xmlversion.h... no checking for xlocale.h... no checking for math.h... yes checking for wchar.h... yes checking for sys/mman.h... no checking for sched.h... yes checking for spawn.h... no checking for stdint.h... (cached) yes checking for sys/select.h... no checking for sys/wait.h... no checking for features.h... no checking for inttypes.h... (cached) yes checking for malloc.h... yes checking for getpagesize... yes checking for working mmap... no checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by gcc... c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe checking if the linker (c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... no checking for multithread API to use... windows checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /opt/lib/libiconv.dll.a -L/opt/lib checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... no checking for geteuid... no checking for getgid... no checking for getuid... no checking for mempcpy... yes checking for munmap... no checking for stpcpy... no checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for uselocale... no checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... no checking whether feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking for bison... bison checking version of bison... 2.4.2, bad checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... no checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for symlink... no checking for fchmod... no checking for canonicalize_file_name... no checking for getcwd... (cached) yes checking for readlink... no checking for realpath... no checking for readlinkat... no checking for _set_invalid_parameter_handler... yes checking for fcntl... no checking for btowc... yes checking for isblank... yes checking for iswctype... yes checking for mbsrtowcs... yes checking for mempcpy... (cached) yes checking for wmemchr... yes checking for wmemcpy... yes checking for wmempcpy... yes checking for getdelim... no checking for getdtablesize... no checking for gettimeofday... yes checking for iswcntrl... yes checking for iswblank... yes checking for lstat... no checking for mbsinit... yes checking for mbrtowc... yes checking for mbslen... no checking for isascii... yes checking for mprotect... yes checking for select... no checking for pipe2... no checking for setenv... no checking for secure_getenv... no checking for sigaction... no checking for sigaltstack... no checking for siginterrupt... no checking for snprintf... yes checking for stpncpy... no checking for pipe... no checking for vasnprintf... no checking for wcwidth... no checking for newlocale... no checking for sleep... yes checking for wcrtomb... yes checking for wctob... yes checking for mbrlen... yes checking for nl_langinfo... no checking for getrlimit... no checking for setrlimit... no checking for uselocale... (cached) no checking for working fcntl.h... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking for features.h... (cached) no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for newlocale... (cached) no checking for putenv... yes checking for setenv... (cached) no checking for setlocale... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... yes checking whether _snwprintf is declared... yes checking whether getc_unlocked is declared... no checking for nl_langinfo and CODESET... no checking for LC_MESSAGES... no checking for windres... windres checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... no checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... included intl directory checking whether to use C++... yes checking whether // is distinct from /... yes checking whether realpath works... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking if environ is properly declared... yes checking for complete errno.h... no checking for EMULTIHOP value... no checking for ENOLINK value... no checking for EOVERFLOW value... yes checking whether strerror_r is declared... no checking for strerror_r... no checking whether strerror_r returns char *... no checking for mode_t... yes checking for sig_atomic_t... yes checking for pid_t... yes checking for eaccess... no checking for mbstate_t... yes checking whether stat file-mode macros are broken... no checking for 64-bit off_t... yes checking for nlink_t... no checking whether fchmodat is declared without a macro... no checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... no checking whether futimens is declared without a macro... no checking whether lchmod is declared without a macro... no checking whether lstat is declared without a macro... no checking whether mkdirat is declared without a macro... no checking whether mkfifo is declared without a macro... no checking whether mkfifoat is declared without a macro... no checking whether mknod is declared without a macro... no checking whether mknodat is declared without a macro... no checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... no checking whether getdelim is declared... no checking whether getdtablesize is declared... no checking whether getline is declared... no checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking winsock2.h usability... yes checking winsock2.h presence... yes checking for winsock2.h... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... no checking whether gettimeofday is declared without a macro... yes checking whether byte ordering is bigendian... no checking whether long double and double are the same... no checking where to find the exponent in a 'float'... word 0 bit 23 checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking whether included glib is requested... yes checking whether to use the included glib... yes checking for unistd.h... (cached) yes checking whether included libunistring is requested... no checking for libunistring... no, trying again together with libiconv checking for libunistring... no, consider installing GNU libunistring checking whether getc_unlocked is declared... (cached) no checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether pow can be used without linking with libm... yes checking whether lstat correctly handles trailing slash... no checking whether malloc, realloc, calloc are POSIX compliant... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for a traditional french locale... French_France.1252 checking for mmap... no checking whether memchr works... yes checking whether <limits.h> defines MIN and MAX... no checking whether <sys/param.h> defines MIN and MAX... no checking for promoted mode_t type... int checking for library containing posix_spawn... no checking for posix_spawn... no checking for sigset_t... no checking for SIGPIPE... no checking for shared library path variable... PATH checking whether to activate relocatable installation... yes checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for _NSGetExecutablePath... no checking whether setenv is declared... no checking for ssize_t... yes checking for uid_t in sys/types.h... no checking whether C symbols are prefixed with underscore at the linker level... no checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stpncpy is declared... no checking whether strerror(0) succeeds... yes checking whether ffsl is declared without a macro... no checking whether ffsll is declared without a macro... no checking whether memmem is declared without a macro... no checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... no checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... no checking whether stpncpy is declared without a macro... no checking whether strchrnul is declared without a macro... no checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... no checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... no checking whether strcasestr is declared without a macro... no checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... no checking whether strsignal is declared without a macro... no checking whether strverscmp is declared without a macro... no checking whether strnlen is declared... (cached) yes checking whether strstr works... yes checking whether curses libraries may be used... yes checking where terminfo library functions come from... not found, consider installing GNU ncurses checking where termcap library functions come from... not found, consider installing GNU ncurses checking for tparam... no checking for tparm... no checking for struct timespec in <time.h>... yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... (cached) no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgets_unlocked is declared... (cached) no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getchar_unlocked is declared... no checking whether putc_unlocked is declared... no checking whether putchar_unlocked is declared... no checking whether unsetenv is declared... no checking for intmax_t... (cached) yes checking for snprintf... (cached) yes checking for strnlen... (cached) yes checking for wcslen... (cached) yes checking for wcsnlen... (cached) yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... (cached) yes checking whether vsnprintf is declared... yes checking whether <wchar.h> uses 'inline' correctly... yes checking whether alarm is declared... no checking whether stdin defaults to large file offsets... yes checking whether ftello is declared... yes checking for ftello... yes checking whether ftello works... yes checking whether ungetc works on arbitrary bytes... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... no checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking sys/acl.h usability... no checking sys/acl.h presence... no checking for sys/acl.h... no configure: WARNING: libacl development library was not found or not usable. configure: WARNING: gettext-tools will be built without ACL support. checking for g++... g++ checking whether the C++ compiler (g++ -Wl,--disable-auto-import) works... yes checking whether the C++ compiler supports namespaces... yes checking dependency style of g++... gcc3 checking for atexit... yes checking for dirent.h... (cached) yes checking for string.h... (cached) yes checking for long file names... yes checking for pathconf... no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking for winsock2.h... (cached) yes checking for closedir... yes checking for chown... no checking for utime... yes checking for utimes... no checking whether alphasort is declared without a macro... no checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... no checking whether fdopendir is declared without a macro... no checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... no checking for dirfd... no checking whether dirfd is declared... no checking whether dirfd is a macro... no checking how to get the file descriptor associated with an open DIR*... no_such_member checking whether // is distinct from /... (cached) yes checking whether dup2 works... no checking for setdtablesize... no checking for error_at_line... no checking whether fabs can be used without linking with libm... yes checking whether fcntl is declared without a macro... no checking whether openat is declared without a macro... no checking whether conversion from 'int' to 'long double' works... yes checking for working POSIX fnmatch... no checking whether isblank is declared... yes checking for Java to native code compiler... none checking for flockfile... no checking for funlockfile... no checking whether getc_unlocked is declared... (cached) no checking for getline... no checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for _ftime... yes checking whether the compiler generally respects inline... yes checking whether isinf is declared... yes checking whether isinf(long double) works... yes checking whether isnan macro works... yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(float) can be used without linking with libm... (cached) yes checking whether isnan(float) works... (cached) yes checking whether isnan(float) can be used without linking with libm... (cached) yes checking whether isnan(float) works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether iswblank is declared... yes checking whether to use Java... yes checking whether nl_langinfo is declared without a macro... no checking whether included libcroco is requested... yes checking whether to use the included libcroco... yes checking whether included glib is requested... yes checking whether to use the included glib... yes checking for unistd.h... (cached) yes checking whether to use the included libunistring... yes checking whether included libxml is requested... no checking absolute name of <libxml2/libxml/xmlexports.h>... checking for libxml... no checking whether to use the included libxml... yes checking arpa/inet.h usability... no checking arpa/inet.h presence... no checking for arpa/inet.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for dlfcn.h... (cached) no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for limits.h... (cached) yes checking for malloc.h... (cached) yes checking for math.h... (cached) yes checking netdb.h usability... no checking netdb.h presence... no checking for netdb.h... no checking netinet/in.h usability... no checking netinet/in.h presence... no checking for netinet/in.h... no checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/select.h... (cached) no checking for sys/socket.h... (cached) no checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for arpa/nameser.h... no checking for resolv.h... no checking for dlopen... no checking for getaddrinfo... no checking for localtime... yes checking for shlload... no checking for stat... yes checking for _stat... yes checking for strftime... yes checking whether locale.h conforms to POSIX:2001... no checking whether struct lconv is properly defined... no checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... no checking for setlocale... (cached) yes checking for uselocale... (cached) no checking whether log10 works... yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosf is declared without a macro... yes checking whether acosl is declared without a macro... yes checking whether asinf is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanf is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether cbrt is declared without a macro... yes checking whether cbrtf is declared without a macro... yes checking whether cbrtl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether copysign is declared without a macro... yes checking whether copysignf is declared without a macro... yes checking whether copysignl is declared without a macro... yes checking whether cosf is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether coshf is declared without a macro... yes checking whether expf is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether exp2 is declared without a macro... yes checking whether exp2f is declared without a macro... yes checking whether exp2l is declared without a macro... yes checking whether expm1 is declared without a macro... yes checking whether expm1f is declared without a macro... yes checking whether expm1l is declared without a macro... yes checking whether fabsf is declared without a macro... yes checking whether fabsl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether fma is declared without a macro... yes checking whether fmaf is declared without a macro... yes checking whether fmal is declared without a macro... yes checking whether fmod is declared without a macro... yes checking whether fmodf is declared without a macro... yes checking whether fmodl is declared without a macro... yes checking whether frexpf is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether hypotf is declared without a macro... yes checking whether hypotl is declared without a macro... yes checking whether ilogb is declared without a macro... yes checking whether ilogbf is declared without a macro... yes checking whether ilogbl is declared without a macro... yes checking whether ldexpf is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether log is declared without a macro... yes checking whether logf is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether log10 is declared without a macro... yes checking whether log10f is declared without a macro... yes checking whether log10l is declared without a macro... yes checking whether log1p is declared without a macro... yes checking whether log1pf is declared without a macro... yes checking whether log1pl is declared without a macro... yes checking whether log2 is declared without a macro... yes checking whether log2f is declared without a macro... yes checking whether log2l is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logbf is declared without a macro... yes checking whether logbl is declared without a macro... yes checking whether modf is declared without a macro... yes checking whether modff is declared without a macro... yes checking whether modfl is declared without a macro... yes checking whether powf is declared without a macro... yes checking whether remainder is declared without a macro... yes checking whether remainderf is declared without a macro... yes checking whether remainderl is declared without a macro... yes checking whether rint is declared without a macro... yes checking whether rintf is declared without a macro... yes checking whether rintl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinf is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sinhf is declared without a macro... yes checking whether sqrtf is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanf is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether tanhf is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... no checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbsrtowcs works... no checking whether mbswidth is declared in <wchar.h>... no checking for mbstate_t... (cached) yes checking for memmove... yes checking for memset... yes checking for mkdtemp... no checking whether the C compiler is actually a C++ compiler... no checking for obstacks that work with any size object... no checking for opendir... yes checking for gcc option to support OpenMP... -fopenmp checking whether posix_spawn_file_actions_addclose works... no checking whether posix_spawn_file_actions_adddup2 works... no checking whether posix_spawn_file_actions_addopen works... no checking paths.h usability... no checking paths.h presence... no checking for paths.h... no checking for confstr... no checking for sched_setparam... no checking for sched_setscheduler... yes checking for setegid... no checking for seteuid... no checking for vfork... no checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking for raise... yes checking for rawmemchr... no checking for readdir... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... (cached) yes checking whether rmdir works... no checking for __secure_getenv... no checking for issetugid... no checking for siginfo_t... no checking for volatile sig_atomic_t... yes checking for sighandler_t... no checking whether pthread_sigmask is declared without a macro... no checking whether sigaction is declared without a macro... no checking whether sigaddset is declared without a macro... no checking whether sigdelset is declared without a macro... no checking whether sigemptyset is declared without a macro... no checking whether sigfillset is declared without a macro... no checking whether sigismember is declared without a macro... no checking whether sigpending is declared without a macro... no checking whether sigprocmask is declared without a macro... no checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... no checking whether posix_spawn is declared without a macro... no checking whether posix_spawnp is declared without a macro... no checking whether posix_spawnattr_init is declared without a macro... no checking whether posix_spawnattr_destroy is declared without a macro... no checking whether posix_spawnattr_getsigdefault is declared without a macro... no checking whether posix_spawnattr_setsigdefault is declared without a macro... no checking whether posix_spawnattr_getsigmask is declared without a macro... no checking whether posix_spawnattr_setsigmask is declared without a macro... no checking whether posix_spawnattr_getflags is declared without a macro... no checking whether posix_spawnattr_setflags is declared without a macro... no checking whether posix_spawnattr_getpgroup is declared without a macro... no checking whether posix_spawnattr_setpgroup is declared without a macro... no checking whether posix_spawnattr_getschedpolicy is declared without a macro... no checking whether posix_spawnattr_setschedpolicy is declared without a macro... no checking whether posix_spawnattr_getschedparam is declared without a macro... no checking whether posix_spawnattr_setschedparam is declared without a macro... no checking whether posix_spawn_file_actions_init is declared without a macro... no checking whether posix_spawn_file_actions_destroy is declared without a macro... no checking whether posix_spawn_file_actions_addopen is declared without a macro... no checking whether posix_spawn_file_actions_addclose is declared without a macro... no checking whether posix_spawn_file_actions_adddup2 is declared without a macro... no checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... no checking whether stat handles trailing slashes on files... yes checking for va_copy... yes checking for max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... gnu checking whether dprintf is declared without a macro... no checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... no checking whether getline is declared without a macro... no checking whether gets is declared without a macro... yes checking whether pclose is declared without a macro... no checking whether popen is declared without a macro... no checking whether renameat is declared without a macro... no checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... no checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... no checking whether getsubopt is declared without a macro... no checking whether grantpt is declared without a macro... no checking whether initstate is declared without a macro... no checking whether initstate_r is declared without a macro... no checking whether mkdtemp is declared without a macro... no checking whether mkostemp is declared without a macro... no checking whether mkostemps is declared without a macro... no checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... no checking whether posix_openpt is declared without a macro... no checking whether ptsname is declared without a macro... no checking whether ptsname_r is declared without a macro... no checking whether random is declared without a macro... no checking whether random_r is declared without a macro... no checking whether realpath is declared without a macro... no checking whether rpmatch is declared without a macro... no checking whether secure_getenv is declared without a macro... no checking whether setenv is declared without a macro... no checking whether setstate is declared without a macro... no checking whether setstate_r is declared without a macro... no checking whether srandom is declared without a macro... no checking whether srandom_r is declared without a macro... no checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... no checking whether unsetenv is declared without a macro... no checking for stpcpy... (cached) no checking for strchrnul... no checking for strcspn... yes checking for winsock2.h... (cached) yes checking for working strnlen... yes checking for strpbrk... yes checking whether strstr works in linear time... no checking whether strstr works... (cached) yes checking for strtol... yes checking for strtoul... (cached) yes checking whether <sys/select.h> is self-contained... no checking for winsock2.h... (cached) yes checking whether pselect is declared without a macro... no checking whether select is declared without a macro... no checking for nlink_t... (cached) no checking whether fchmodat is declared without a macro... (cached) no checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) no checking whether futimens is declared without a macro... (cached) no checking whether lchmod is declared without a macro... (cached) no checking whether lstat is declared without a macro... (cached) no checking whether mkdirat is declared without a macro... (cached) no checking whether mkfifo is declared without a macro... (cached) no checking whether mkfifoat is declared without a macro... (cached) no checking whether mknod is declared without a macro... (cached) no checking whether mknodat is declared without a macro... (cached) no checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) no checking whether waitpid is declared without a macro... no checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... no checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... no checking whether environ is declared without a macro... no checking whether euidaccess is declared without a macro... no checking whether faccessat is declared without a macro... no checking whether fchdir is declared without a macro... no checking whether fchownat is declared without a macro... no checking whether fdatasync is declared without a macro... no checking whether fsync is declared without a macro... no checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... no checking whether getdtablesize is declared without a macro... no checking whether getgroups is declared without a macro... no checking whether gethostname is declared without a macro... no checking whether getlogin is declared without a macro... no checking whether getlogin_r is declared without a macro... no checking whether getpagesize is declared without a macro... no checking whether getusershell is declared without a macro... no checking whether setusershell is declared without a macro... no checking whether endusershell is declared without a macro... no checking whether group_member is declared without a macro... no checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... no checking whether link is declared without a macro... no checking whether linkat is declared without a macro... no checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... no checking whether pipe2 is declared without a macro... no checking whether pread is declared without a macro... no checking whether pwrite is declared without a macro... no checking whether readlink is declared without a macro... no checking whether readlinkat is declared without a macro... no checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... no checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... no checking whether symlinkat is declared without a macro... no checking whether ttyname_r is declared without a macro... no checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... no checking whether usleep is declared without a macro... yes checking for unsetenv... no checking for ptrdiff_t... (cached) yes checking for vasprintf... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes checking whether printf supports POSIX/XSI format strings with positions... (cached) no checking for waitid... no checking for waitpid... no checking for union wait... no checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... no checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... no checking whether wcwidth is declared without a macro... no checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... no checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... no checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... no checking whether wcsncasecmp is declared without a macro... no checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... no checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wctype is declared without a macro... (cached) yes checking whether iswctype is declared without a macro... (cached) yes checking whether wctrans is declared without a macro... (cached) yes checking whether towctrans is declared without a macro... (cached) yes checking whether wcwidth is declared... no checking for stdint.h... (cached) yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... yes checking for a traditional french locale... (cached) French_France.1252 checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) French_France.1252 checking for a turkish Unicode locale... none checking whether isblank is declared without a macro... yes checking whether dup works... no checking for getxattr with XATTR_NAME_POSIX_ACL macros... no checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking for getpagesize... (cached) yes checking whether getpagesize is declared... no checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... no checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... no checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'long double'... word 2 bit 0 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'double'... (cached) word 1 bit 20 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking whether lseek detects pipes... no checking for a traditional french locale... (cached) French_France.1252 checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) French_France.1252 checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a transitional chinese locale... (cached) none checking for mmap... (cached) no checking for putenv compatible with GNU and SVID... no checking whether _putenv is declared... yes checking for mmap... (cached) no checking for mmap... (cached) no checking for a traditional french locale... (cached) French_France.1252 checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether sleep is declared... (cached) yes checking for working sleep... no checking for working stdalign.h... yes checking for mmap... (cached) no checking for mmap... (cached) no checking for mmap... (cached) no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... yes checking for a traditional french locale... (cached) French_France.1252 checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... no checking whether btowc(0) is correct... (cached) yes checking whether btowc(EOF) is correct... (cached) yes checking whether nl_langinfo is declared without a macro... (cached) no checking for struct lconv.decimal_point... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... (cached) yes checking for winsock2.h... (cached) yes checking for error_at_line... (cached) no checking whether fcntl is declared without a macro... (cached) no checking whether openat is declared without a macro... (cached) no checking whether conversion from 'int' to 'long double' works... (cached) yes checking for flockfile... (cached) no checking for funlockfile... (cached) no checking whether getc_unlocked is declared... (cached) no checking for getline... (cached) no checking whether gettimeofday clobbers localtime buffer... (cached) no checking for gettimeofday with POSIX signature... (cached) yes checking for sys/timeb.h... (cached) yes checking for _ftime... (cached) yes checking whether the compiler generally respects inline... (cached) yes checking whether to use the included libunistring... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles a NULL pwc argument... (cached) guessing yes checking whether mbrtowc handles a NULL string argument... (cached) guessing yes checking whether mbrtowc has a correct return value... (cached) no checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes checking whether mbrtowc works on empty input... (cached) yes checking whether the C locale is free of encoding errors... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbswidth is declared in <wchar.h>... (cached) no checking for mbstate_t... (cached) yes checking whether the C compiler is actually a C++ compiler... (cached) no checking for obstacks that work with any size object... (cached) no checking whether program_invocation_name is declared... (cached) no checking whether program_invocation_short_name is declared... (cached) no checking for raise... (cached) yes checking for rawmemchr... (cached) no checking for volatile sig_atomic_t... (cached) yes checking for sighandler_t... (cached) no checking whether pthread_sigmask is declared without a macro... (cached) no checking whether sigaction is declared without a macro... (cached) no checking whether sigaddset is declared without a macro... (cached) no checking whether sigdelset is declared without a macro... (cached) no checking whether sigemptyset is declared without a macro... (cached) no checking whether sigfillset is declared without a macro... (cached) no checking whether sigismember is declared without a macro... (cached) no checking whether sigpending is declared without a macro... (cached) no checking whether sigprocmask is declared without a macro... (cached) no checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... (cached) no checking whether stat handles trailing slashes on files... (cached) yes checking for va_copy... (cached) yes checking for max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... (cached) gnu checking whether dprintf is declared without a macro... (cached) no checking whether fpurge is declared without a macro... (cached) no checking whether fseeko is declared without a macro... (cached) yes checking whether ftello is declared without a macro... (cached) yes checking whether getdelim is declared without a macro... (cached) no checking whether getline is declared without a macro... (cached) no checking whether gets is declared without a macro... (cached) yes checking whether pclose is declared without a macro... (cached) no checking whether popen is declared without a macro... (cached) no checking whether renameat is declared without a macro... (cached) no checking whether snprintf is declared without a macro... (cached) yes checking whether tmpfile is declared without a macro... (cached) yes checking whether vdprintf is declared without a macro... (cached) no checking whether vsnprintf is declared without a macro... (cached) yes checking whether _Exit is declared without a macro... (cached) yes checking whether atoll is declared without a macro... (cached) yes checking whether canonicalize_file_name is declared without a macro... (cached) no checking whether getloadavg is declared without a macro... (cached) no checking whether getsubopt is declared without a macro... (cached) no checking whether grantpt is declared without a macro... (cached) no checking whether initstate is declared without a macro... (cached) no checking whether initstate_r is declared without a macro... (cached) no checking whether mkdtemp is declared without a macro... (cached) no checking whether mkostemp is declared without a macro... (cached) no checking whether mkostemps is declared without a macro... (cached) no checking whether mkstemp is declared without a macro... (cached) yes checking whether mkstemps is declared without a macro... (cached) no checking whether posix_openpt is declared without a macro... (cached) no checking whether ptsname is declared without a macro... (cached) no checking whether ptsname_r is declared without a macro... (cached) no checking whether random is declared without a macro... (cached) no checking whether random_r is declared without a macro... (cached) no checking whether realpath is declared without a macro... (cached) no checking whether rpmatch is declared without a macro... (cached) no checking whether secure_getenv is declared without a macro... (cached) no checking whether setenv is declared without a macro... (cached) no checking whether setstate is declared without a macro... (cached) no checking whether setstate_r is declared without a macro... (cached) no checking whether srandom is declared without a macro... (cached) no checking whether srandom_r is declared without a macro... (cached) no checking whether strtod is declared without a macro... (cached) yes checking whether strtoll is declared without a macro... (cached) yes checking whether strtoull is declared without a macro... (cached) yes checking whether unlockpt is declared without a macro... (cached) no checking whether unsetenv is declared without a macro... (cached) no checking for stpcpy... (cached) no checking for strchrnul... (cached) no checking for winsock2.h... (cached) yes checking whether strstr works... (cached) yes checking for nlink_t... (cached) no checking whether fchmodat is declared without a macro... (cached) no checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) no checking whether futimens is declared without a macro... (cached) no checking whether lchmod is declared without a macro... (cached) no checking whether lstat is declared without a macro... (cached) no checking whether mkdirat is declared without a macro... (cached) no checking whether mkfifo is declared without a macro... (cached) no checking whether mkfifoat is declared without a macro... (cached) no checking whether mknod is declared without a macro... (cached) no checking whether mknodat is declared without a macro... (cached) no checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) no checking whether chdir is declared without a macro... (cached) yes checking whether chown is declared without a macro... (cached) no checking whether dup is declared without a macro... (cached) yes checking whether dup2 is declared without a macro... (cached) yes checking whether dup3 is declared without a macro... (cached) no checking whether environ is declared without a macro... (cached) no checking whether euidaccess is declared without a macro... (cached) no checking whether faccessat is declared without a macro... (cached) no checking whether fchdir is declared without a macro... (cached) no checking whether fchownat is declared without a macro... (cached) no checking whether fdatasync is declared without a macro... (cached) no checking whether fsync is declared without a macro... (cached) no checking whether ftruncate is declared without a macro... (cached) yes checking whether getcwd is declared without a macro... (cached) yes checking whether getdomainname is declared without a macro... (cached) no checking whether getdtablesize is declared without a macro... (cached) no checking whether getgroups is declared without a macro... (cached) no checking whether gethostname is declared without a macro... (cached) no checking whether getlogin is declared without a macro... (cached) no checking whether getlogin_r is declared without a macro... (cached) no checking whether getpagesize is declared without a macro... (cached) no checking whether getusershell is declared without a macro... (cached) no checking whether setusershell is declared without a macro... (cached) no checking whether endusershell is declared without a macro... (cached) no checking whether group_member is declared without a macro... (cached) no checking whether isatty is declared without a macro... (cached) yes checking whether lchown is declared without a macro... (cached) no checking whether link is declared without a macro... (cached) no checking whether linkat is declared without a macro... (cached) no checking whether lseek is declared without a macro... (cached) yes checking whether pipe is declared without a macro... (cached) no checking whether pipe2 is declared without a macro... (cached) no checking whether pread is declared without a macro... (cached) no checking whether pwrite is declared without a macro... (cached) no checking whether readlink is declared without a macro... (cached) no checking whether readlinkat is declared without a macro... (cached) no checking whether rmdir is declared without a macro... (cached) yes checking whether sethostname is declared without a macro... (cached) no checking whether sleep is declared without a macro... (cached) yes checking whether symlink is declared without a macro... (cached) no checking whether symlinkat is declared without a macro... (cached) no checking whether ttyname_r is declared without a macro... (cached) no checking whether unlink is declared without a macro... (cached) yes checking whether unlinkat is declared without a macro... (cached) no checking whether usleep is declared without a macro... (cached) yes checking for ptrdiff_t... (cached) yes checking for vasprintf... (cached) yes checking whether btowc is declared without a macro... (cached) yes checking whether wctob is declared without a macro... (cached) yes checking whether mbsinit is declared without a macro... (cached) yes checking whether mbrtowc is declared without a macro... (cached) yes checking whether mbrlen is declared without a macro... (cached) yes checking wh