Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to build GTKmm 3.20 for use with Eclipse as I have tried all other avenues to get GTK working and have given up on all of them, and besides, I figure if I can build it in its current version, I'll never have to depend on someone to build it for me. I want to be able to do 32-bit and 64-bit and since 64-bit is such a problem I started with it figuring whatever works on it will probably be easy to switch back to 32-bit. But I can't get my compiler to do what it's supposed to do.

It won't compile libpng.
It won't compile gettext tools.
It won't compile pkg-config.
No matter what I do I can't compile these. The more packages I try, the more problems I have.
I am certain it is the compiler's fault. Nothing I do with commands or trying to fill dependencies works. They're the same commands everyone uses without problems, and I repeatedly hit another package that won't compile even though I have all the dependencies installed.

My environment: msys and mingw64 5.3.0

Please help, I am very frustrated and have no more ideas.

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 tools:
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 whether mbsrtowcs is declared without a macro... (cached) yes
checking whether mbsnrtowcs is declared without a macro... (cached) no
checking whether wcrtomb is declared without a macro... (cached) yes
checking whether wcsrtombs is declared without a macro... (cached) yes
checking whether wcsnrtombs is declared without a macro... (cached) no
checking whether wcwidth is declared without a macro... (cached) no
checking whether wmemchr is declared without a macro... (cached) yes
checking whether wmemcmp is declared without a macro... (cached) yes
checking whether wmemcpy is declared without a macro... (cached) yes
checking whether wmemmove is declared without a macro... (cached) yes
checking whether wmemset is declared without a macro... (cached) yes
checking whether wcslen is declared without a macro... (cached) yes
checking whether wcsnlen is declared without a macro... (cached) yes
checking whether wcscpy is declared without a macro... (cached) yes
checking whether wcpcpy is declared without a macro... (cached) no
checking whether wcsncpy is declared without a macro... (cached) yes
checking whether wcpncpy is declared without a macro... (cached) no
checking whether wcscat is declared without a macro... (cached) yes
checking whether wcsncat is declared without a macro... (cached) yes
checking whether wcscmp is declared without a macro... (cached) yes
checking whether wcsncmp is declared without a macro... (cached) yes
checking whether wcscasecmp is declared without a macro... (cached) no
checking whether wcsncasecmp is declared without a macro... (cached) no
checking whether wcscoll is declared without a macro... (cached) yes
checking whether wcsxfrm is declared without a macro... (cached) yes
checking whether wcsdup is declared without a macro... (cached) yes
checking whether wcschr is declared without a macro... (cached) yes
checking whether wcsrchr is declared without a macro... (cached) yes
checking whether wcscspn is declared without a macro... (cached) yes
checking whether wcsspn is declared without a macro... (cached) yes
checking whether wcspbrk is declared without a macro... (cached) yes
checking whether wcsstr is declared without a macro... (cached) yes
checking whether wcstok is declared without a macro... (cached) yes
checking whether wcswidth is declared without a macro... (cached) 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... (cached) no
checking for stdint.h... (cached) yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking for inline... (cached) inline
checking for unsigned long long int... (cached) yes
checking for size_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for ssize_t... (cached) yes
checking for pid_t... (cached) yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no
checking for select... (cached) no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... (cached) no
checking for signal handlers with siginfo_t... no
checking for setlocale declaration... 
         extern char *setlocale (int category, const char *locale);
checking whether byte ordering is bigendian... (cached) no
checking for arpa/inet.h... (cached) no
checking for gethostname... no
checking for gethostbyname... no
checking for inet_ntop... no
checking for IPv6 sockets... no
checking for BSD- or MS-compatible name lister (nm)... (cached) /mingw/bin/nm -B
checking the name lister (/mingw/bin/nm -B) interface... (cached) BSD nm
checking whether Emacs support is requested... yes
checking for emacs... no
checking for xemacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for dvips... /c/libs/gettext/gettext-0.19.8.1/build-aux/missing dvips
checking for texi2pdf... /bin/texi2pdf
checking for perl... /bin/perl
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++... (cached) gcc3
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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... 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 whether the g++ linker (c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ 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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating csharpcomp.sh
config.status: creating csharpexec.sh
config.status: creating javacomp.sh
config.status: creating javaexec.sh
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating its/Makefile
config.status: creating gnulib-lib/Makefile
config.status: creating libgrep/Makefile
config.status: creating src/Makefile
config.status: creating src/user-email
config.status: creating libgettextpo/Makefile
config.status: creating libgettextpo/exported.sh
config.status: creating po/Makefile.in
config.status: creating projects/Makefile
config.status: creating styles/Makefile
config.status: creating misc/Makefile
config.status: creating misc/gettextize
config.status: creating misc/autopoint
config.status: creating misc/convert-archive
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating tests/init-env
config.status: creating gnulib-tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in examples (/c/libs/gettext/gettext-0.19.8.1/gettext-tools/examples)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt'  '--build=x86_64-w64-mingw32' '--with-libiconv-prefix=/opt' '--with-libxml2-prefix=/opt' '--with-included-libcroco' '--with-included-glib' '--enable-threads=win32' '--enable-relocatable' '--disable-shared' 'build_alias=x86_64-w64-mingw32' --cache-file=/dev/null --srcdir=.
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 a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating installpaths
config.status: creating po/Makefile
config.status: executing po-directories commands

make: Entering directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/intl'
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/bindtextdom.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcgettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dgettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/gettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/finddomain.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/hash-string.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/loadmsgcat.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localealias.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/textdomain.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/l10nflist.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/explodename.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcigettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcngettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dngettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/ngettext.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  pluralx.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/plural-exp.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localcharset.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/threadlib.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/lock.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/relocatable.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/langprefs.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localename.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/log.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/printf.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/setlocale.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/version.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/xsize.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/osdep.c
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/intl-compat.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c -o dcgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c -o localealias.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c -o gettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c -o l10nflist.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c -o hash-string.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c -o textdomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c -o loadmsgcat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c -o explodename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c -o dgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c -o finddomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden pluralx.c -o pluralx.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c -o setlocale.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c -o dcigettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c -o bindtextdom.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c -o lock.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c -o dcngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c -o log.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c -o plural-exp.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c -o printf.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c -o dngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c -o ngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c -o osdep.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c -o intl-compat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c -o relocatable.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c -o version.o
../../gettext-runtime/intl/version.c:24:5: warning: 'libintl_version' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
 int libintl_version = LIBINTL_VERSION;
     ^
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c -o localcharset.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c -o localename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c -o xsize.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c -o langprefs.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale\" -DLIBDIR=\"/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/opt/include -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c -o threadlib.o
/bin/sh ../libtool  --tag=CC --mode=link \
	  gcc -I/opt/include -g -O2 -fvisibility=hidden  -Wl,--disable-auto-import  -o libintl.la \
	  bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo pluralx.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -L/opt/lib -liconv -R/opt/lib    -lc \
	  libintl.res.lo \
	  -version-info 9:5:1 \
	  -rpath /opt/lib \
	  -no-undefined
libtool: link: rm -fr  .libs/libintl.a .libs/libintl.la .libs/libintl.lai
libtool: link: ar cru .libs/libintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o pluralx.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o libintl.res.o
libtool: link: ranlib .libs/libintl.a
libtool: link: ( cd ".libs" && rm -f "libintl.la" && cp -pR "../libintl.la" "libintl.la" )
make: Leaving directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/intl'
make: Entering directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib'
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f byteswap.h-t byteswap.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./byteswap.in.h; \
	} > byteswap.h-t && \
	mv -f byteswap.h-t byteswap.h
rm -f configmake.h-t && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  echo '#define PREFIX "/opt"'; \
	  echo '#define EXEC_PREFIX "/opt"'; \
	  echo '#define BINDIR "/opt/bin"'; \
	  echo '#define SBINDIR "/opt/sbin"'; \
	  echo '#define LIBEXECDIR "/opt/libexec"'; \
	  echo '#define DATAROOTDIR "/opt/share"'; \
	  echo '#define DATADIR "/opt/share"'; \
	  echo '#define SYSCONFDIR "/opt/etc"'; \
	  echo '#define SHAREDSTATEDIR "/opt/com"'; \
	  echo '#define LOCALSTATEDIR "/opt/var"'; \
	  echo '#define RUNSTATEDIR "/opt/var/run"'; \
	  echo '#define INCLUDEDIR "/opt/include"'; \
	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
	  echo '#define DOCDIR "/opt/share/doc/gettext"'; \
	  echo '#define INFODIR "/opt/share/info"'; \
	  echo '#define HTMLDIR "/opt/share/doc/gettext"'; \
	  echo '#define DVIDIR "/opt/share/doc/gettext"'; \
	  echo '#define PDFDIR "/opt/share/doc/gettext"'; \
	  echo '#define PSDIR "/opt/share/doc/gettext"'; \
	  echo '#define LIBDIR "/opt/lib"'; \
	  echo '#define LISPDIR "/opt/share/emacs/site-lisp"'; \
	  echo '#define LOCALEDIR "/opt/share/locale"'; \
	  echo '#define MANDIR "/opt/share/man"'; \
	  echo '#define MANEXT ""'; \
	  echo '#define PKGDATADIR "/opt/share/gettext"'; \
	  echo '#define PKGINCLUDEDIR "/opt/include/gettext-tools"'; \
	  echo '#define PKGLIBDIR "/opt/lib/gettext-tools"'; \
	  echo '#define PKGLIBEXECDIR "/opt/libexec/gettext-tools"'; \
	} | sed '/""/d' > configmake.h-t && \
	mv -f configmake.h-t configmake.h
rm -f dirent.h-t dirent.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_DIRENT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
	      -e 's/@''GNULIB_OPENDIR''@/1/g' \
	      -e 's/@''GNULIB_READDIR''@/1/g' \
	      -e 's/@''GNULIB_REWINDDIR''@/0/g' \
	      -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
	      -e 's/@''GNULIB_DIRFD''@/1/g' \
	      -e 's/@''GNULIB_FDOPENDIR''@/0/g' \
	      -e 's/@''GNULIB_SCANDIR''@/0/g' \
	      -e 's/@''GNULIB_ALPHASORT''@/0/g' \
	      -e 's/@''HAVE_OPENDIR''@/1/g' \
	      -e 's/@''HAVE_READDIR''@/1/g' \
	      -e 's/@''HAVE_REWINDDIR''@/1/g' \
	      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
	      -e 's|@''HAVE_DECL_DIRFD''@|0|g' \
	      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_SCANDIR''@|1|g' \
	      -e 's|@''HAVE_ALPHASORT''@|1|g' \
	      -e 's|@''REPLACE_OPENDIR''@|0|g' \
	      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
	      -e 's|@''REPLACE_DIRFD''@|0|g' \
	      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./dirent.in.h; \
	} > dirent.h-t && \
	mv dirent.h-t dirent.h
rm -f errno.h-t errno.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ERRNO_H''@|<errno.h>|g' \
	      -e 's|@''EMULTIHOP_HIDDEN''@|0|g' \
	      -e 's|@''EMULTIHOP_VALUE''@||g' \
	      -e 's|@''ENOLINK_HIDDEN''@|0|g' \
	      -e 's|@''ENOLINK_VALUE''@||g' \
	      -e 's|@''EOVERFLOW_HIDDEN''@|0|g' \
	      -e 's|@''EOVERFLOW_VALUE''@||g' \
	      < ./errno.in.h; \
	} > errno.h-t && \
	mv errno.h-t errno.h
rm -f fcntl.h-t fcntl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/0/g' \
	      -e 's|@''HAVE_FCNTL''@|0|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./fcntl.in.h; \
	} > fcntl.h-t && \
	mv fcntl.h-t fcntl.h
rm -f fnmatch.h-t fnmatch.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      < ./fnmatch.in.h; \
	} > fnmatch.h-t && \
	mv -f fnmatch.h-t fnmatch.h
rm -f iconv.h-t iconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
	      -e 's/@''GNULIB_ICONV''@/1/g' \
	      -e 's|@''ICONV_CONST''@||g' \
	      -e 's|@''REPLACE_ICONV''@|0|g' \
	      -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
	      -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./iconv.in.h; \
	} > iconv.h-t && \
	mv iconv.h-t iconv.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|0|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|0|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|0|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|0|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|0|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|0|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
	      -e 's/@''GNULIB_LOCALECONV''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's/@''GNULIB_SETLOCALE''@/1/g' \
	      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
	      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|0|g' \
	      -e 's|@''REPLACE_LOCALECONV''@|1|g' \
	      -e 's|@''REPLACE_SETLOCALE''@|1|g' \
	      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
	      -e 's|@''REPLACE_STRUCT_LCONV''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./locale.in.h; \
	} > locale.h-t && \
	mv locale.h-t locale.h
rm -f math.h-t math.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
	      -e 's/@''GNULIB_ACOSF''@/0/g' \
	      -e 's/@''GNULIB_ACOSL''@/0/g' \
	      -e 's/@''GNULIB_ASINF''@/0/g' \
	      -e 's/@''GNULIB_ASINL''@/0/g' \
	      -e 's/@''GNULIB_ATANF''@/0/g' \
	      -e 's/@''GNULIB_ATANL''@/0/g' \
	      -e 's/@''GNULIB_ATAN2F''@/0/g' \
	      -e 's/@''GNULIB_CBRT''@/0/g' \
	      -e 's/@''GNULIB_CBRTF''@/0/g' \
	      -e 's/@''GNULIB_CBRTL''@/0/g' \
	      -e 's/@''GNULIB_CEIL''@/0/g' \
	      -e 's/@''GNULIB_CEILF''@/0/g' \
	      -e 's/@''GNULIB_CEILL''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGN''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
	      -e 's/@''GNULIB_COSF''@/0/g' \
	      -e 's/@''GNULIB_COSL''@/0/g' \
	      -e 's/@''GNULIB_COSHF''@/0/g' \
	      -e 's/@''GNULIB_EXPF''@/0/g' \
	      -e 's/@''GNULIB_EXPL''@/0/g' \
	      -e 's/@''GNULIB_EXP2''@/0/g' \
	      -e 's/@''GNULIB_EXP2F''@/0/g' \
	      -e 's/@''GNULIB_EXP2L''@/0/g' \
	      -e 's/@''GNULIB_EXPM1''@/0/g' \
	      -e 's/@''GNULIB_EXPM1F''@/0/g' \
	      -e 's/@''GNULIB_EXPM1L''@/0/g' \
	      -e 's/@''GNULIB_FABSF''@/0/g' \
	      -e 's/@''GNULIB_FABSL''@/0/g' \
	      -e 's/@''GNULIB_FLOOR''@/0/g' \
	      -e 's/@''GNULIB_FLOORF''@/0/g' \
	      -e 's/@''GNULIB_FLOORL''@/0/g' \
	      -e 's/@''GNULIB_FMA''@/0/g' \
	      -e 's/@''GNULIB_FMAF''@/0/g' \
	      -e 's/@''GNULIB_FMAL''@/0/g' \
	      -e 's/@''GNULIB_FMOD''@/0/g' \
	      -e 's/@''GNULIB_FMODF''@/0/g' \
	      -e 's/@''GNULIB_FMODL''@/0/g' \
	      -e 's/@''GNULIB_FREXPF''@/0/g' \
	      -e 's/@''GNULIB_FREXP''@/0/g' \
	      -e 's/@''GNULIB_FREXPL''@/0/g' \
	      -e 's/@''GNULIB_HYPOT''@/0/g' \
	      -e 's/@''GNULIB_HYPOTF''@/0/g' \
	      -e 's/@''GNULIB_HYPOTL''@/0/g' \
	      < ./math.in.h | \
	  sed -e 's/@''GNULIB_ILOGB''@/0/g' \
	      -e 's/@''GNULIB_ILOGBF''@/0/g' \
	      -e 's/@''GNULIB_ILOGBL''@/0/g' \
	      -e 's/@''GNULIB_ISFINITE''@/0/g' \
	      -e 's/@''GNULIB_ISINF''@/1/g' \
	      -e 's/@''GNULIB_ISNAN''@/1/g' \
	      -e 's/@''GNULIB_ISNANF''@/1/g' \
	      -e 's/@''GNULIB_ISNAND''@/1/g' \
	      -e 's/@''GNULIB_ISNANL''@/1/g' \
	      -e 's/@''GNULIB_LDEXPF''@/0/g' \
	      -e 's/@''GNULIB_LDEXPL''@/0/g' \
	      -e 's/@''GNULIB_LOG''@/0/g' \
	      -e 's/@''GNULIB_LOGF''@/0/g' \
	      -e 's/@''GNULIB_LOGL''@/0/g' \
	      -e 's/@''GNULIB_LOG10''@/1/g' \
	      -e 's/@''GNULIB_LOG10F''@/0/g' \
	      -e 's/@''GNULIB_LOG10L''@/0/g' \
	      -e 's/@''GNULIB_LOG1P''@/0/g' \
	      -e 's/@''GNULIB_LOG1PF''@/0/g' \
	      -e 's/@''GNULIB_LOG1PL''@/0/g' \
	      -e 's/@''GNULIB_LOG2''@/0/g' \
	      -e 's/@''GNULIB_LOG2F''@/0/g' \
	      -e 's/@''GNULIB_LOG2L''@/0/g' \
	      -e 's/@''GNULIB_LOGB''@/0/g' \
	      -e 's/@''GNULIB_LOGBF''@/0/g' \
	      -e 's/@''GNULIB_LOGBL''@/0/g' \
	      -e 's/@''GNULIB_MODF''@/0/g' \
	      -e 's/@''GNULIB_MODFF''@/0/g' \
	      -e 's/@''GNULIB_MODFL''@/0/g' \
	      -e 's/@''GNULIB_POWF''@/0/g' \
	      -e 's/@''GNULIB_REMAINDER''@/0/g' \
	      -e 's/@''GNULIB_REMAINDERF''@/0/g' \
	      -e 's/@''GNULIB_REMAINDERL''@/0/g' \
	      -e 's/@''GNULIB_RINT''@/0/g' \
	      -e 's/@''GNULIB_RINTF''@/0/g' \
	      -e 's/@''GNULIB_RINTL''@/0/g' \
	      -e 's/@''GNULIB_ROUND''@/0/g' \
	      -e 's/@''GNULIB_ROUNDF''@/0/g' \
	      -e 's/@''GNULIB_ROUNDL''@/0/g' \
	      -e 's/@''GNULIB_SIGNBIT''@/1/g' \
	      -e 's/@''GNULIB_SINF''@/0/g' \
	      -e 's/@''GNULIB_SINL''@/0/g' \
	      -e 's/@''GNULIB_SINHF''@/0/g' \
	      -e 's/@''GNULIB_SQRTF''@/0/g' \
	      -e 's/@''GNULIB_SQRTL''@/0/g' \
	      -e 's/@''GNULIB_TANF''@/0/g' \
	      -e 's/@''GNULIB_TANL''@/0/g' \
	      -e 's/@''GNULIB_TANHF''@/0/g' \
	      -e 's/@''GNULIB_TRUNC''@/0/g' \
	      -e 's/@''GNULIB_TRUNCF''@/0/g' \
	      -e 's/@''GNULIB_TRUNCL''@/0/g' \
	  | \
	  sed -e 's|@''HAVE_ACOSF''@|1|g' \
	      -e 's|@''HAVE_ACOSL''@|1|g' \
	      -e 's|@''HAVE_ASINF''@|1|g' \
	      -e 's|@''HAVE_ASINL''@|1|g' \
	      -e 's|@''HAVE_ATANF''@|1|g' \
	      -e 's|@''HAVE_ATANL''@|1|g' \
	      -e 's|@''HAVE_ATAN2F''@|1|g' \
	      -e 's|@''HAVE_CBRT''@|1|g' \
	      -e 's|@''HAVE_CBRTF''@|1|g' \
	      -e 's|@''HAVE_CBRTL''@|1|g' \
	      -e 's|@''HAVE_COPYSIGN''@|1|g' \
	      -e 's|@''HAVE_COPYSIGNL''@|1|g' \
	      -e 's|@''HAVE_COSF''@|1|g' \
	      -e 's|@''HAVE_COSL''@|1|g' \
	      -e 's|@''HAVE_COSHF''@|1|g' \
	      -e 's|@''HAVE_EXPF''@|1|g' \
	      -e 's|@''HAVE_EXPL''@|1|g' \
	      -e 's|@''HAVE_EXPM1''@|1|g' \
	      -e 's|@''HAVE_EXPM1F''@|1|g' \
	      -e 's|@''HAVE_FABSF''@|1|g' \
	      -e 's|@''HAVE_FABSL''@|1|g' \
	      -e 's|@''HAVE_FMA''@|1|g' \
	      -e 's|@''HAVE_FMAF''@|1|g' \
	      -e 's|@''HAVE_FMAL''@|1|g' \
	      -e 's|@''HAVE_FMODF''@|1|g' \
	      -e 's|@''HAVE_FMODL''@|1|g' \
	      -e 's|@''HAVE_FREXPF''@|1|g' \
	      -e 's|@''HAVE_HYPOTF''@|1|g' \
	      -e 's|@''HAVE_HYPOTL''@|1|g' \
	      -e 's|@''HAVE_ILOGB''@|1|g' \
	      -e 's|@''HAVE_ILOGBF''@|1|g' \
	      -e 's|@''HAVE_ILOGBL''@|1|g' \
	      -e 's|@''HAVE_ISNANF''@|1|g' \
	      -e 's|@''HAVE_ISNAND''@|1|g' \
	      -e 's|@''HAVE_ISNANL''@|1|g' \
	      -e 's|@''HAVE_LDEXPF''@|1|g' \
	      -e 's|@''HAVE_LOGF''@|1|g' \
	      -e 's|@''HAVE_LOGL''@|1|g' \
	      -e 's|@''HAVE_LOG10F''@|1|g' \
	      -e 's|@''HAVE_LOG10L''@|1|g' \
	      -e 's|@''HAVE_LOG1P''@|1|g' \
	      -e 's|@''HAVE_LOG1PF''@|1|g' \
	      -e 's|@''HAVE_LOG1PL''@|1|g' \
	      -e 's|@''HAVE_LOGBF''@|1|g' \
	      -e 's|@''HAVE_LOGBL''@|1|g' \
	      -e 's|@''HAVE_MODFF''@|1|g' \
	      -e 's|@''HAVE_MODFL''@|1|g' \
	      -e 's|@''HAVE_POWF''@|1|g' \
	      -e 's|@''HAVE_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_REMAINDERF''@|1|g' \
	      -e 's|@''HAVE_RINT''@|1|g' \
	      -e 's|@''HAVE_RINTL''@|1|g' \
	      -e 's|@''HAVE_SINF''@|1|g' \
	      -e 's|@''HAVE_SINL''@|1|g' \
	      -e 's|@''HAVE_SINHF''@|1|g' \
	      -e 's|@''HAVE_SQRTF''@|1|g' \
	      -e 's|@''HAVE_SQRTL''@|1|g' \
	      -e 's|@''HAVE_TANF''@|1|g' \
	      -e 's|@''HAVE_TANL''@|1|g' \
	      -e 's|@''HAVE_TANHF''@|1|g' \
	      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
	      -e 's|@''HAVE_DECL_ASINL''@|1|g' \
	      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILF''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILL''@|1|g' \
	      -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
	      -e 's|@''HAVE_DECL_COSL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
	      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGB''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
	      -e 's|@''HAVE_DECL_RINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUND''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
	      -e 's|@''HAVE_DECL_SINL''@|1|g' \
	      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_TANL''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_CBRTF''@|0|g' \
	      -e 's|@''REPLACE_CBRTL''@|0|g' \
	      -e 's|@''REPLACE_CEIL''@|0|g' \
	      -e 's|@''REPLACE_CEILF''@|0|g' \
	      -e 's|@''REPLACE_CEILL''@|0|g' \
	      -e 's|@''REPLACE_EXPM1''@|0|g' \
	      -e 's|@''REPLACE_EXPM1F''@|0|g' \
	      -e 's|@''REPLACE_EXP2''@|0|g' \
	      -e 's|@''REPLACE_EXP2L''@|0|g' \
	      -e 's|@''REPLACE_FABSL''@|0|g' \
	      -e 's|@''REPLACE_FLOOR''@|0|g' \
	      -e 's|@''REPLACE_FLOORF''@|0|g' \
	      -e 's|@''REPLACE_FLOORL''@|0|g' \
	      -e 's|@''REPLACE_FMA''@|0|g' \
	      -e 's|@''REPLACE_FMAF''@|0|g' \
	      -e 's|@''REPLACE_FMAL''@|0|g' \
	      -e 's|@''REPLACE_FMOD''@|0|g' \
	      -e 's|@''REPLACE_FMODF''@|0|g' \
	      -e 's|@''REPLACE_FMODL''@|0|g' \
	      -e 's|@''REPLACE_FREXPF''@|0|g' \
	      -e 's|@''REPLACE_FREXP''@|0|g' \
	      -e 's|@''REPLACE_FREXPL''@|0|g' \
	      -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
	      -e 's|@''REPLACE_HYPOT''@|0|g' \
	      -e 's|@''REPLACE_HYPOTF''@|0|g' \
	      -e 's|@''REPLACE_HYPOTL''@|0|g' \
	      -e 's|@''REPLACE_ILOGB''@|0|g' \
	      -e 's|@''REPLACE_ILOGBF''@|0|g' \
	      -e 's|@''REPLACE_ISFINITE''@|0|g' \
	      -e 's|@''REPLACE_ISINF''@|0|g' \
	      -e 's|@''REPLACE_ISNAN''@|0|g' \
	      -e 's|@''REPLACE_ITOLD''@|0|g' \
	      -e 's|@''REPLACE_LDEXPL''@|0|g' \
	      -e 's|@''REPLACE_LOG''@|0|g' \
	      -e 's|@''REPLACE_LOGF''@|0|g' \
	      -e 's|@''REPLACE_LOGL''@|0|g' \
	      -e 's|@''REPLACE_LOG10''@|0|g' \
	      -e 's|@''REPLACE_LOG10F''@|0|g' \
	      -e 's|@''REPLACE_LOG10L''@|0|g' \
	      -e 's|@''REPLACE_LOG1P''@|0|g' \
	      -e 's|@''REPLACE_LOG1PF''@|0|g' \
	      -e 's|@''REPLACE_LOG1PL''@|0|g' \
	      -e 's|@''REPLACE_LOG2''@|0|g' \
	      -e 's|@''REPLACE_LOG2F''@|0|g' \
	      -e 's|@''REPLACE_LOG2L''@|0|g' \
	      -e 's|@''REPLACE_LOGB''@|0|g' \
	      -e 's|@''REPLACE_LOGBF''@|0|g' \
	      -e 's|@''REPLACE_LOGBL''@|0|g' \
	      -e 's|@''REPLACE_MODF''@|0|g' \
	      -e 's|@''REPLACE_MODFF''@|0|g' \
	      -e 's|@''REPLACE_MODFL''@|0|g' \
	      -e 's|@''REPLACE_NAN''@|0|g' \
	      -e 's|@''REPLACE_REMAINDER''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERF''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERL''@|0|g' \
	      -e 's|@''REPLACE_ROUND''@|0|g' \
	      -e 's|@''REPLACE_ROUNDF''@|0|g' \
	      -e 's|@''REPLACE_ROUNDL''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
	      -e 's|@''REPLACE_SQRTL''@|0|g' \
	      -e 's|@''REPLACE_TRUNC''@|0|g' \
	      -e 's|@''REPLACE_TRUNCF''@|0|g' \
	      -e 's|@''REPLACE_TRUNCL''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > math.h-t && \
	mv math.h-t math.h
rm -f signal.h-t signal.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''GNULIB_RAISE''@|1|g' \
	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
	      -e 's/@''GNULIB_SIGACTION''@/1/g' \
	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
	      -e 's|@''HAVE_RAISE''@|1|g' \
	      -e 's|@''HAVE_SIGSET_T''@|0|g' \
	      -e 's|@''HAVE_SIGINFO_T''@|0|g' \
	      -e 's|@''HAVE_SIGACTION''@|0|g' \
	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
	      -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''REPLACE_RAISE''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./signal.in.h; \
	} > signal.h-t && \
	mv signal.h-t signal.h
rm -f spawn.h-t spawn.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SPAWN_H''@|0|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
	      -e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
	      -e 's|@''HAVE_POSIX_SPAWN''@|0|g' \
	      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|0|g' \
	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|1|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|1|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./spawn.in.h; \
	} > spawn.h-t && \
	mv spawn.h-t spawn.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FTELLO''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|0|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|1|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|1|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|1|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|1|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|1|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|1|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_MBTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/1/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
	      -e 's/@''GNULIB_SETENV''@/1/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/1/g' \
	      -e 's/@''GNULIB_WCTOMB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|0|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|1|g' \
	      -e 's|@''HAVE_RANDOM_R''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|0|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|0|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|0|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|1|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
	      -e 's|@''REPLACE_PUTENV''@|1|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|1|g' \
	      -e 's|@''REPLACE_REALPATH''@|0|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _Noreturn/r ../../build-aux/snippet/_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/1/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_STPCPY''@/1/g' \
	      -e 's/@''GNULIB_STPNCPY''@/1/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
	      -e 's/@''GNULIB_STRDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/1/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/1/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_MEMCHR''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
	      -e 's|@''HAVE_STPCPY''@|0|g' \
	      -e 's|@''HAVE_STPNCPY''@|0|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
/bin/mkdir -p sys
/bin/mkdir -p sys
/bin/mkdir -p sys
/bin/mkdir -p sys
/bin/mkdir -p sys
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''GNULIB_MKTIME''@/0/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
	      -e 's/@''GNULIB_STRPTIME''@/0/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/0/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|1|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
	      -e 's/@''GNULIB_FSTAT''@/1/g' \
	      -e 's/@''GNULIB_FSTATAT''@/0/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/0/g' \
	      -e 's/@''GNULIB_LSTAT''@/1/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
	      -e 's/@''GNULIB_MKFIFO''@/0/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
	      -e 's/@''GNULIB_MKNOD''@/0/g' \
	      -e 's/@''GNULIB_MKNODAT''@/0/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|0|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|1|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FSTAT''@|1|g' \
	      -e 's|@''REPLACE_FSTATAT''@|0|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
	      -e 's|@''REPLACE_LSTAT''@|0|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|0|g' \
	      -e 's|@''REPLACE_MKNOD''@|0|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
rm -f sys/wait.h-t sys/wait.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
	      -e 's/@''GNULIB_WAITPID''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_wait.in.h; \
	} > sys/wait.h-t && \
	mv sys/wait.h-t sys/wait.h
rm -f sys/time.h-t sys/time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|1|g' \
	      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
	      -e 's/@''REPLACE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_time.in.h; \
	} > sys/time.h-t && \
	mv sys/time.h-t sys/time.h
rm -f sys/select.h-t sys/select.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
	      -e 's|@''HAVE_SYS_SELECT_H''@|0|g' \
	      -e 's/@''GNULIB_PSELECT''@/0/g' \
	      -e 's/@''GNULIB_SELECT''@/0/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|1|g' \
	      -e 's|@''HAVE_PSELECT''@|1|g' \
	      -e 's|@''REPLACE_PSELECT''@|0|g' \
	      -e 's|@''REPLACE_SELECT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_select.in.h; \
	} > sys/select.h-t && \
	mv sys/select.h-t sys/select.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_CHDIR''@/0/g' \
	      -e 's/@''GNULIB_CHOWN''@/0/g' \
	      -e 's/@''GNULIB_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_DUP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_DUP2''@/1/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/1/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
	      -e 's/@''GNULIB_FCHDIR''@/0/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
	      -e 's/@''GNULIB_FSYNC''@/0/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_GETCWD''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
	      -e 's/@''GNULIB_ISATTY''@/0/g' \
	      -e 's/@''GNULIB_LCHOWN''@/0/g' \
	      -e 's/@''GNULIB_LINK''@/0/g' \
	      -e 's/@''GNULIB_LINKAT''@/0/g' \
	      -e 's/@''GNULIB_LSEEK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_PIPE''@/0/g' \
	      -e 's/@''GNULIB_PIPE2''@/1/g' \
	      -e 's/@''GNULIB_PREAD''@/0/g' \
	      -e 's/@''GNULIB_PWRITE''@/0/g' \
	      -e 's/@''GNULIB_READ''@/1/g' \
	      -e 's/@''GNULIB_READLINK''@/1/g' \
	      -e 's/@''GNULIB_READLINKAT''@/0/g' \
	      -e 's/@''GNULIB_RMDIR''@/1/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_UNLINK''@/0/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
	      -e 's/@''GNULIB_USLEEP''@/0/g' \
	      -e 's/@''GNULIB_WRITE''@/1/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_DUP2''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|0|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|0|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|0|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|0|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
	      -e 's|@''REPLACE_CLOSE''@|1|g' \
	      -e 's|@''REPLACE_DUP''@|1|g' \
	      -e 's|@''REPLACE_DUP2''@|1|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|1|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|1|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|0|g' \
	      -e 's|@''REPLACE_LINK''@|0|g' \
	      -e 's|@''REPLACE_LINKAT''@|0|g' \
	      -e 's|@''REPLACE_LSEEK''@|1|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|1|g' \
	      -e 's|@''REPLACE_READLINK''@|0|g' \
	      -e 's|@''REPLACE_READLINKAT''@|0|g' \
	      -e 's|@''REPLACE_RMDIR''@|1|g' \
	      -e 's|@''REPLACE_SLEEP''@|1|g' \
	      -e 's|@''REPLACE_SYMLINK''@|0|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|0|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|1|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|1|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''GNULIB_BTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCTOB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|1|g' \
	      -e 's|@''REPLACE_MBSINIT''@|1|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|1|g' \
	      -e 's|@''REPLACE_MBRLEN''@|1|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|1|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/0/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
	      -e 's/@''GNULIB_WCTRANS''@/0/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
make  all-am
make[1]: Entering directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib'
make: Leaving directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib'
make: Entering directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/src'
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 `: /opt/bin` -Wl,--disable-auto-import -o msgfmt.exe msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-write-desktop.o msgfmt-write-xml.o ../../gettext-runtime/intl/msgfmt-hash-string.o libgettextsrc.la  gettext.res 
libtool: link: gcc -g -O2 -Wl,--disable-auto-import -o msgfmt.exe msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-write-desktop.o msgfmt-write-xml.o ../../gettext-runtime/intl/msgfmt-hash-string.o gettext.res  ./.libs/libgettextsrc.a -L/opt/lib /c/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a /c/libs/gettext/gettext-0.19.8.1/gettext-tools/intl/.libs/libintl.a /opt/lib/libiconv.dll.a -fopenmp -L/opt/lib -L/opt/lib
./.libs/libgettextsrc.a(libgettextsrc_la-locating-rule.o): In function `get_attribute':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/locating-rule.c:94: undefined reference to `__imp_xmlFree'
./.libs/libgettextsrc.a(libgettextsrc_la-its.o): In function `_its_get_attribute':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/its.c:386: undefined reference to `__imp_xmlFree'
./.libs/libgettextsrc.a(libgettextsrc_la-its.o): In function `its_rule_parse':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/its.c:1264: undefined reference to `__imp_xmlFree'
./.libs/libgettextsrc.a(libgettextsrc_la-its.o): In function `_its_collect_text_content':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/its.c:556: undefined reference to `__imp_xmlFree'
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/its.c:523: undefined reference to `__imp_xmlFree'
./.libs/libgettextsrc.a(libgettextsrc_la-its.o):c:\libs\gettext\gettext-0.19.8.1\gettext-tools\src/its.c:1705: more undefined references to `__imp_xmlFree' follow
c:/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a(clean-temp.o): In function `gl_list_nx_create_empty':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/gl_list.h:562: undefined reference to `__imp_gl_linkedhash_list_implementation'
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/gl_list.h:562: undefined reference to `__imp_gl_linkedhash_list_implementation'
c:/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a(error-progname.o): In function `maybe_print_progname':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/error-progname.c:39: undefined reference to `__imp_program_name'
c:/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a(xerror.o): In function `multiline_warning':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/xerror.c:51: undefined reference to `__imp_error_with_progname'
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/xerror.c:53: undefined reference to `__imp_program_name'
c:/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a(xerror.o): In function `multiline_error':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/xerror.c:94: undefined reference to `__imp_rpl_error_message_count'
c:/libs/gettext/gettext-0.19.8.1/gettext-tools/gnulib-lib/.libs/libgettextlib.a(obstack.o): In function `print_and_abort':
c:\libs\gettext\gettext-0.19.8.1\gettext-tools\gnulib-lib/obstack.c:342: undefined reference to `__imp_exit_failure'
collect2.exe: error: ld returned 1 exit status
make: *** [msgfmt.exe] Error 1
make: Leaving directory `/c/libs/gettext/gettext-0.19.8.1/gettext-tools/src'


pkg-config:
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 build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking how to print strings... printf
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... 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 how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
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 whether make supports nested variables... (cached) yes
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... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ln... ln
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for unistd.h... (cached) yes
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for bash... /bin/bash
checking for default search path for .pc files... ${libdir}/pkgconfig:${datadir}/pkgconfig
checking for system include path to avoid -I flags... /usr/include
checking for system library path to avoid -L flags... /usr/lib:/lib
configure: creating ./config.lt
config.lt: creating libtool
checking whether to list both direct and indirect dependencies... no
checking for Win32... yes
checking if prefix should be redefined at runtime... yes
checking if internal glib should be used... yes
checking if host- prefixed tool should be installed... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pkg.m4
config.status: creating check/Makefile
config.status: creating check/config.sh
config.status: creating config.h.win32
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in glib (/c/msys/src/pkg-config/pkg-config-0.29.1/glib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt'  '--build=x86_64-w64-mingw32' '--disable-shared' '--with-internal-glib' 'build_alias=x86_64-w64-mingw32' 'PKG_CONFIG_PATH=C:\msys\opt\lib\pkgconfig' --cache-file=/dev/null --srcdir=.
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 whether UID '500' is supported by ustar format... yes
checking whether GID '544' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) 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 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 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 build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking for the BeOS... no
checking for Win32... yes
checking for the Android... no
checking for Mac OS X Carbon support... no
checking for Mac OS X Cocoa support... no
checking for windres... windres
checking for nm... nm
checking for ranlib... ranlib
checking for dlltool... dlltool
checking for lib.exe... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to get MSVC-compatible struct packing... -mms-bitfields
checking for gawk... (cached) gawk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking for perl... /bin/perl
checking for a Python interpreter with version >= 2.5... none
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)... nm
checking the name lister (nm) 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... (cached) dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse nm 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 how to run the C++ preprocessor... c++ -E
checking for ld used by c++... 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 whether the c++ linker (c:/mingw/mingw32/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
checking for c++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if c++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ 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
configure: creating ./config.lt
config.lt: creating libtool
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking for vprintf... yes
checking for _doprnt... no
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for mmap... no
checking for posix_memalign... no
checking for memalign... no
checking for valloc... no
checking for fsync... no
checking for pipe2... no
checking for issetugid... no
checking for atexit... yes
checking for on_exit... no
checking for timegm... no
checking for gmtime_r... no
checking for __libc_enable_secure... no
checking size of char... 1
checking size of short... 2
checking size of long... 4
checking size of int... 4
checking size of void *... 8
checking size of long long... 8
checking size of __int64... 8
checking for sig_atomic_t... yes
checking for format to printf and scanf a guint64... %I64u
checking for an ANSI C-conforming const... yes
checking for growing stack pointer... (cached) no
checking for __inline... yes
checking for __inline__... yes
checking for inline... yes
checking if inline functions in headers work... yes
checking for working do while(0) macros... yes
checking for ISO C99 varargs macros in C... yes
checking for ISO C99 varargs macros in C++... yes
checking for GNUC varargs macros... yes
checking for GNUC visibility attribute... no
checking whether using Sun Studio C compiler... no
checking whether byte ordering is bigendian... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... no
checking pwd.h presence... no
checking for pwd.h... no
checking grp.h usability... no
checking grp.h presence... no
checking for grp.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... no
checking for sys/times.h... no
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking for unistd.h... (cached) yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/vmount.h usability... no
checking sys/vmount.h presence... no
checking for sys/vmount.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... no
checking sys/statvfs.h presence... no
checking for sys/statvfs.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking sys/mntctl.h usability... no
checking sys/mntctl.h presence... no
checking for sys/mntctl.h... no
checking fstab.h usability... no
checking fstab.h presence... no
checking for fstab.h... no
checking sys/uio.h usability... no
checking sys/uio.h presence... no
checking for sys/uio.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking linux/magic.h usability... no
checking linux/magic.h presence... no
checking for linux/magic.h... no
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking for sys/mount.h... no
checking for sys/sysctl.h... no
checking for sysctlbyname... no
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtim.tv_nsec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_ctim.tv_nsec... no
checking for struct stat.st_blksize... no
checking for struct stat.st_blocks... no
checking for struct statfs.f_fstypename... no
checking for struct statfs.f_bavail... no
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for struct tm.tm_gmtoff... no
checking for struct tm.__tm_gmtoff... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... no
checking for nl_langinfo and CODESET... 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 setlocale... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking size of size_t... 8
checking for the appropriate definition for size_t... unsigned long long
checking size of ssize_t... 8
checking for the appropriate definition for ssize_t... long long
checking for lstat... no
checking for strerror... yes
checking for strsignal... no
checking for memmove... yes
checking for vsnprintf... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for poll... no
checking for getcwd... yes
checking for vasprintf... yes
checking for setenv... no
checking for unsetenv... no
checking for getc_unlocked... no
checking for readlink... no
checking for symlink... no
checking for fdwalk... no
checking for memmem... no
checking for chown... no
checking for lchmod... no
checking for lchown... no
checking for fchmod... no
checking for fchown... no
checking for link... no
checking for utimes... no
checking for getgrgid... no
checking for getpwuid... no
checking for getresuid... no
checking for getmntent_r... no
checking for setmntent... no
checking for endmntent... no
checking for hasmntopt... no
checking for getfsstat... no
checking for getvfsstat... no
checking for fallocate... no
checking for splice... no
checking for prlimit... no
checking whether to use statfs or statvfs... neither
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for newlocale... no
checking for uselocale... no
checking for strtod_l... no
checking for strtoll_l... no
checking for strtoull_l... no
checking for C99 vsnprintf... (cached) no
checking whether printf supports positional parameters... no
checking value of AF_INET... 2
checking value of AF_INET6... 23
checking value of AF_UNIX... 1
checking value of MSG_PEEK... 2
checking value of MSG_OOB... 1
checking value of MSG_DONTROUTE... 4
checking for getprotobyname_r... no
checking for endservent... no
checking for if_nametoindex... no
checking for if_indextoname... no
checking wspiapi.h usability... yes
checking wspiapi.h presence... yes
checking for wspiapi.h... yes
checking for linux/netlink.h... no
checking for struct ip_mreqn... no
checking for signed... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for size_t... (cached) yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for snprintf... yes
checking for wcslen... yes
checking for C99 snprintf... (cached) no
checking for fd_set... no
checking for nl_langinfo (CODESET)... no
checking for nl_langinfo (PM_STR)... no
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... no
checking for a compliant posix_memalign() implementation... no
checking for OpenBSD strlcpy/strlcat... no
checking for an implementation of va_copy()... yes
checking for an implementation of __va_copy()... yes
checking whether va_lists can be copied by value... yes
checking for the suffix of module shared libraries... .dll
checking for gspawn implementation... gspawn-win32.lo
checking for GIOChannel implementation... giowin32.lo
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking for platform-dependent source... gwin32.lo
checking whether to compile timeloop... no
checking if building for some Win32 platform... yes
checking for thread implementation... win32
configure: WARNING: I can't find the MACRO to enable thread safety on your
                platform (normally it's _REENTRANT). I'll not use any flag on
                compilation now, but then your programs might not work.
                Please provide information on how it is done on your system.
checking thread related cflags... 
checking thread related libraries... 
checking for localtime_r... no
checking for gmtime_r... (cached) no
configure: WARNING: the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
		functions will not be MT-safe during their first call because
		there is no working 'getpwuid_r' on your system.
configure: WARNING: the 'g_date_set_time' function will not be MT-safe
		because there is no 'localtime_r' on your system.
checking for clock_gettime... yes
checking for lock-free atomic intrinsics... yes
checking for futex(2) system call... no
checking for eventfd(2) system call... no
checking for broken poll... yes
checking for EILSEQ... yes
checking for guint32... yes
checking alignment of guint32... 4
checking for guint64... yes
checking alignment of guint64... 8
checking for unsigned long... yes
checking alignment of unsigned long... 4
checking for -Bsymbolic-functions linker flag... yes
checking if gcc supports flag -Wall in envvar CFLAGS... yes
checking if gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
checking if gcc supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes
checking if gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes
checking if gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes
checking if gcc supports flag -Werror=pointer-arith in envvar CFLAGS... yes
checking if gcc supports flag -Werror=init-self in envvar CFLAGS... yes
checking if gcc supports flag -Werror=format-security in envvar CFLAGS... no
checking if gcc supports flag -Werror=format=2 in envvar CFLAGS... yes
checking if gcc supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glib/Makefile
config.status: creating glib/libcharset/Makefile
config.status: creating glib/gnulib/Makefile
config.status: creating m4macros/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing glib/glibconfig.h commands

make  all-recursive
make[1]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1'
Making all in glib
make[2]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make  all-recursive
make[3]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making all in .
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making all in m4macros
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make  all-am
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
Making all in glib
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
  GEN      glibconfig-stamp
config.status: executing glib/glibconfig.h commands
config.status: glib/glibconfig.h is unchanged
make  all-recursive
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
Making all in libcharset
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  all-am
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
  CC       libcharset_la-localcharset.lo
  CCLD     libcharset.la
  GEN      ref-add.sed
  GEN      ref-del.sed
  GEN      charset.alias
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
Making all in gnulib
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  all-am
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
  CC       libgnulib_la-asnprintf.lo
  CC       libgnulib_la-printf-args.lo
  CC       libgnulib_la-printf-parse.lo
  CC       libgnulib_la-vasnprintf.lo
  CC       libgnulib_la-printf.lo
  CCLD     libgnulib.la
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
Making all in .
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
  CC       libglib_2_0_la-gallocator.lo
  CC       libglib_2_0_la-gcache.lo
  CC       libglib_2_0_la-gcompletion.lo
  CC       libglib_2_0_la-grel.lo
  CC       libglib_2_0_la-gthread-deprecated.lo
  CC       libglib_2_0_la-garray.lo
  CC       libglib_2_0_la-gasyncqueue.lo
  CC       libglib_2_0_la-gatomic.lo
  CC       libglib_2_0_la-gbacktrace.lo
  CC       libglib_2_0_la-gbase64.lo
  CC       libglib_2_0_la-gbitlock.lo
  CC       libglib_2_0_la-gbookmarkfile.lo
  CC       libglib_2_0_la-gbytes.lo
  CC       libglib_2_0_la-gcharset.lo
  CC       libglib_2_0_la-gchecksum.lo
  CC       libglib_2_0_la-gconvert.lo
In file included from gconvert.c:35:0:
win_iconv.c: In function 'utf32_mbtowc':
win_iconv.c:1042:12: warning: 'wc' may be used uninitialized in this function [-Wmaybe-uninitialized]
         wc -= 0x10000;
            ^
win_iconv.c:1532:10: note: 'wc' was declared here
     uint wc;
          ^
  CC       libglib_2_0_la-gdataset.lo
  CC       libglib_2_0_la-gdate.lo
  CC       libglib_2_0_la-gdatetime.lo
  CC       libglib_2_0_la-gdir.lo
  CC       libglib_2_0_la-genviron.lo
  CC       libglib_2_0_la-gerror.lo
  CC       libglib_2_0_la-gfileutils.lo
  CC       libglib_2_0_la-ggettext.lo
In file included from ggettext.c:30:0:
ggettext.c: In function 'ensure_gettext_initialized':
glibintl.h:37:42: warning: statement with no effect [-Wunused-value]
 #define bindtextdomain(Domain,Directory) (Domain) 
                                          ^
ggettext.c:106:7: note: in expansion of macro 'bindtextdomain'
       bindtextdomain (GETTEXT_PACKAGE, tmp);
       ^
  CC       libglib_2_0_la-ghash.lo
  CC       libglib_2_0_la-ghmac.lo
  CC       libglib_2_0_la-ghook.lo
  CC       libglib_2_0_la-ghostutils.lo
  CC       libglib_2_0_la-giochannel.lo
  CC       libglib_2_0_la-gkeyfile.lo
  CC       libglib_2_0_la-glib-init.lo
  CC       libglib_2_0_la-glib-private.lo
  CC       libglib_2_0_la-glist.lo
  CC       libglib_2_0_la-gmain.lo
gmain.c: In function 'g_main_context_iterate.isra.27':
gmain.c:4022:4: warning: 'poll_timer' may be used uninitialized in this function [-Wmaybe-uninitialized]
    g_print ("g_main_poll(%d) timeout: %d - elapsed %12.10f seconds",
    ^
gmain.c:3984:11: note: 'poll_timer' was declared here
   GTimer *poll_timer;
           ^
  CC       libglib_2_0_la-gmappedfile.lo
  CC       libglib_2_0_la-gmarkup.lo
  CC       libglib_2_0_la-gmem.lo
  CC       libglib_2_0_la-gmessages.lo
  CC       libglib_2_0_la-gnode.lo
  CC       libglib_2_0_la-goption.lo
  CC       libglib_2_0_la-gpattern.lo
  CC       libglib_2_0_la-gpoll.lo
  CC       libglib_2_0_la-gprimes.lo
  CC       libglib_2_0_la-gqsort.lo
  CC       libglib_2_0_la-gquark.lo
  CC       libglib_2_0_la-gqueue.lo
  CC       libglib_2_0_la-grand.lo
  CC       libglib_2_0_la-gscanner.lo
  CC       libglib_2_0_la-gsequence.lo
  CC       libglib_2_0_la-gshell.lo
  CC       libglib_2_0_la-gslice.lo
In file included from gslice.c:56:0:
valgrind.h: In function 'VALGRIND_PRINTF':
valgrind.h:4514:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                               (unsigned long)format,
                               ^
valgrind.h:253:35: note: in definition of macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
     _zzq_args[1] = (unsigned int)(_zzq_arg1);                     \
                                   ^
valgrind.h:4515:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                               (unsigned long)&vargs, 
                               ^
valgrind.h:254:35: note: in definition of macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
     _zzq_args[2] = (unsigned int)(_zzq_arg2);                     \
                                   ^
valgrind.h: In function 'VALGRIND_PRINTF_BACKTRACE':
valgrind.h:4552:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                               (unsigned long)format,
                               ^
valgrind.h:253:35: note: in definition of macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
     _zzq_args[1] = (unsigned int)(_zzq_arg1);                     \
                                   ^
valgrind.h:4553:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                               (unsigned long)&vargs, 
                               ^
valgrind.h:254:35: note: in definition of macro 'VALGRIND_DO_CLIENT_REQUEST_EXPR'
     _zzq_args[2] = (unsigned int)(_zzq_arg2);                     \
                                   ^
  CC       libglib_2_0_la-gslist.lo
  CC       libglib_2_0_la-gstdio.lo
gstdio.c: In function 'g_stat':
gstdio.c:496:31: warning: passing argument 2 of '_wstat64i32' from incompatible pointer type [-Wincompatible-pointer-types]
   retval = _wstat (wfilename, buf);
                               ^
In file included from gstdio.c:27:0:
c:/mingw/mingw32/x86_64-w64-mingw32/include/sys/stat.h:128:15: note: expected 'struct _stat64i32 *' but argument is of type 'GStatBuf * {aka struct _stat64 *}'
   int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
               ^
  CC       libglib_2_0_la-gstrfuncs.lo
  CC       libglib_2_0_la-gstring.lo
  CC       libglib_2_0_la-gstringchunk.lo
  CC       libglib_2_0_la-gtestutils.lo
  CC       libglib_2_0_la-gthread.lo
  CC       libglib_2_0_la-gthreadpool.lo
  CC       libglib_2_0_la-gtimer.lo
  CC       libglib_2_0_la-gtimezone.lo
  CC       libglib_2_0_la-gtrashstack.lo
  CC       libglib_2_0_la-gtree.lo
  CC       libglib_2_0_la-guniprop.lo
  CC       libglib_2_0_la-gutf8.lo
  CC       libglib_2_0_la-gunibreak.lo
  CC       libglib_2_0_la-gunicollate.lo
  CC       libglib_2_0_la-gunidecomp.lo
  CC       libglib_2_0_la-gurifuncs.lo
  CC       libglib_2_0_la-gutils.lo
gutils.c: In function 'g_win32_get_system_data_dirs_for_module':
gutils.c:1946:2: warning: 'hmodule' may be used uninitialized in this function [-Wmaybe-uninitialized]
  g_hash_table_insert (per_module_data_dirs, hmodule, retval);
  ^
  CC       libglib_2_0_la-gvariant.lo
  CC       libglib_2_0_la-gvariant-core.lo
  CC       libglib_2_0_la-gvariant-parser.lo
  CC       libglib_2_0_la-gvariant-serialiser.lo
  CC       libglib_2_0_la-gvarianttypeinfo.lo
  CC       libglib_2_0_la-gvarianttype.lo
  CC       libglib_2_0_la-gversion.lo
  CC       libglib_2_0_la-gwakeup.lo
  CC       libglib_2_0_la-gprintf.lo
  CC       libglib_2_0_la-gthread-win32.lo
gthread-win32.c: In function 'g_private_get_impl':
gthread-win32.c:340:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   DWORD impl = (DWORD) key->p;
                ^
gthread-win32.c:345:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       impl = (DWORD) key->p;
              ^
gthread-win32.c:370:54: warning: passing argument 1 of '_InterlockedCompareExchangePointer' from incompatible pointer type [-Wincompatible-pointer-types]
               if (InterlockedCompareExchangePointer (&g_private_destructors, destructor,
                                                      ^
In file included from c:/mingw/mingw32/x86_64-w64-mingw32/include/winnt.h:27:0,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/minwindef.h:163,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windef.h:8,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windows.h:69,
                 from glib-init.h:32,
                 from gthread-win32.c:46:
c:/mingw/mingw32/x86_64-w64-mingw32/include/psdk_inc/intrin-impl.h:1107:7: note: expected 'void * volatile*' but argument is of type 'GPrivateDestructor * volatile* {aka struct _GPrivateDestructor * volatile*}'
 void *_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) {
       ^
gthread-win32.c:376:59: warning: passing argument 2 of '_InterlockedCompareExchangePointer' makes pointer from integer without a cast [-Wint-conversion]
           if (InterlockedCompareExchangePointer (&key->p, impl, NULL) != NULL)
                                                           ^
In file included from c:/mingw/mingw32/x86_64-w64-mingw32/include/winnt.h:27:0,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/minwindef.h:163,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windef.h:8,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windows.h:69,
                 from glib-init.h:32,
                 from gthread-win32.c:46:
c:/mingw/mingw32/x86_64-w64-mingw32/include/psdk_inc/intrin-impl.h:1107:7: note: expected 'void *' but argument is of type 'DWORD {aka long unsigned int}'
 void *_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) {
       ^
gthread-win32.c: In function 'g_thread_xp_get_condition_variable':
gthread-win32.c:823:46: warning: passing argument 1 of '_InterlockedCompareExchangePointer' from incompatible pointer type [-Wincompatible-pointer-types]
       if (InterlockedCompareExchangePointer (cond, result, NULL) != NULL)
                                              ^
In file included from c:/mingw/mingw32/x86_64-w64-mingw32/include/winnt.h:27:0,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/minwindef.h:163,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windef.h:8,
                 from c:/mingw/mingw32/x86_64-w64-mingw32/include/windows.h:69,
                 from glib-init.h:32,
                 from gthread-win32.c:46:
c:/mingw/mingw32/x86_64-w64-mingw32/include/psdk_inc/intrin-impl.h:1107:7: note: expected 'void * volatile*' but argument is of type 'GThreadXpCONDITION_VARIABLE * volatile* {aka struct <anonymous> * volatile*}'
 void *_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Comperand) {
       ^
  CC       giowin32.lo
  CC       gspawn-win32.lo
  CC       gwin32.lo
  CCLD     libglib-2.0.la
echo   > glib-public-headers.txt.tmp && mv glib-public-headers.txt.tmp glib-public-headers.txt
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[3]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[2]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making all in .
make[2]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1'
  CC       pkg.o
pkg.c: In function 'verify_package':
pkg.c:806:21: warning: unknown escape sequence: '\/'
       search_path = PKG_CONFIG_SYSTEM_INCLUDE_PATH;
                     ^
pkg.c:806:21: warning: unknown escape sequence: '\/'
pkg.c:882:21: warning: unknown escape sequence: '\/'
       search_path = PKG_CONFIG_SYSTEM_LIBRARY_PATH;
                     ^
pkg.c:882:21: warning: unknown escape sequence: '\/'
pkg.c:882:21: warning: unknown escape sequence: '\/'
  CC       parse.o
  CC       rpmvercmp.o
  CC       main.o
  CCLD     pkg-config.exe
make[2]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1'
Making all in check
make[2]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
make[1]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1'

Making check in glib
make[1]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make  check-recursive
make[2]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making check in .
make[3]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make      \
	                   
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make  all-recursive
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making all in .
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making all in m4macros
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make  all-am
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
Making all in glib
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make  all-recursive
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
Making all in libcharset
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  all-am
make[9]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[9]: Nothing to be done for `all-am'.
make[9]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
Making all in gnulib
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  all-am
make[9]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[9]: Nothing to be done for `all-am'.
make[9]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
Making all in .
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make  check-TESTS check-local
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
============================================================================
Testsuite summary for glib 2.38.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[4]: Nothing to be done for `check-local'.
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[3]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making check in m4macros
make[3]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make  check-am
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make      \
	                   
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make  all-am
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make  check-TESTS check-local
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
============================================================================
Testsuite summary for glib 2.38.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[5]: Nothing to be done for `check-local'.
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
make[3]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/m4macros'
Making check in glib
make[3]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make  check-recursive
make[4]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
Making check in libcharset
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  check-am
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make      \
	                   
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  all-am
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  check-TESTS check-local
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
============================================================================
Testsuite summary for glib 2.38.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[7]: Nothing to be done for `check-local'.
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
Making check in gnulib
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  check-am
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make      \
	                   
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  all-am
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  check-TESTS check-local
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
============================================================================
Testsuite summary for glib 2.38.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[7]: Nothing to be done for `check-local'.
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
Making check in .
make[5]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make      \
	                   
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make  all-recursive
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
Making all in libcharset
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make  all-am
make[9]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[9]: Nothing to be done for `all-am'.
make[9]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/libcharset'
Making all in gnulib
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make  all-am
make[9]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[9]: Nothing to be done for `all-am'.
make[9]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib/gnulib'
Making all in .
make[8]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make  check-TESTS check-local
make[6]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[7]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
============================================================================
Testsuite summary for glib 2.38.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[6]: Nothing to be done for `check-local'.
make[6]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[5]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[4]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[3]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib/glib'
make[2]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
make[1]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/glib'
Making check in .
make[1]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1'
Making check in check
make[1]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
make  check-TESTS
make[2]: Entering directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
PASS: check-cflags
PASS: check-libs
PASS: check-mixed-flags
PASS: check-non-l-flags
PASS: check-define-variable
PASS: check-libs-private
PASS: check-requires-private
PASS: check-circular-requires
PASS: check-includedir
PASS: check-conflicts
PASS: check-missing
PASS: check-special-flags
PASS: check-sort-order
PASS: check-duplicate-flags
PASS: check-whitespace
PASS: check-cmd-options
PASS: check-version
PASS: check-requires-version
PASS: check-print-options
../pkg-config.exe --variable=pc_path pkg-config :
'c:\msys\src\pkg-config\pkg-config-0.29.1\lib\pkgconfig;c:\msys\src\pkg-config\pkg-config-0.29.1\share\pkgconfig' != 'c:\msys\src\pkg-config\pkg-config-0.29.1\.libs\lib\pkgconfig;c:\msys\src\pkg-config\pkg-config-0.29.1\.libs\share\pkgconfig'
FAIL: check-path
PASS: check-sysroot
PASS: check-uninstalled
PASS: check-debug
PASS: check-gtk
PASS: check-tilde
PASS: check-relocatable
../pkg-config.exe --variable=prefix simple :
'C:/msys/foo' != '/foo'
FAIL: check-variable-override
PASS: check-variables
==============================================================================
2 of 28 tests failed
Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config
==============================================================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/c/msys/src/pkg-config/pkg-config-0.29.1/check'
make: *** [check-recursive] Error 1


What I have tried:

I have tried changing the ./config parameters around.
I have switched between tdm-gcc-64 4.9.2, tdm-gcc-64 5.1.0, mingw64 4.9.2, and mingw64 5.3.0.
I switched between perl 5.8.8 and perl 5.24.0.
I have a prebuilt pkg-config.
I am partially following this tutorial. http://www.gaia-gis.it/gaia-sins/mingw64_how_to.html
I keep looking up the errors but I never find answers.
Posted
Updated 23-Jul-16 14:54pm
v3

The problem is in pnglibconf.h
You will find a number of lines toward the bottom of the file the variable has been tabbed down to the next line.
Simply bring those variables back up to the same line and save again.
 
Share this answer
 
Looking at those error messages it would appear that you have some macro definitions missing. The message:
pngstruct.h:266:21: error: operator '>=' has no left operand
 #if PNG_ZLIB_VERNUM >= 0x1240

would seem to imply that PNG_ZLIB_VERNUM has not been defined anywhere.
 
Share this answer
 
Comments
DBPatric 2-Jul-16 10:31am    
Hi Richard, thanks for the reply.

How do I add macro definitions?
Richard MacCutchan 2-Jul-16 10:43am    
Depends on what you are trying to do. I suggest you check the documentation for the package you are trying to build. They may need to be added to a header file, specified in the Make file, or just added to the compiler command line.
DBPatric 2-Jul-16 13:15pm    
So it's not something in my compiler itself? Everyone acts like they just unzip the sources and compile them that way.

More detail:
Based on a setup that was intended to compile gtk with mingw32, I have added ansi.h, config.h, pkg-config, and nasm to mingw. I have also augmented msys (which is 32-bit) with perl 5.24, findutils, autotool, automake, libtool, and xml::simple.

I'll look into the header thing some more, but unless my problem is not unusual I still think it's in my setup.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900