-
-
Save lbguilherme/6352945 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory `/home/guilherme/lib/mxe' | |
| uname -a | |
| Linux guilherme-pc 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
| git show-branch --list --reflog=1 | |
| [refs/heads/master@{0}] (15 minutes ago) pull: Fast-forward | |
| lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
| Distributor ID: Ubuntu | |
| Description: Ubuntu 13.04 | |
| Release: 13.04 | |
| Codename: raring | |
| rm -rf '/home/guilherme/lib/mxe/tmp-glib' | |
| mkdir -p '/home/guilherme/lib/mxe/tmp-glib' | |
| cd '/home/guilherme/lib/mxe/tmp-glib' && xz -dc '/home/guilherme/lib/mxe/pkg/glib-2.36.3.tar.xz' | tar xf - | |
| cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3' | |
| (cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3' && patch -p1 -u) < ./src/glib-1-fixes.patch | |
| patching file configure.ac | |
| patching file glib/gi18n.h | |
| patching file glib-2.0.pc.in | |
| patching file gio/giomodule.c | |
| patching file glib/glib-init.c | |
| patching file configure.ac | |
| patching file configure.ac | |
| patching file gio-2.0.pc.in | |
| patching file glib/gmain.c | |
| patching file glib/gthread-win32.c | |
| patching file autogen.sh | |
| patching file configure.ac | |
| Hunk #1 succeeded at 2653 (offset 8 lines). | |
| patching file docs/Makefile.am | |
| patching file docs/reference/gio/gdbus-object-manager-example/Makefile.am | |
| patching file docs/reference/gio/Makefile.am | |
| patching file docs/reference/glib/Makefile.am | |
| patching file docs/reference/gobject/Makefile.am | |
| patching file docs/reference/Makefile.am | |
| patching file Makefile.am | |
| cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3' && NOCONFIGURE=true ./autogen.sh | |
| autoreconf: Entering directory `.' | |
| autoreconf: configure.ac: not using Gettext | |
| autoreconf: running: aclocal --force -I m4macros ${ACLOCAL_FLAGS} | |
| autoreconf: configure.ac: tracing | |
| autoreconf: running: libtoolize --copy --force | |
| libtoolize: putting auxiliary files in `.'. | |
| libtoolize: copying file `./ltmain.sh' | |
| libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4macros'. | |
| libtoolize: copying file `m4macros/libtool.m4' | |
| libtoolize: copying file `m4macros/ltoptions.m4' | |
| libtoolize: copying file `m4macros/ltsugar.m4' | |
| libtoolize: copying file `m4macros/ltversion.m4' | |
| libtoolize: copying file `m4macros/lt~obsolete.m4' | |
| autoreconf: running: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/autoconf --force | |
| autoreconf: running: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/autoheader --force | |
| autoreconf: running: automake --add-missing --copy --force-missing | |
| autoreconf: Leaving directory `.' | |
| rm -f '/home/guilherme/lib/mxe/usr/x86_64-w64-mingw32/bin/glib-*' | |
| cp -Rp '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3' '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native' | |
| # native build of libiconv (used by glib-genmarshal) | |
| cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native' && tar xzf '/home/guilherme/lib/mxe/pkg/libiconv-1.14.tar.gz' | |
| (cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' && patch -p1 -u) < ./src/libiconv-1-fixes.patch | |
| patching file srclib/stdio.in.h | |
| cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' && ./configure --disable-shared --disable-nls | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... none | |
| checking how to run the C preprocessor... gcc -E | |
| checking for strip... /usr/bin/strip | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for ranlib... ranlib | |
| checking whether gcc and cc understand -c and -o together... yes | |
| 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 for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for shared library path variable... LD_LIBRARY_PATH | |
| checking whether to activate relocatable installation... no | |
| checking how to copy files... cp -p | |
| checking how to make hard links... ln | |
| checking whether ln -s works... 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... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking the maximum length of command line arguments... 3458764513820540925 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... @ | |
| checking for strip... /usr/bin/strip | |
| checking for ranlib... (cached) ranlib | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... mt | |
| checking if mt is a manifest tool... no | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| 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... no | |
| checking whether the -Werror option is usable... yes | |
| checking for simple visibility declarations... yes | |
| checking for shared library run path origin... done | |
| checking for iconv... yes | |
| checking for working iconv... yes | |
| checking for iconv declaration... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| checking whether NLS is requested... no | |
| checking for msgfmt... /usr/bin/msgfmt | |
| checking for gmsgfmt... /usr/bin/msgfmt | |
| checking for xgettext... /usr/bin/xgettext | |
| checking for msgmerge... /usr/bin/msgmerge | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking whether to use NLS... no | |
| checking for mbstate_t... yes | |
| checking for wchar_t... yes | |
| checking for getc_unlocked... yes | |
| checking for mbrtowc... yes | |
| checking for wcrtomb... yes | |
| checking for mbsinit... yes | |
| checking for setlocale... yes | |
| checking whether <wchar.h> is standalone... yes | |
| checking for memmove... yes | |
| checking for nl_langinfo and CODESET... yes | |
| checking for working fcntl.h... yes | |
| checking wchar.h usability... yes | |
| checking wchar.h presence... yes | |
| checking for wchar.h... yes | |
| checking for EILSEQ... yes | |
| checking byte ordering... little endian | |
| checking for size_t... yes | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for sys/param.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking for wchar.h... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking for sys/socket.h... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking for sys/time.h... yes | |
| checking for canonicalize_file_name... yes | |
| checking for getcwd... yes | |
| checking for readlink... yes | |
| checking for realpath... yes | |
| checking for readlinkat... yes | |
| checking for lstat... yes | |
| checking for setenv... yes | |
| checking whether // is distinct from /... no | |
| checking whether realpath works... yes | |
| checking if environ is properly declared... yes | |
| checking whether the preprocessor supports include_next... yes | |
| checking whether system header files limit the line length... no | |
| checking for complete errno.h... yes | |
| checking whether strerror_r is declared... yes | |
| checking for strerror_r... yes | |
| checking whether strerror_r returns char *... yes | |
| checking for inline... inline | |
| checking whether lstat correctly handles trailing slash... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible malloc... yes | |
| checking for unsigned long long int... yes | |
| checking for long long int... yes | |
| checking whether setenv is declared... yes | |
| checking for ssize_t... yes | |
| checking for sigset_t... yes | |
| checking for uid_t in sys/types.h... yes | |
| checking for SIGPIPE... yes | |
| checking whether C symbols are prefixed with underscore at the linker level... no | |
| checking for stdbool.h that conforms to C99... yes | |
| checking for _Bool... yes | |
| checking whether stdint.h conforms to C99... yes | |
| checking whether strerror(0) succeeds... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking whether ffsl is declared without a macro... yes | |
| checking whether ffsll is declared without a macro... yes | |
| checking whether memmem is declared without a macro... yes | |
| checking whether mempcpy is declared without a macro... yes | |
| checking whether memrchr is declared without a macro... yes | |
| checking whether rawmemchr is declared without a macro... yes | |
| checking whether stpcpy is declared without a macro... yes | |
| checking whether stpncpy is declared without a macro... yes | |
| checking whether strchrnul is declared without a macro... yes | |
| 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... yes | |
| 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... yes | |
| checking whether strcasestr is declared without a macro... yes | |
| checking whether strtok_r is declared without a macro... yes | |
| checking whether strerror_r is declared without a macro... yes | |
| checking whether strsignal is declared without a macro... yes | |
| checking whether strverscmp is declared without a macro... yes | |
| checking whether stat file-mode macros are broken... no | |
| checking for struct timespec in <time.h>... yes | |
| checking whether clearerr_unlocked is declared... yes | |
| checking whether feof_unlocked is declared... yes | |
| checking whether ferror_unlocked is declared... yes | |
| checking whether fflush_unlocked is declared... yes | |
| checking whether fgets_unlocked is declared... yes | |
| checking whether fputc_unlocked is declared... yes | |
| checking whether fputs_unlocked is declared... yes | |
| checking whether fread_unlocked is declared... yes | |
| checking whether fwrite_unlocked is declared... yes | |
| checking whether getc_unlocked is declared... yes | |
| checking whether getchar_unlocked is declared... yes | |
| checking whether putc_unlocked is declared... yes | |
| checking whether putchar_unlocked is declared... yes | |
| checking whether // is distinct from /... (cached) no | |
| checking for error_at_line... yes | |
| checking whether fcntl is declared without a macro... yes | |
| checking whether openat is declared without a macro... yes | |
| checking for mbstate_t... (cached) yes | |
| checking for memmove... (cached) yes | |
| checking whether program_invocation_name is declared... yes | |
| checking whether program_invocation_short_name is declared... yes | |
| checking whether readlink signature is correct... yes | |
| checking whether readlink handles trailing slash correctly... yes | |
| checking search.h usability... yes | |
| checking search.h presence... yes | |
| checking for search.h... yes | |
| checking for tsearch... yes | |
| checking for volatile sig_atomic_t... yes | |
| checking for sighandler_t... yes | |
| checking whether pthread_sigmask is declared without a macro... yes | |
| checking whether sigaction is declared without a macro... yes | |
| checking whether sigaddset is declared without a macro... yes | |
| checking whether sigdelset is declared without a macro... yes | |
| checking whether sigemptyset is declared without a macro... yes | |
| checking whether sigfillset is declared without a macro... yes | |
| checking whether sigismember is declared without a macro... yes | |
| checking whether sigpending is declared without a macro... yes | |
| checking whether sigprocmask is declared without a macro... yes | |
| checking for sigprocmask... yes | |
| checking for ssize_t... (cached) yes | |
| checking whether stat handles trailing slashes on directories... yes | |
| checking whether stat handles trailing slashes on files... yes | |
| checking whether NULL can be used in arbitrary expressions... yes | |
| checking whether dprintf is declared without a macro... yes | |
| 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... yes | |
| checking whether getline is declared without a macro... yes | |
| checking whether popen is declared without a macro... yes | |
| checking whether renameat is declared without a macro... yes | |
| 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... yes | |
| 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... yes | |
| checking whether getloadavg is declared without a macro... yes | |
| checking whether getsubopt is declared without a macro... yes | |
| checking whether grantpt is declared without a macro... yes | |
| checking whether mkdtemp is declared without a macro... yes | |
| checking whether mkostemp is declared without a macro... yes | |
| checking whether mkostemps is declared without a macro... yes | |
| checking whether mkstemp is declared without a macro... yes | |
| checking whether mkstemps is declared without a macro... yes | |
| checking whether ptsname is declared without a macro... yes | |
| checking whether random_r is declared without a macro... yes | |
| checking whether initstat_r is declared without a macro... no | |
| checking whether srandom_r is declared without a macro... yes | |
| checking whether setstate_r is declared without a macro... yes | |
| checking whether realpath is declared without a macro... yes | |
| checking whether rpmatch is declared without a macro... yes | |
| checking whether setenv is declared without a macro... yes | |
| 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... yes | |
| checking whether unsetenv is declared without a macro... yes | |
| checking for working strerror function... yes | |
| checking for nlink_t... yes | |
| checking whether fchmodat is declared without a macro... yes | |
| checking whether fstatat is declared without a macro... yes | |
| checking whether futimens is declared without a macro... yes | |
| checking whether lchmod is declared without a macro... yes | |
| checking whether lstat is declared without a macro... yes | |
| checking whether mkdirat is declared without a macro... yes | |
| checking whether mkfifo is declared without a macro... yes | |
| checking whether mkfifoat is declared without a macro... yes | |
| checking whether mknod is declared without a macro... yes | |
| checking whether mknodat is declared without a macro... yes | |
| checking whether stat is declared without a macro... yes | |
| checking whether utimensat is declared without a macro... yes | |
| checking whether chown is declared without a macro... yes | |
| checking whether dup2 is declared without a macro... yes | |
| checking whether dup3 is declared without a macro... yes | |
| checking whether environ is declared without a macro... yes | |
| checking whether euidaccess is declared without a macro... yes | |
| checking whether faccessat is declared without a macro... yes | |
| checking whether fchdir is declared without a macro... yes | |
| checking whether fchownat is declared without a macro... yes | |
| checking whether fsync is declared without a macro... yes | |
| 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... yes | |
| checking whether getdtablesize is declared without a macro... yes | |
| checking whether getgroups is declared without a macro... yes | |
| checking whether gethostname is declared without a macro... yes | |
| checking whether getlogin is declared without a macro... yes | |
| checking whether getlogin_r is declared without a macro... yes | |
| checking whether getpagesize is declared without a macro... yes | |
| checking whether getusershell is declared without a macro... yes | |
| checking whether setusershell is declared without a macro... yes | |
| checking whether endusershell is declared without a macro... yes | |
| checking whether group_member is declared without a macro... yes | |
| checking whether lchown is declared without a macro... yes | |
| checking whether link is declared without a macro... yes | |
| checking whether linkat is declared without a macro... yes | |
| checking whether lseek is declared without a macro... yes | |
| checking whether pipe is declared without a macro... yes | |
| checking whether pipe2 is declared without a macro... yes | |
| checking whether pread is declared without a macro... yes | |
| checking whether pwrite is declared without a macro... yes | |
| checking whether readlink is declared without a macro... yes | |
| checking whether readlinkat is declared without a macro... yes | |
| checking whether rmdir is declared without a macro... yes | |
| checking whether sleep is declared without a macro... yes | |
| checking whether symlink is declared without a macro... yes | |
| checking whether symlinkat is declared without a macro... yes | |
| checking whether ttyname_r is declared without a macro... yes | |
| checking whether unlink is declared without a macro... yes | |
| checking whether unlinkat is declared without a macro... yes | |
| checking whether usleep is declared without a macro... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating lib/Makefile | |
| config.status: creating srclib/Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating po/Makefile.in | |
| config.status: creating man/Makefile | |
| config.status: creating tests/Makefile | |
| config.status: creating include/iconv.h | |
| config.status: creating include/iconv.h.inst | |
| config.status: creating config.h | |
| config.status: creating lib/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 libcharset (/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset) | |
| configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--disable-nls' --cache-file=/dev/null --srcdir=. | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking whether to activate relocatable installation... no | |
| 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 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... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 3458764513820540925 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... mt | |
| checking if mt is a manifest tool... no | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| 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 simple visibility declarations... yes | |
| checking for nl_langinfo and CODESET... yes | |
| checking for working fcntl.h... yes | |
| checking whether we are using the GNU C Library 2.1 or newer... yes | |
| checking for setlocale... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating lib/Makefile | |
| config.status: creating include/localcharset.h | |
| config.status: creating include/localcharset.h.inst | |
| config.status: creating config.h | |
| config.status: executing libtool commands | |
| === configuring in preload (/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/preload) | |
| configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--disable-nls' --cache-file=/dev/null --srcdir=. | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking whether to activate relocatable installation... no | |
| checking whether ln -s works... yes | |
| 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 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... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking the maximum length of command line arguments... 3458764513820540925 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... mt | |
| checking if mt is a manifest tool... no | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -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 (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| 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... yes | |
| checking whether to build static libraries... no | |
| checking whether the -Werror option is usable... yes | |
| checking for simple visibility declarations... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: executing libtool commands | |
| make -C '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' -j '4' | |
| make[2]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset' | |
| if [ ! -d include ] ; then mkdir include ; fi | |
| cp ./include/libcharset.h.in include/libcharset.h | |
| cd lib && make all | |
| make[4]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| /bin/bash ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c | |
| /bin/bash ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
| /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias | |
| sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed | |
| mv t-ref-add.sed ref-add.sed | |
| mv t-charset.alias charset.alias | |
| sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed | |
| mv t-ref-del.sed ref-del.sed | |
| libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o | |
| libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o | |
| /bin/bash ../libtool --mode=link gcc -g -O2 -fvisibility=hidden -o libcharset.la -rpath /usr/local/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo | |
| libtool: link: ar cru .libs/libcharset.a localcharset.o relocatable.o | |
| libtool: link: ranlib .libs/libcharset.a | |
| libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" ) | |
| make[4]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset' | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset' | |
| cd lib && make all | |
| make[4]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| make[4]: Nothing to be done for `all'. | |
| make[4]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| cd lib && make install-lib libdir='/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib' includedir='/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib' | |
| make[4]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| /bin/sh ../build-aux/mkinstalldirs /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib | |
| /bin/bash ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.la | |
| libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.la | |
| libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.a | |
| libtool: install: chmod 644 /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.a | |
| libtool: install: ranlib /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.a | |
| libtool: install: warning: remember to run `libtool --finish /usr/local/lib' | |
| test -f /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/charset.alias && orig=/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/charset.alias \ | |
| || orig=charset.alias; \ | |
| sed -f ref-add.sed $orig > /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/t-charset.alias; \ | |
| /usr/bin/install -c -m 644 /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/t-charset.alias /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/charset.alias; \ | |
| rm -f /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/t-charset.alias | |
| make[4]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/lib' | |
| /bin/sh ./build-aux/mkinstalldirs /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib | |
| /usr/bin/install -c -m 644 include/libcharset.h /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/libcharset.h | |
| /usr/bin/install -c -m 644 include/localcharset.h.inst /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/localcharset.h | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset' | |
| cd lib && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib' | |
| /bin/bash ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c | |
| /bin/bash ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c | |
| /bin/bash ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
| libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o | |
| libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o | |
| libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o | |
| /bin/bash ../libtool --mode=link gcc -g -O2 -fvisibility=hidden -o libiconv.la -rpath /usr/local/lib -version-info 7:1:5 -no-undefined iconv.lo localcharset.lo relocatable.lo | |
| libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o | |
| libtool: link: ranlib .libs/libiconv.a | |
| libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib' | |
| cd preload && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/preload' | |
| rm -f -r objects | |
| mkdir objects && \ | |
| for f in ./../lib/iconv.c ./../libcharset/lib/localcharset.c ./../lib/relocatable.c; do \ | |
| /bin/bash ./libtool --mode=compile gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/local\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c $f -o objects/`basename $f | sed -e 's,\.c$,.o,'` || exit 1; \ | |
| done && \ | |
| /bin/bash ./libtool --mode=link gcc -g -O2 -fvisibility=hidden -o libiconv.la -rpath /usr/local/lib -no-undefined objects/*.lo && \ | |
| rm -f -r objects | |
| libtool: compile: gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/local\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/iconv.c -fPIC -DPIC -o objects/.libs/iconv.o | |
| libtool: compile: gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/local\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../libcharset/lib/localcharset.c -fPIC -DPIC -o objects/.libs/localcharset.o | |
| libtool: compile: gcc -I../lib -I./../lib -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/local\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1 -DLIBICONV_PLUG -c ./../lib/relocatable.c -fPIC -DPIC -o objects/.libs/relocatable.o | |
| libtool: link: gcc -shared -fPIC -DPIC objects/.libs/iconv.o objects/.libs/localcharset.o objects/.libs/relocatable.o -O2 -Wl,-soname -Wl,libiconv.so.0 -o .libs/libiconv.so.0.0.0 | |
| libtool: link: (cd ".libs" && rm -f "libiconv.so.0" && ln -s "libiconv.so.0.0.0" "libiconv.so.0") | |
| libtool: link: (cd ".libs" && rm -f "libiconv.so" && ln -s "libiconv.so.0.0.0" "libiconv.so") | |
| libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) | |
| cp .libs/libiconv.so preloadable_libiconv.so | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/preload' | |
| cd srclib && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/srclib' | |
| make[4]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| make[4]: Nothing to be done for `am--refresh'. | |
| make[4]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| 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 c++defs.h-t c++defs.h && \ | |
| sed -n -e '/_GL_CXXDEFS/,$p' \ | |
| < ../build-aux/snippet/c++defs.h \ | |
| > c++defs.h-t && \ | |
| mv c++defs.h-t c++defs.h | |
| rm -f arg-nonnull.h-t arg-nonnull.h && \ | |
| sed -n -e '/GL_ARG_NONNULL/,$p' \ | |
| < ../build-aux/snippet/arg-nonnull.h \ | |
| > arg-nonnull.h-t && \ | |
| mv arg-nonnull.h-t arg-nonnull.h | |
| rm -f warn-on-use.h-t warn-on-use.h && \ | |
| sed -n -e '/^.ifndef/,$p' \ | |
| < ../build-aux/snippet/warn-on-use.h \ | |
| > warn-on-use.h-t && \ | |
| mv warn-on-use.h-t warn-on-use.h | |
| rm -f unitypes.h-t unitypes.h && \ | |
| { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| cat ./unitypes.in.h; \ | |
| } > unitypes.h-t && \ | |
| mv -f unitypes.h-t unitypes.h | |
| rm -f uniwidth.h-t uniwidth.h && \ | |
| { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| cat ./uniwidth.in.h; \ | |
| } > uniwidth.h-t && \ | |
| mv -f uniwidth.h-t uniwidth.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''@/0/g' \ | |
| -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ | |
| -e 's/@''GNULIB_OPEN''@/0/g' \ | |
| -e 's/@''GNULIB_OPENAT''@/0/g' \ | |
| -e 's|@''HAVE_FCNTL''@|1|g' \ | |
| -e 's|@''HAVE_OPENAT''@|1|g' \ | |
| -e 's|@''REPLACE_FCNTL''@|0|g' \ | |
| -e 's|@''REPLACE_OPEN''@|0|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 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_SIGNAL_H_SIGPIPE''@/1/g' \ | |
| -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \ | |
| -e 's/@''GNULIB_SIGACTION''@/0/g' \ | |
| -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ | |
| -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ | |
| -e 's|@''HAVE_SIGSET_T''@|1|g' \ | |
| -e 's|@''HAVE_SIGINFO_T''@|1|g' \ | |
| -e 's|@''HAVE_SIGACTION''@|1|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''@|1|g' \ | |
| -e 's|@''REPLACE_PTHREAD_SIGMASK''@|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' \ | |
| < ./signal.in.h; \ | |
| } > signal.h-t && \ | |
| mv signal.h-t signal.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_FFLUSH''@/0/g' \ | |
| -e 's/@''GNULIB_FGETC''@/1/g' \ | |
| -e 's/@''GNULIB_FGETS''@/1/g' \ | |
| -e 's/@''GNULIB_FOPEN''@/0/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''@/0/g' \ | |
| -e 's/@''GNULIB_FTELLO''@/0/g' \ | |
| -e 's/@''GNULIB_FWRITE''@/1/g' \ | |
| -e 's/@''GNULIB_GETC''@/1/g' \ | |
| -e 's/@''GNULIB_GETCHAR''@/1/g' \ | |
| -e 's/@''GNULIB_GETDELIM''@/0/g' \ | |
| -e 's/@''GNULIB_GETLINE''@/0/g' \ | |
| -e 's/@''GNULIB_GETS''@/1/g' \ | |
| -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ | |
| -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/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''@/0/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''@/0/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''@/0/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''@|1|g' \ | |
| -e 's|@''HAVE_DECL_GETLINE''@|1|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_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_FFLUSH''@|0|g' \ | |
| -e 's|@''REPLACE_FOPEN''@|0|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''@|0|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''@|0|g' \ | |
| -e 's|@''REPLACE_SPRINTF''@|0|g' \ | |
| -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ | |
| -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|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''@|0|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''@/0/g' \ | |
| -e 's/@''GNULIB_MBTOWC''@/0/g' \ | |
| -e 's/@''GNULIB_MKDTEMP''@/0/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_PTSNAME''@/0/g' \ | |
| -e 's/@''GNULIB_PUTENV''@/0/g' \ | |
| -e 's/@''GNULIB_RANDOM_R''@/0/g' \ | |
| -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ | |
| -e 's/@''GNULIB_REALPATH''@/1/g' \ | |
| -e 's/@''GNULIB_RPMATCH''@/0/g' \ | |
| -e 's/@''GNULIB_SETENV''@/0/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''@/0/g' \ | |
| -e 's/@''GNULIB_WCTOMB''@/0/g' \ | |
| < ./stdlib.in.h | \ | |
| sed -e 's|@''HAVE__EXIT''@|1|g' \ | |
| -e 's|@''HAVE_ATOLL''@|1|g' \ | |
| -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ | |
| -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ | |
| -e 's|@''HAVE_GETSUBOPT''@|1|g' \ | |
| -e 's|@''HAVE_GRANTPT''@|1|g' \ | |
| -e 's|@''HAVE_MKDTEMP''@|1|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_PTSNAME''@|1|g' \ | |
| -e 's|@''HAVE_RANDOM_H''@|1|g' \ | |
| -e 's|@''HAVE_RANDOM_R''@|1|g' \ | |
| -e 's|@''HAVE_REALPATH''@|1|g' \ | |
| -e 's|@''HAVE_RPMATCH''@|1|g' \ | |
| -e 's|@''HAVE_DECL_SETENV''@|1|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''@|1|g' \ | |
| -e 's|@''REPLACE_CALLOC''@|0|g' \ | |
| -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ | |
| -e 's|@''REPLACE_MALLOC''@|0|g' \ | |
| -e 's|@''REPLACE_MBTOWC''@|0|g' \ | |
| -e 's|@''REPLACE_MKSTEMP''@|0|g' \ | |
| -e 's|@''REPLACE_PUTENV''@|0|g' \ | |
| -e 's|@''REPLACE_REALLOC''@|0|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''@/0/g' \ | |
| -e 's/@''GNULIB_MBSNLEN''@/0/g' \ | |
| -e 's/@''GNULIB_MBSCHR''@/0/g' \ | |
| -e 's/@''GNULIB_MBSRCHR''@/0/g' \ | |
| -e 's/@''GNULIB_MBSSTR''@/0/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''@/0/g' \ | |
| -e 's/@''GNULIB_MEMMEM''@/0/g' \ | |
| -e 's/@''GNULIB_MEMPCPY''@/0/g' \ | |
| -e 's/@''GNULIB_MEMRCHR''@/0/g' \ | |
| -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ | |
| -e 's/@''GNULIB_STPCPY''@/0/g' \ | |
| -e 's/@''GNULIB_STPNCPY''@/0/g' \ | |
| -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ | |
| -e 's/@''GNULIB_STRDUP''@/0/g' \ | |
| -e 's/@''GNULIB_STRNCAT''@/0/g' \ | |
| -e 's/@''GNULIB_STRNDUP''@/0/g' \ | |
| -e 's/@''GNULIB_STRNLEN''@/0/g' \ | |
| -e 's/@''GNULIB_STRPBRK''@/0/g' \ | |
| -e 's/@''GNULIB_STRSEP''@/0/g' \ | |
| -e 's/@''GNULIB_STRSTR''@/0/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''@|1|g' \ | |
| -e 's|@''HAVE_STPCPY''@|1|g' \ | |
| -e 's|@''HAVE_STPNCPY''@|1|g' \ | |
| -e 's|@''HAVE_STRCHRNUL''@|1|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''@|0|g' \ | |
| -e 's|@''REPLACE_STRERROR''@|0|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 | |
| 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/@''GNULIB_FCHMODAT''@/0/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''@|1|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''@|0|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''@|0|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 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_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|@''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|@''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 '/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 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/@''GNULIB_CHOWN''@/0/g' \ | |
| -e 's/@''GNULIB_CLOSE''@/0/g' \ | |
| -e 's/@''GNULIB_DUP2''@/0/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_FSYNC''@/0/g' \ | |
| -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ | |
| -e 's/@''GNULIB_GETCWD''@/0/g' \ | |
| -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ | |
| -e 's/@''GNULIB_GETDTABLESIZE''@/0/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''@/0/g' \ | |
| -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ | |
| -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ | |
| -e 's/@''GNULIB_LCHOWN''@/0/g' \ | |
| -e 's/@''GNULIB_LINK''@/0/g' \ | |
| -e 's/@''GNULIB_LINKAT''@/0/g' \ | |
| -e 's/@''GNULIB_LSEEK''@/0/g' \ | |
| -e 's/@''GNULIB_PIPE''@/0/g' \ | |
| -e 's/@''GNULIB_PIPE2''@/0/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''@/0/g' \ | |
| -e 's/@''GNULIB_SLEEP''@/0/g' \ | |
| -e 's/@''GNULIB_SYMLINK''@/0/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''@/0/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_FSYNC''@|1|g' \ | |
| -e 's|@''HAVE_FTRUNCATE''@|1|g' \ | |
| -e 's|@''HAVE_GETDTABLESIZE''@|1|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''@|1|g' \ | |
| -e 's|@''HAVE_PREAD''@|1|g' \ | |
| -e 's|@''HAVE_PWRITE''@|1|g' \ | |
| -e 's|@''HAVE_READLINK''@|1|g' \ | |
| -e 's|@''HAVE_READLINKAT''@|1|g' \ | |
| -e 's|@''HAVE_SLEEP''@|1|g' \ | |
| -e 's|@''HAVE_SYMLINK''@|1|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_GETDOMAINNAME''@|1|g' \ | |
| -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ | |
| -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ | |
| -e 's|@''HAVE_DECL_GETUSERSHELL''@|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''@|0|g' \ | |
| -e 's|@''REPLACE_DUP''@|0|g' \ | |
| -e 's|@''REPLACE_DUP2''@|0|g' \ | |
| -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ | |
| -e 's|@''REPLACE_GETCWD''@|0|g' \ | |
| -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ | |
| -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ | |
| -e 's|@''REPLACE_GETGROUPS''@|0|g' \ | |
| -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ | |
| -e 's|@''REPLACE_LCHOWN''@|0|g' \ | |
| -e 's|@''REPLACE_LINK''@|0|g' \ | |
| -e 's|@''REPLACE_LINKAT''@|0|g' \ | |
| -e 's|@''REPLACE_LSEEK''@|0|g' \ | |
| -e 's|@''REPLACE_PREAD''@|0|g' \ | |
| -e 's|@''REPLACE_PWRITE''@|0|g' \ | |
| -e 's|@''REPLACE_READ''@|0|g' \ | |
| -e 's|@''REPLACE_READLINK''@|0|g' \ | |
| -e 's|@''REPLACE_RMDIR''@|0|g' \ | |
| -e 's|@''REPLACE_SLEEP''@|0|g' \ | |
| -e 's|@''REPLACE_SYMLINK''@|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''@|0|g' \ | |
| -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|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 | |
| make all-am | |
| make[4]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/srclib' | |
| make[5]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| make[5]: Nothing to be done for `am--refresh'. | |
| make[5]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c allocator.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c areadlink.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c careadlinkat.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c malloca.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c progname.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c safe-read.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xmalloc.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xstrdup.c | |
| gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xreadlink.c | |
| rm -f libicrt.a | |
| ar cru libicrt.a allocator.o areadlink.o careadlinkat.o malloca.o progname.o safe-read.o width.o xmalloc.o xstrdup.o xreadlink.o | |
| ranlib libicrt.a | |
| make[4]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/srclib' | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/srclib' | |
| cd src && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/src' | |
| gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2 -DINSTALLDIR=\"/usr/local/bin\" -DLOCALEDIR=\"/usr/local/share/locale\" ./iconv_no_i18n.c | |
| gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2 -DINSTALLDIR=\"/usr/local/bin\" -DLOCALEDIR=\"/usr/local/share/locale\" ./iconv.c | |
| /bin/bash ../libtool --mode=link gcc -g -O2 iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n | |
| libtool: link: gcc -g -O2 iconv_no_i18n.o -o iconv_no_i18n ../srclib/libicrt.a ../lib/.libs/libiconv.a | |
| test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/src' | |
| cd po && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/po' | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/po' | |
| cd man && make all | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/man' | |
| make[3]: Nothing to be done for `all'. | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/man' | |
| if test -d tests; then cd tests && make all; fi | |
| make[3]: Entering directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/tests' | |
| make[3]: Nothing to be done for `all'. | |
| make[3]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/tests' | |
| make[2]: Leaving directory `/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14' | |
| # native build for glib-genmarshal, without pkg-config, gettext and zlib | |
| cd '/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native' && ./configure --disable-shared --prefix='/home/guilherme/lib/mxe/usr/x86_64-w64-mingw32' --enable-regex --disable-threads --disable-selinux --disable-inotify --disable-fam --disable-xattr --disable-dtrace --with-libiconv=gnu --with-pcre=internal CPPFLAGS='-I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include' LDFLAGS='-L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs' | |
| configure: WARNING: unrecognized options: --enable-regex, --disable-threads | |
| configure: loading site script /home/guilherme/lib/mxe/usr/x86_64-w64-mingw32/share/config.site | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether UID '1000' is supported by ustar format... yes | |
| checking whether GID '1000' 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.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| 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 build system type... (cached) x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking for the BeOS... no | |
| checking for Win32... no | |
| checking for Mac OS X Carbon support... no | |
| checking for Mac OS X Cocoa support... no | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking whether we are using the GNU C Library 2.1 or newer... yes | |
| 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 whether gcc and cc understand -c and -o together... yes | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking for pkg-config... /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/pkg-config | |
| checking pkg-config is at least version 0.16... yes | |
| checking for gawk... (cached) mawk | |
| checking for perl5... no | |
| checking for perl... perl | |
| checking for indent... no | |
| checking for perl... /usr/bin/perl | |
| checking for a Python interpreter with version >= 2.5... python | |
| checking for python... /usr/bin/python | |
| checking for python version... 2.7 | |
| checking for python platform... linux2 | |
| checking for python script directory... ${prefix}/lib/python2.7/site-packages | |
| checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages | |
| checking for libiconv_open in -liconv... yes | |
| checking whether to cache iconv descriptors... no | |
| 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 ZLIB... no | |
| checking for inflate in -lz... yes | |
| checking zlib.h usability... yes | |
| checking zlib.h presence... yes | |
| checking for zlib.h... yes | |
| checking for LIBFFI... no | |
| configure: error: Package requirements (libffi >= 3.0.0) were not met: | |
| Package libffi was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libffi.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'libffi', required by 'world', not found | |
| Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
| installed software in a non-standard prefix. | |
| Alternatively, you may set the environment variables LIBFFI_CFLAGS | |
| and LIBFFI_LIBS to avoid the need to call pkg-config. | |
| See the pkg-config man page for more details. | |
| make[1]: *** [build-only-glib_x86_64-w64-mingw32] Error 1 | |
| make[1]: Leaving directory `/home/guilherme/lib/mxe' | |
| real 0m44.920s | |
| user 0m27.028s | |
| sys 0m4.692s | |
| /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/preload/config.log | |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| $ ./configure --disable-option-checking --prefix=/usr/local --disable-shared --disable-nls --cache-file=/dev/null --srcdir=. | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = guilherme-pc | |
| uname -m = x86_64 | |
| uname -r = 3.8.0-29-generic | |
| uname -s = Linux | |
| uname -v = #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 | |
| /usr/bin/uname -p = unknown | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = unknown | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /usr/lib/lightdm/lightdm | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/bin | |
| PATH: /usr/sbin | |
| PATH: /usr/bin | |
| PATH: /sbin | |
| PATH: /bin | |
| PATH: /usr/games | |
| PATH: /usr/local/games | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2172: checking whether make sets $(MAKE) | |
| configure:2194: result: yes | |
| configure:2255: checking for gcc | |
| configure:2271: found /usr/bin/gcc | |
| configure:2282: result: gcc | |
| configure:2511: checking for C compiler version | |
| configure:2520: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:2531: $? = 0 | |
| configure:2520: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) | |
| configure:2531: $? = 0 | |
| configure:2520: gcc -V >&5 | |
| gcc: error: unrecognized command line option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:2531: $? = 4 | |
| configure:2520: gcc -qversion >&5 | |
| gcc: error: unrecognized command line option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:2531: $? = 4 | |
| configure:2551: checking whether the C compiler works | |
| configure:2573: gcc conftest.c >&5 | |
| configure:2577: $? = 0 | |
| configure:2625: result: yes | |
| configure:2628: checking for C compiler default output file name | |
| configure:2630: result: a.out | |
| configure:2636: checking for suffix of executables | |
| configure:2643: gcc -o conftest conftest.c >&5 | |
| configure:2647: $? = 0 | |
| configure:2669: result: | |
| configure:2691: checking whether we are cross compiling | |
| configure:2699: gcc -o conftest conftest.c >&5 | |
| configure:2703: $? = 0 | |
| configure:2710: ./conftest | |
| configure:2714: $? = 0 | |
| configure:2729: result: no | |
| configure:2734: checking for suffix of object files | |
| configure:2756: gcc -c conftest.c >&5 | |
| configure:2760: $? = 0 | |
| configure:2781: result: o | |
| configure:2785: checking whether we are using the GNU C compiler | |
| configure:2804: gcc -c conftest.c >&5 | |
| configure:2804: $? = 0 | |
| configure:2813: result: yes | |
| configure:2822: checking whether gcc accepts -g | |
| configure:2842: gcc -c -g conftest.c >&5 | |
| configure:2842: $? = 0 | |
| configure:2883: result: yes | |
| configure:2900: checking for gcc option to accept ISO C89 | |
| configure:2964: gcc -c -g -O2 conftest.c >&5 | |
| configure:2964: $? = 0 | |
| configure:2977: result: none needed | |
| configure:3002: checking how to run the C preprocessor | |
| configure:3033: gcc -E conftest.c | |
| configure:3033: $? = 0 | |
| configure:3047: gcc -E conftest.c | |
| conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:3047: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:3072: result: gcc -E | |
| configure:3092: gcc -E conftest.c | |
| configure:3092: $? = 0 | |
| configure:3106: gcc -E conftest.c | |
| conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:3106: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:3148: checking for a BSD-compatible install | |
| configure:3216: result: /usr/bin/install -c | |
| configure:3233: checking build system type | |
| configure:3247: result: x86_64-unknown-linux-gnu | |
| configure:3267: checking host system type | |
| configure:3280: result: x86_64-unknown-linux-gnu | |
| configure:3303: checking whether to activate relocatable installation | |
| configure:3318: result: no | |
| configure:3352: checking whether ln -s works | |
| configure:3356: result: yes | |
| configure:3367: checking for grep that handles long lines and -e | |
| configure:3425: result: /bin/grep | |
| configure:3430: checking for egrep | |
| configure:3492: result: /bin/grep -E | |
| configure:3497: checking for ANSI C header files | |
| configure:3517: gcc -c -g -O2 conftest.c >&5 | |
| configure:3517: $? = 0 | |
| configure:3590: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:3590: $? = 0 | |
| configure:3590: ./conftest | |
| configure:3590: $? = 0 | |
| configure:3601: result: yes | |
| configure:3614: checking for sys/types.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for sys/stat.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for stdlib.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for string.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for memory.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for strings.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for inttypes.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for stdint.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3614: checking for unistd.h | |
| configure:3614: gcc -c -g -O2 conftest.c >&5 | |
| configure:3614: $? = 0 | |
| configure:3614: result: yes | |
| configure:3629: checking minix/config.h usability | |
| configure:3629: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:53:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:3629: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <minix/config.h> | |
| configure:3629: result: no | |
| configure:3629: checking minix/config.h presence | |
| configure:3629: gcc -E conftest.c | |
| conftest.c:20:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:3629: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <minix/config.h> | |
| configure:3629: result: no | |
| configure:3629: checking for minix/config.h | |
| configure:3629: result: no | |
| configure:3658: checking whether it is safe to define __EXTENSIONS__ | |
| configure:3676: gcc -c -g -O2 conftest.c >&5 | |
| configure:3676: $? = 0 | |
| configure:3683: result: yes | |
| configure:3751: checking how to print strings | |
| configure:3778: result: printf | |
| configure:3799: checking for a sed that does not truncate output | |
| configure:3863: result: /bin/sed | |
| configure:3881: checking for fgrep | |
| configure:3943: result: /bin/grep -F | |
| configure:3978: checking for ld used by gcc | |
| configure:4045: result: /usr/bin/ld | |
| configure:4052: checking if the linker (/usr/bin/ld) is GNU ld | |
| configure:4067: result: yes | |
| configure:4079: checking for BSD- or MS-compatible name lister (nm) | |
| configure:4128: result: /usr/bin/nm -B | |
| configure:4258: checking the name lister (/usr/bin/nm -B) interface | |
| configure:4265: gcc -c -g -O2 conftest.c >&5 | |
| configure:4268: /usr/bin/nm -B "conftest.o" | |
| configure:4271: output | |
| 0000000000000000 B some_variable | |
| configure:4278: result: BSD nm | |
| configure:4282: checking the maximum length of command line arguments | |
| configure:4407: result: 3458764513820540925 | |
| configure:4424: checking whether the shell understands some XSI constructs | |
| configure:4434: result: yes | |
| configure:4438: checking whether the shell understands "+=" | |
| configure:4444: result: yes | |
| configure:4479: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | |
| configure:4519: result: func_convert_file_noop | |
| configure:4526: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | |
| configure:4546: result: func_convert_file_noop | |
| configure:4553: checking for /usr/bin/ld option to reload object files | |
| configure:4560: result: -r | |
| configure:4634: checking for objdump | |
| configure:4650: found /usr/bin/objdump | |
| configure:4661: result: objdump | |
| configure:4690: checking how to recognize dependent libraries | |
| configure:4892: result: pass_all | |
| configure:4977: checking for dlltool | |
| configure:5007: result: no | |
| configure:5034: checking how to associate runtime and link libraries | |
| configure:5061: result: printf %s\n | |
| configure:5121: checking for ar | |
| configure:5137: found /usr/bin/ar | |
| configure:5148: result: ar | |
| configure:5185: checking for archiver @FILE support | |
| configure:5202: gcc -c -g -O2 conftest.c >&5 | |
| configure:5202: $? = 0 | |
| configure:5205: ar cru libconftest.a @conftest.lst >&5 | |
| configure:5208: $? = 0 | |
| configure:5213: ar cru libconftest.a @conftest.lst >&5 | |
| ar: conftest.o: No such file or directory | |
| configure:5216: $? = 1 | |
| configure:5228: result: @ | |
| configure:5286: checking for strip | |
| configure:5302: found /usr/bin/strip | |
| configure:5313: result: strip | |
| configure:5385: checking for ranlib | |
| configure:5401: found /usr/bin/ranlib | |
| configure:5412: result: ranlib | |
| configure:5489: checking for gawk | |
| configure:5519: result: no | |
| configure:5489: checking for mawk | |
| configure:5505: found /usr/bin/mawk | |
| configure:5516: result: mawk | |
| configure:5556: checking command to parse /usr/bin/nm -B output from gcc object | |
| configure:5675: gcc -c -g -O2 conftest.c >&5 | |
| configure:5678: $? = 0 | |
| configure:5682: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
| configure:5685: $? = 0 | |
| configure:5751: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
| configure:5754: $? = 0 | |
| configure:5792: result: ok | |
| configure:5829: checking for sysroot | |
| configure:5859: result: no | |
| configure:5936: gcc -c -g -O2 conftest.c >&5 | |
| configure:5939: $? = 0 | |
| configure:6102: checking for mt | |
| configure:6118: found /bin/mt | |
| configure:6129: result: mt | |
| configure:6152: checking if mt is a manifest tool | |
| configure:6158: mt '-?' | |
| configure:6166: result: no | |
| configure:6795: checking for dlfcn.h | |
| configure:6795: gcc -c -g -O2 conftest.c >&5 | |
| configure:6795: $? = 0 | |
| configure:6795: result: yes | |
| configure:7280: checking for objdir | |
| configure:7295: result: .libs | |
| configure:7566: checking if gcc supports -fno-rtti -fno-exceptions | |
| configure:7584: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | |
| configure:7588: $? = 0 | |
| configure:7601: result: no | |
| configure:7911: checking for gcc option to produce PIC | |
| configure:7918: result: -fPIC -DPIC | |
| configure:7926: checking if gcc PIC flag -fPIC -DPIC works | |
| configure:7944: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | |
| configure:7948: $? = 0 | |
| configure:7961: result: yes | |
| configure:7990: checking if gcc static flag -static works | |
| configure:8018: result: yes | |
| configure:8033: checking if gcc supports -c -o file.o | |
| configure:8054: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
| configure:8058: $? = 0 | |
| configure:8080: result: yes | |
| configure:8088: checking if gcc supports -c -o file.o | |
| configure:8135: result: yes | |
| configure:8168: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | |
| configure:9326: result: yes | |
| configure:9363: checking whether -lc should be explicitly linked in | |
| configure:9371: gcc -c -g -O2 conftest.c >&5 | |
| configure:9374: $? = 0 | |
| configure:9389: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | |
| configure:9392: $? = 0 | |
| configure:9406: result: no | |
| configure:9571: checking dynamic linker characteristics | |
| configure:10085: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | |
| configure:10085: $? = 0 | |
| configure:10307: result: GNU/Linux ld.so | |
| configure:10414: checking how to hardcode library paths into programs | |
| configure:10439: result: immediate | |
| configure:10979: checking whether stripping libraries is possible | |
| configure:10984: result: yes | |
| configure:11019: checking if libtool supports shared libraries | |
| configure:11021: result: yes | |
| configure:11024: checking whether to build shared libraries | |
| configure:11045: result: yes | |
| configure:11048: checking whether to build static libraries | |
| configure:11052: result: no | |
| configure:11092: checking whether the -Werror option is usable | |
| configure:11111: gcc -c -g -O2 -Werror conftest.c >&5 | |
| configure:11111: $? = 0 | |
| configure:11120: result: yes | |
| configure:11122: checking for simple visibility declarations | |
| configure:11149: gcc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 | |
| configure:11149: $? = 0 | |
| configure:11158: result: yes | |
| configure:11335: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by config.status, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on guilherme-pc | |
| config.status:987: creating Makefile | |
| config.status:1153: executing libtool commands | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-unknown-linux-gnu | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set= | |
| ac_cv_env_CPPFLAGS_value= | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_header_dlfcn_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_minix_config_h=no | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_host=x86_64-unknown-linux-gnu | |
| ac_cv_objext=o | |
| ac_cv_path_EGREP='/bin/grep -E' | |
| ac_cv_path_FGREP='/bin/grep -F' | |
| ac_cv_path_GREP=/bin/grep | |
| ac_cv_path_SED=/bin/sed | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_AWK=mawk | |
| ac_cv_prog_CPP='gcc -E' | |
| ac_cv_prog_ac_ct_AR=ar | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt | |
| ac_cv_prog_ac_ct_OBJDUMP=objdump | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_ac_ct_STRIP=strip | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_safe_to_define___extensions__=yes | |
| gl_cv_cc_vis_werror=yes | |
| gl_cv_cc_visibility=yes | |
| lt_cv_ar_at_file=@ | |
| lt_cv_archive_cmds_need_lc=no | |
| lt_cv_deplibs_check_method=pass_all | |
| lt_cv_file_magic_cmd='$MAGIC_CMD' | |
| lt_cv_file_magic_test_file= | |
| lt_cv_ld_reload_flag=-r | |
| lt_cv_nm_interface='BSD nm' | |
| lt_cv_objdir=.libs | |
| lt_cv_path_LD=/usr/bin/ld | |
| lt_cv_path_NM='/usr/bin/nm -B' | |
| lt_cv_path_mainfest_tool=no | |
| lt_cv_prog_compiler_c_o=yes | |
| lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
| lt_cv_prog_compiler_pic_works=yes | |
| lt_cv_prog_compiler_rtti_exceptions=no | |
| lt_cv_prog_compiler_static_works=yes | |
| lt_cv_prog_gnu_ld=yes | |
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
| lt_cv_shlibpath_overrides_runpath=no | |
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
| lt_cv_sys_max_cmd_len=3458764513820540925 | |
| lt_cv_to_host_file_cmd=func_convert_file_noop | |
| lt_cv_to_tool_file_cmd=func_convert_file_noop | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| AR='ar' | |
| AS='as' | |
| AWK='mawk' | |
| CC='gcc' | |
| CFLAGS='-g -O2' | |
| CFLAG_VISIBILITY='-fvisibility=hidden' | |
| CPP='gcc -E' | |
| CPPFLAGS='' | |
| DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DINSTALLPREFIX=\"/usr/local\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1' | |
| DLLTOOL='false' | |
| DSYMUTIL='' | |
| DUMPBIN='' | |
| ECHO_C='' | |
| ECHO_N='-n' | |
| ECHO_T='' | |
| EGREP='/bin/grep -E' | |
| EXEEXT='' | |
| FGREP='/bin/grep -F' | |
| GREP='/bin/grep' | |
| HAVE_VISIBILITY='1' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| LD='/usr/bin/ld -m elf_x86_64' | |
| LDFLAGS='' | |
| LIBOBJS='' | |
| LIBS='' | |
| LIBTOOL='/bin/bash $(top_builddir)/libtool' | |
| LIPO='' | |
| LN_S='ln -s' | |
| LTLIBOBJS='' | |
| MANIFEST_TOOL=':' | |
| NM='/usr/bin/nm -B' | |
| NMEDIT='' | |
| OBJDUMP='objdump' | |
| OBJEXT='o' | |
| OTOOL64='' | |
| OTOOL='' | |
| PACKAGE='' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='' | |
| PACKAGE_STRING='' | |
| PACKAGE_TARNAME='' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='' | |
| PATH_SEPARATOR=':' | |
| PLUGLIB='preloadable_libiconv.so' | |
| RANLIB='ranlib' | |
| RELOCATABLE='no' | |
| SED='/bin/sed' | |
| SET_MAKE='' | |
| SHELL='/bin/bash' | |
| STRIP='strip' | |
| VERSION='' | |
| ac_ct_AR='ar' | |
| ac_ct_CC='gcc' | |
| ac_ct_DUMPBIN='' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-unknown-linux-gnu' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='linux-gnu' | |
| build_vendor='unknown' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| host='x86_64-unknown-linux-gnu' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='linux-gnu' | |
| host_vendor='unknown' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define INSTALLPREFIX "/usr/local" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| configure: exit 0 | |
| /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/config.log | |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| $ ./configure --disable-shared --disable-nls | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = guilherme-pc | |
| uname -m = x86_64 | |
| uname -r = 3.8.0-29-generic | |
| uname -s = Linux | |
| uname -v = #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 | |
| /usr/bin/uname -p = unknown | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = unknown | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /usr/lib/lightdm/lightdm | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/bin | |
| PATH: /usr/sbin | |
| PATH: /usr/bin | |
| PATH: /sbin | |
| PATH: /bin | |
| PATH: /usr/games | |
| PATH: /usr/local/games | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:3083: checking for a BSD-compatible install | |
| configure:3151: result: /usr/bin/install -c | |
| configure:3162: checking whether build environment is sane | |
| configure:3212: result: yes | |
| configure:3353: checking for a thread-safe mkdir -p | |
| configure:3392: result: /bin/mkdir -p | |
| configure:3406: checking for gawk | |
| configure:3436: result: no | |
| configure:3406: checking for mawk | |
| configure:3422: found /usr/bin/mawk | |
| configure:3433: result: mawk | |
| configure:3444: checking whether make sets $(MAKE) | |
| configure:3466: result: yes | |
| configure:3548: checking whether make sets $(MAKE) | |
| configure:3570: result: yes | |
| configure:3629: checking for gcc | |
| configure:3645: found /usr/bin/gcc | |
| configure:3656: result: gcc | |
| configure:3885: checking for C compiler version | |
| configure:3894: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:3905: $? = 0 | |
| configure:3894: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) | |
| configure:3905: $? = 0 | |
| configure:3894: gcc -V >&5 | |
| gcc: error: unrecognized command line option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:3905: $? = 4 | |
| configure:3894: gcc -qversion >&5 | |
| gcc: error: unrecognized command line option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:3905: $? = 4 | |
| configure:3925: checking whether the C compiler works | |
| configure:3947: gcc conftest.c >&5 | |
| configure:3951: $? = 0 | |
| configure:3999: result: yes | |
| configure:4002: checking for C compiler default output file name | |
| configure:4004: result: a.out | |
| configure:4010: checking for suffix of executables | |
| configure:4017: gcc -o conftest conftest.c >&5 | |
| configure:4021: $? = 0 | |
| configure:4043: result: | |
| configure:4065: checking whether we are cross compiling | |
| configure:4073: gcc -o conftest conftest.c >&5 | |
| configure:4077: $? = 0 | |
| configure:4084: ./conftest | |
| configure:4088: $? = 0 | |
| configure:4103: result: no | |
| configure:4108: checking for suffix of object files | |
| configure:4130: gcc -c conftest.c >&5 | |
| configure:4134: $? = 0 | |
| configure:4155: result: o | |
| configure:4159: checking whether we are using the GNU C compiler | |
| configure:4178: gcc -c conftest.c >&5 | |
| configure:4178: $? = 0 | |
| configure:4187: result: yes | |
| configure:4196: checking whether gcc accepts -g | |
| configure:4216: gcc -c -g conftest.c >&5 | |
| configure:4216: $? = 0 | |
| configure:4257: result: yes | |
| configure:4274: checking for gcc option to accept ISO C89 | |
| configure:4338: gcc -c -g -O2 conftest.c >&5 | |
| configure:4338: $? = 0 | |
| configure:4351: result: none needed | |
| configure:4382: checking for style of include used by make | |
| configure:4410: result: GNU | |
| configure:4435: checking dependency style of gcc | |
| configure:4545: result: none | |
| configure:4565: checking how to run the C preprocessor | |
| configure:4596: gcc -E conftest.c | |
| configure:4596: $? = 0 | |
| configure:4610: gcc -E conftest.c | |
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:4610: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4635: result: gcc -E | |
| configure:4655: gcc -E conftest.c | |
| configure:4655: $? = 0 | |
| configure:4669: gcc -E conftest.c | |
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:4669: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4701: checking for strip | |
| configure:4719: found /usr/bin/strip | |
| configure:4732: result: /usr/bin/strip | |
| configure:4844: checking build system type | |
| configure:4858: result: x86_64-unknown-linux-gnu | |
| configure:4878: checking host system type | |
| configure:4891: result: x86_64-unknown-linux-gnu | |
| configure:4921: checking for grep that handles long lines and -e | |
| configure:4979: result: /bin/grep | |
| configure:4984: checking for egrep | |
| configure:5046: result: /bin/grep -E | |
| configure:5113: checking for ranlib | |
| configure:5129: found /usr/bin/ranlib | |
| configure:5140: result: ranlib | |
| configure:5170: checking whether gcc and cc understand -c and -o together | |
| configure:5201: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:5205: $? = 0 | |
| configure:5211: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:5215: $? = 0 | |
| configure:5226: cc -c conftest.c >&5 | |
| configure:5230: $? = 0 | |
| configure:5238: cc -c conftest.c -o conftest2.o >&5 | |
| configure:5242: $? = 0 | |
| configure:5248: cc -c conftest.c -o conftest2.o >&5 | |
| configure:5252: $? = 0 | |
| configure:5270: result: yes | |
| configure:5295: checking for ANSI C header files | |
| configure:5315: gcc -c -g -O2 conftest.c >&5 | |
| configure:5315: $? = 0 | |
| configure:5388: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:5388: $? = 0 | |
| configure:5388: ./conftest | |
| configure:5388: $? = 0 | |
| configure:5399: result: yes | |
| configure:5412: checking for sys/types.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for sys/stat.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for stdlib.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for string.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for memory.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for strings.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for inttypes.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for stdint.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5412: checking for unistd.h | |
| configure:5412: gcc -c -g -O2 conftest.c >&5 | |
| configure:5412: $? = 0 | |
| configure:5412: result: yes | |
| configure:5427: checking minix/config.h usability | |
| configure:5427: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:54:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <minix/config.h> | |
| configure:5427: result: no | |
| configure:5427: checking minix/config.h presence | |
| configure:5427: gcc -E conftest.c | |
| conftest.c:21:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:5427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <minix/config.h> | |
| configure:5427: result: no | |
| configure:5427: checking for minix/config.h | |
| configure:5427: result: no | |
| configure:5456: checking whether it is safe to define __EXTENSIONS__ | |
| configure:5474: gcc -c -g -O2 conftest.c >&5 | |
| configure:5474: $? = 0 | |
| configure:5481: result: yes | |
| configure:5594: checking for ld used by GCC | |
| configure:5658: result: /usr/bin/ld | |
| configure:5665: checking if the linker (/usr/bin/ld) is GNU ld | |
| configure:5678: result: yes | |
| configure:5684: checking for shared library path variable | |
| configure:5697: result: LD_LIBRARY_PATH | |
| configure:5702: checking whether to activate relocatable installation | |
| configure:5717: result: no | |
| configure:5847: checking how to copy files | |
| configure:5863: result: cp -p | |
| configure:5867: checking how to make hard links | |
| configure:5883: result: ln | |
| configure:5887: checking whether ln -s works | |
| configure:5891: result: yes | |
| configure:5950: checking how to print strings | |
| configure:5977: result: printf | |
| configure:5998: checking for a sed that does not truncate output | |
| configure:6062: result: /bin/sed | |
| configure:6080: checking for fgrep | |
| configure:6142: result: /bin/grep -F | |
| configure:6177: checking for ld used by gcc | |
| configure:6244: result: /usr/bin/ld | |
| configure:6251: checking if the linker (/usr/bin/ld) is GNU ld | |
| configure:6266: result: yes | |
| configure:6278: checking for BSD- or MS-compatible name lister (nm) | |
| configure:6327: result: /usr/bin/nm -B | |
| configure:6457: checking the name lister (/usr/bin/nm -B) interface | |
| configure:6464: gcc -c -g -O2 conftest.c >&5 | |
| configure:6467: /usr/bin/nm -B "conftest.o" | |
| configure:6470: output | |
| 0000000000000000 B some_variable | |
| configure:6477: result: BSD nm | |
| configure:6481: checking the maximum length of command line arguments | |
| configure:6606: result: 3458764513820540925 | |
| configure:6623: checking whether the shell understands some XSI constructs | |
| configure:6633: result: yes | |
| configure:6637: checking whether the shell understands "+=" | |
| configure:6643: result: yes | |
| configure:6678: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | |
| configure:6718: result: func_convert_file_noop | |
| configure:6725: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | |
| configure:6745: result: func_convert_file_noop | |
| configure:6752: checking for /usr/bin/ld option to reload object files | |
| configure:6759: result: -r | |
| configure:6833: checking for objdump | |
| configure:6849: found /usr/bin/objdump | |
| configure:6860: result: objdump | |
| configure:6889: checking how to recognize dependent libraries | |
| configure:7091: result: pass_all | |
| configure:7176: checking for dlltool | |
| configure:7206: result: no | |
| configure:7233: checking how to associate runtime and link libraries | |
| configure:7260: result: printf %s\n | |
| configure:7384: checking for archiver @FILE support | |
| configure:7401: gcc -c -g -O2 conftest.c >&5 | |
| configure:7401: $? = 0 | |
| configure:7404: ar cru libconftest.a @conftest.lst >&5 | |
| configure:7407: $? = 0 | |
| configure:7412: ar cru libconftest.a @conftest.lst >&5 | |
| ar: conftest.o: No such file or directory | |
| configure:7415: $? = 1 | |
| configure:7427: result: @ | |
| configure:7485: checking for strip | |
| configure:7512: result: /usr/bin/strip | |
| configure:7584: checking for ranlib | |
| configure:7611: result: ranlib | |
| configure:7713: checking command to parse /usr/bin/nm -B output from gcc object | |
| configure:7832: gcc -c -g -O2 conftest.c >&5 | |
| configure:7835: $? = 0 | |
| configure:7839: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
| configure:7842: $? = 0 | |
| configure:7908: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
| configure:7911: $? = 0 | |
| configure:7949: result: ok | |
| configure:7986: checking for sysroot | |
| configure:8016: result: no | |
| configure:8093: gcc -c -g -O2 conftest.c >&5 | |
| configure:8096: $? = 0 | |
| configure:8259: checking for mt | |
| configure:8275: found /bin/mt | |
| configure:8286: result: mt | |
| configure:8309: checking if mt is a manifest tool | |
| configure:8315: mt '-?' | |
| configure:8323: result: no | |
| configure:8952: checking for dlfcn.h | |
| configure:8952: gcc -c -g -O2 conftest.c >&5 | |
| configure:8952: $? = 0 | |
| configure:8952: result: yes | |
| configure:9436: checking for objdir | |
| configure:9451: result: .libs | |
| configure:9722: checking if gcc supports -fno-rtti -fno-exceptions | |
| configure:9740: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | |
| configure:9744: $? = 0 | |
| configure:9757: result: no | |
| configure:10067: checking for gcc option to produce PIC | |
| configure:10074: result: -fPIC -DPIC | |
| configure:10082: checking if gcc PIC flag -fPIC -DPIC works | |
| configure:10100: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | |
| configure:10104: $? = 0 | |
| configure:10117: result: yes | |
| configure:10146: checking if gcc static flag -static works | |
| configure:10174: result: yes | |
| configure:10189: checking if gcc supports -c -o file.o | |
| configure:10210: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
| configure:10214: $? = 0 | |
| configure:10236: result: yes | |
| configure:10244: checking if gcc supports -c -o file.o | |
| configure:10291: result: yes | |
| configure:10324: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | |
| configure:11482: result: yes | |
| configure:11727: checking dynamic linker characteristics | |
| configure:12241: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | |
| configure:12241: $? = 0 | |
| configure:12463: result: GNU/Linux ld.so | |
| configure:12570: checking how to hardcode library paths into programs | |
| configure:12595: result: immediate | |
| configure:13135: checking whether stripping libraries is possible | |
| configure:13140: result: yes | |
| configure:13175: checking if libtool supports shared libraries | |
| configure:13177: result: yes | |
| configure:13180: checking whether to build shared libraries | |
| configure:13201: result: no | |
| configure:13204: checking whether to build static libraries | |
| configure:13208: result: yes | |
| configure:13287: checking for windres | |
| configure:13317: result: no | |
| configure:13528: checking whether the -Werror option is usable | |
| configure:13547: gcc -c -g -O2 -Werror conftest.c >&5 | |
| configure:13547: $? = 0 | |
| configure:13556: result: yes | |
| configure:13558: checking for simple visibility declarations | |
| configure:13585: gcc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 | |
| configure:13585: $? = 0 | |
| configure:13594: result: yes | |
| configure:13627: checking for shared library run path origin | |
| configure:13640: result: done | |
| configure:14218: checking for iconv | |
| configure:14242: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:14242: $? = 0 | |
| configure:14276: result: yes | |
| configure:14279: checking for working iconv | |
| configure:14399: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:14399: $? = 0 | |
| configure:14399: ./conftest | |
| configure:14399: $? = 0 | |
| configure:14411: result: yes | |
| configure:14439: checking for iconv declaration | |
| configure:14468: gcc -c -g -O2 conftest.c >&5 | |
| configure:14468: $? = 0 | |
| configure:14479: result: | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| configure:14491: checking whether NLS is requested | |
| configure:14500: result: no | |
| configure:14540: checking for msgfmt | |
| configure: trying /usr/bin/msgfmt... | |
| 0 translated messages. | |
| configure:14572: result: /usr/bin/msgfmt | |
| configure:14581: checking for gmsgfmt | |
| configure:14612: result: /usr/bin/msgfmt | |
| configure:14662: checking for xgettext | |
| configure: trying /usr/bin/xgettext... | |
| /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | |
| configure:14694: result: /usr/bin/xgettext | |
| configure:14739: checking for msgmerge | |
| configure: trying /usr/bin/msgmerge... | |
| configure:14770: result: /usr/bin/msgmerge | |
| configure:14811: checking for CFPreferencesCopyAppValue | |
| configure:14829: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
| conftest.c:33:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | |
| compilation terminated. | |
| configure:14829: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | /* end confdefs.h. */ | |
| | #include <CoreFoundation/CFPreferences.h> | |
| | int | |
| | main () | |
| | { | |
| | CFPreferencesCopyAppValue(NULL, NULL) | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14838: result: no | |
| configure:14845: checking for CFLocaleCopyCurrent | |
| configure:14863: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
| conftest.c:33:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | |
| compilation terminated. | |
| configure:14863: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | /* end confdefs.h. */ | |
| | #include <CoreFoundation/CFLocale.h> | |
| | int | |
| | main () | |
| | { | |
| | CFLocaleCopyCurrent(); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14872: result: no | |
| configure:15782: checking whether to use NLS | |
| configure:15784: result: no | |
| configure:15859: checking for mbstate_t | |
| configure:15883: gcc -c -g -O2 conftest.c >&5 | |
| configure:15883: $? = 0 | |
| configure:15890: result: yes | |
| configure:15903: checking for wchar_t | |
| configure:15920: gcc -c -g -O2 conftest.c >&5 | |
| configure:15920: $? = 0 | |
| configure:15927: result: yes | |
| configure:15954: checking for getc_unlocked | |
| configure:15954: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:15954: $? = 0 | |
| configure:15954: result: yes | |
| configure:15954: checking for mbrtowc | |
| configure:15954: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:15954: $? = 0 | |
| configure:15954: result: yes | |
| configure:15954: checking for wcrtomb | |
| configure:15954: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:15954: $? = 0 | |
| configure:15954: result: yes | |
| configure:15954: checking for mbsinit | |
| configure:15954: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:15954: $? = 0 | |
| configure:15954: result: yes | |
| configure:15954: checking for setlocale | |
| configure:15954: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:15954: $? = 0 | |
| configure:15954: result: yes | |
| configure:15971: checking whether <wchar.h> is standalone | |
| configure:15988: gcc -c -g -O2 conftest.c >&5 | |
| configure:15988: $? = 0 | |
| configure:15995: result: yes | |
| configure:16006: checking for memmove | |
| configure:16006: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:63:6: warning: conflicting types for built-in function 'memmove' [enabled by default] | |
| configure:16006: $? = 0 | |
| configure:16006: result: yes | |
| configure:16019: checking for nl_langinfo and CODESET | |
| configure:16035: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16035: $? = 0 | |
| configure:16044: result: yes | |
| configure:16054: checking for working fcntl.h | |
| configure:16111: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16111: $? = 0 | |
| configure:16111: ./conftest | |
| configure:16111: $? = 0 | |
| configure:16126: result: yes | |
| configure:16154: checking wchar.h usability | |
| configure:16154: gcc -c -g -O2 conftest.c >&5 | |
| configure:16154: $? = 0 | |
| configure:16154: result: yes | |
| configure:16154: checking wchar.h presence | |
| configure:16154: gcc -E conftest.c | |
| configure:16154: $? = 0 | |
| configure:16154: result: yes | |
| configure:16154: checking for wchar.h | |
| configure:16154: result: yes | |
| configure:16165: checking for EILSEQ | |
| configure:16227: result: yes | |
| configure:16240: checking byte ordering | |
| configure:16263: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:53:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
| configure:16263: $? = 0 | |
| configure:16263: ./conftest | |
| configure:16263: $? = 1 | |
| configure: program exited with status 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | /* end confdefs.h. */ | |
| | int main () { | |
| | /* Are we little or big endian? From Harbison&Steele. */ | |
| | union | |
| | { | |
| | long l; | |
| | char c[sizeof (long)]; | |
| | } u; | |
| | u.l = 1; | |
| | exit (u.c[0] == 1); | |
| | } | |
| configure:16307: result: little endian | |
| configure:16326: checking for size_t | |
| configure:16326: gcc -c -g -O2 conftest.c >&5 | |
| configure:16326: $? = 0 | |
| configure:16326: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:82:21: error: expected expression before ')' token | |
| configure:16326: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((size_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:16326: result: yes | |
| configure:16339: checking for working alloca.h | |
| configure:16356: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16356: $? = 0 | |
| configure:16364: result: yes | |
| configure:16372: checking for alloca | |
| configure:16409: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16409: $? = 0 | |
| configure:16417: result: yes | |
| configure:16536: checking for stdlib.h | |
| configure:16536: result: yes | |
| configure:16536: checking for string.h | |
| configure:16536: result: yes | |
| configure:16536: checking for sys/param.h | |
| configure:16536: gcc -c -g -O2 conftest.c >&5 | |
| configure:16536: $? = 0 | |
| configure:16536: result: yes | |
| configure:16536: checking for unistd.h | |
| configure:16536: result: yes | |
| configure:16536: checking for wchar.h | |
| configure:16536: result: yes | |
| configure:16536: checking for stdint.h | |
| configure:16536: result: yes | |
| configure:16536: checking for sys/socket.h | |
| configure:16536: gcc -c -g -O2 conftest.c >&5 | |
| configure:16536: $? = 0 | |
| configure:16536: result: yes | |
| configure:16536: checking for sys/stat.h | |
| configure:16536: result: yes | |
| configure:16536: checking for sys/time.h | |
| configure:16536: gcc -c -g -O2 conftest.c >&5 | |
| configure:16536: $? = 0 | |
| configure:16536: result: yes | |
| configure:16624: checking for canonicalize_file_name | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for getcwd | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for readlink | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for realpath | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for readlinkat | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for lstat | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16624: checking for setenv | |
| configure:16624: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16624: $? = 0 | |
| configure:16624: result: yes | |
| configure:16641: checking whether // is distinct from / | |
| configure:16670: result: no | |
| configure:16682: checking whether realpath works | |
| configure:16818: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:16818: $? = 0 | |
| configure:16818: ./conftest | |
| configure:16818: $? = 0 | |
| configure:16830: result: yes | |
| configure:16967: checking if environ is properly declared | |
| configure:16985: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:66:39: error: conflicting types for 'environ' | |
| In file included from conftest.c:65:0: | |
| /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here | |
| configure:16985: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | /* end confdefs.h. */ | |
| | #include <unistd.h> | |
| | extern struct { int foo; } environ; | |
| | int | |
| | main () | |
| | { | |
| | environ.foo = 1; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:16993: result: yes | |
| configure:17008: checking whether the preprocessor supports include_next | |
| configure:17046: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | |
| configure:17046: $? = 0 | |
| configure:17067: result: yes | |
| configure:17088: checking whether system header files limit the line length | |
| configure:17111: result: no | |
| configure:17122: checking for complete errno.h | |
| configure:17183: result: yes | |
| configure:17466: checking whether strerror_r is declared | |
| configure:17466: gcc -c -g -O2 conftest.c >&5 | |
| configure:17466: $? = 0 | |
| configure:17466: result: yes | |
| configure:17479: checking for strerror_r | |
| configure:17479: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:17479: $? = 0 | |
| configure:17479: result: yes | |
| configure:17488: checking whether strerror_r returns char * | |
| configure:17512: gcc -c -g -O2 conftest.c >&5 | |
| configure:17512: $? = 0 | |
| configure:17550: result: yes | |
| configure:17558: checking for inline | |
| configure:17574: gcc -c -g -O2 conftest.c >&5 | |
| configure:17574: $? = 0 | |
| configure:17582: result: inline | |
| configure:17651: checking whether lstat correctly handles trailing slash | |
| configure:17682: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:17682: $? = 0 | |
| configure:17682: ./conftest | |
| configure:17682: $? = 0 | |
| configure:17699: result: yes | |
| configure:17711: checking for stdlib.h | |
| configure:17711: result: yes | |
| configure:17721: checking for GNU libc compatible malloc | |
| configure:17745: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:17745: $? = 0 | |
| configure:17745: ./conftest | |
| configure:17745: $? = 0 | |
| configure:17755: result: yes | |
| configure:17770: checking for unsigned long long int | |
| configure:17809: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:17809: $? = 0 | |
| configure:17818: result: yes | |
| configure:17828: checking for long long int | |
| configure:17866: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:17866: $? = 0 | |
| configure:17866: ./conftest | |
| configure:17866: $? = 0 | |
| configure:17878: result: yes | |
| configure:17896: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:75:10: error: unknown type name 'not' | |
| conftest.c:75:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | |
| conftest.c:75:16: error: unknown type name 'universal' | |
| configure:17896: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | /* end confdefs.h. */ | |
| | #ifndef __APPLE_CC__ | |
| | not a universal capable compiler | |
| | #endif | |
| | typedef int dummy; | |
| | | |
| configure:17928: checking whether setenv is declared | |
| configure:17928: gcc -c -g -O2 conftest.c >&5 | |
| configure:17928: $? = 0 | |
| configure:17928: result: yes | |
| configure:17944: checking for ssize_t | |
| configure:17961: gcc -c -g -O2 conftest.c >&5 | |
| configure:17961: $? = 0 | |
| configure:17968: result: yes | |
| configure:17994: checking for sigset_t | |
| configure:17994: gcc -c -g -O2 conftest.c >&5 | |
| configure:17994: $? = 0 | |
| configure:17994: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:84:23: error: expected expression before ')' token | |
| configure:17994: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <signal.h> | |
| | /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */ | |
| | #include <sys/types.h> | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((sigset_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:17994: result: yes | |
| configure:18015: checking for uid_t in sys/types.h | |
| configure:18034: result: yes | |
| configure:18047: checking for SIGPIPE | |
| configure:18072: result: yes | |
| configure:18175: checking whether C symbols are prefixed with underscore at the linker level | |
| configure:18188: gcc -g -O2 -S conftest.c | |
| configure:18191: $? = 0 | |
| configure:18201: result: no | |
| configure:18216: checking for stdbool.h that conforms to C99 | |
| configure:18283: gcc -c -g -O2 conftest.c >&5 | |
| configure:18283: $? = 0 | |
| configure:18290: result: yes | |
| configure:18292: checking for _Bool | |
| configure:18292: gcc -c -g -O2 conftest.c >&5 | |
| configure:18292: $? = 0 | |
| configure:18292: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:113:20: error: expected expression before ')' token | |
| configure:18292: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((_Bool))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:18292: result: yes | |
| configure:18418: checking whether stdint.h conforms to C99 | |
| configure:18589: gcc -c -g -O2 conftest.c >&5 | |
| configure:18589: $? = 0 | |
| configure:18671: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:18671: $? = 0 | |
| configure:18671: ./conftest | |
| configure:18671: $? = 0 | |
| configure:18683: result: yes | |
| configure:19099: checking whether strerror(0) succeeds | |
| configure:19128: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:19128: $? = 0 | |
| configure:19128: ./conftest | |
| configure:19128: $? = 0 | |
| configure:19139: result: yes | |
| configure:19150: checking for C/C++ restrict keyword | |
| configure:19175: gcc -c -g -O2 conftest.c >&5 | |
| configure:19175: $? = 0 | |
| configure:19183: result: __restrict | |
| configure:19256: checking whether ffsl is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether ffsll is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether memmem is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether mempcpy is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether memrchr is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether rawmemchr is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether stpcpy is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether stpncpy is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strchrnul is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strdup is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strncat is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strndup is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strnlen is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strpbrk is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strsep is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strcasestr is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strtok_r is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strerror_r is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strsignal is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19256: checking whether strverscmp is declared without a macro | |
| configure:19274: gcc -c -g -O2 conftest.c >&5 | |
| configure:19274: $? = 0 | |
| configure:19282: result: yes | |
| configure:19294: checking whether stat file-mode macros are broken | |
| configure:19321: gcc -c -g -O2 conftest.c >&5 | |
| configure:19321: $? = 0 | |
| configure:19328: result: no | |
| configure:19357: checking for struct timespec in <time.h> | |
| configure:19374: gcc -c -g -O2 conftest.c >&5 | |
| configure:19374: $? = 0 | |
| configure:19381: result: yes | |
| configure:19541: checking whether clearerr_unlocked is declared | |
| configure:19541: gcc -c -g -O2 conftest.c >&5 | |
| configure:19541: $? = 0 | |
| configure:19541: result: yes | |
| configure:19552: checking whether feof_unlocked is declared | |
| configure:19552: gcc -c -g -O2 conftest.c >&5 | |
| configure:19552: $? = 0 | |
| configure:19552: result: yes | |
| configure:19563: checking whether ferror_unlocked is declared | |
| configure:19563: gcc -c -g -O2 conftest.c >&5 | |
| configure:19563: $? = 0 | |
| configure:19563: result: yes | |
| configure:19574: checking whether fflush_unlocked is declared | |
| configure:19574: gcc -c -g -O2 conftest.c >&5 | |
| configure:19574: $? = 0 | |
| configure:19574: result: yes | |
| configure:19585: checking whether fgets_unlocked is declared | |
| configure:19585: gcc -c -g -O2 conftest.c >&5 | |
| configure:19585: $? = 0 | |
| configure:19585: result: yes | |
| configure:19596: checking whether fputc_unlocked is declared | |
| configure:19596: gcc -c -g -O2 conftest.c >&5 | |
| configure:19596: $? = 0 | |
| configure:19596: result: yes | |
| configure:19607: checking whether fputs_unlocked is declared | |
| configure:19607: gcc -c -g -O2 conftest.c >&5 | |
| configure:19607: $? = 0 | |
| configure:19607: result: yes | |
| configure:19618: checking whether fread_unlocked is declared | |
| configure:19618: gcc -c -g -O2 conftest.c >&5 | |
| configure:19618: $? = 0 | |
| configure:19618: result: yes | |
| configure:19629: checking whether fwrite_unlocked is declared | |
| configure:19629: gcc -c -g -O2 conftest.c >&5 | |
| configure:19629: $? = 0 | |
| configure:19629: result: yes | |
| configure:19640: checking whether getc_unlocked is declared | |
| configure:19640: gcc -c -g -O2 conftest.c >&5 | |
| configure:19640: $? = 0 | |
| configure:19640: result: yes | |
| configure:19651: checking whether getchar_unlocked is declared | |
| configure:19651: gcc -c -g -O2 conftest.c >&5 | |
| configure:19651: $? = 0 | |
| configure:19651: result: yes | |
| configure:19662: checking whether putc_unlocked is declared | |
| configure:19662: gcc -c -g -O2 conftest.c >&5 | |
| configure:19662: $? = 0 | |
| configure:19662: result: yes | |
| configure:19673: checking whether putchar_unlocked is declared | |
| configure:19673: gcc -c -g -O2 conftest.c >&5 | |
| configure:19673: $? = 0 | |
| configure:19673: result: yes | |
| configure:19814: checking whether // is distinct from / | |
| configure:19843: result: no | |
| configure:19869: checking for error_at_line | |
| configure:19885: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:19885: $? = 0 | |
| configure:19893: result: yes | |
| configure:19981: checking whether fcntl is declared without a macro | |
| configure:19999: gcc -c -g -O2 conftest.c >&5 | |
| configure:19999: $? = 0 | |
| configure:20007: result: yes | |
| configure:19981: checking whether openat is declared without a macro | |
| configure:19999: gcc -c -g -O2 conftest.c >&5 | |
| configure:19999: $? = 0 | |
| configure:20007: result: yes | |
| configure:20071: checking for mbstate_t | |
| configure:20102: result: yes | |
| configure:20117: checking for memmove | |
| configure:20117: result: yes | |
| configure:20146: checking whether program_invocation_name is declared | |
| configure:20146: gcc -c -g -O2 conftest.c >&5 | |
| configure:20146: $? = 0 | |
| configure:20146: result: yes | |
| configure:20158: checking whether program_invocation_short_name is declared | |
| configure:20158: gcc -c -g -O2 conftest.c >&5 | |
| configure:20158: $? = 0 | |
| configure:20158: result: yes | |
| configure:20207: checking whether readlink signature is correct | |
| configure:20225: gcc -c -g -O2 conftest.c >&5 | |
| configure:20225: $? = 0 | |
| configure:20232: result: yes | |
| configure:20234: checking whether readlink handles trailing slash correctly | |
| configure:20258: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:20258: $? = 0 | |
| configure:20258: ./conftest | |
| configure:20258: $? = 0 | |
| configure:20269: result: yes | |
| configure:20365: checking search.h usability | |
| configure:20365: gcc -c -g -O2 conftest.c >&5 | |
| configure:20365: $? = 0 | |
| configure:20365: result: yes | |
| configure:20365: checking search.h presence | |
| configure:20365: gcc -E conftest.c | |
| configure:20365: $? = 0 | |
| configure:20365: result: yes | |
| configure:20365: checking for search.h | |
| configure:20365: result: yes | |
| configure:20377: checking for tsearch | |
| configure:20377: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:20377: $? = 0 | |
| configure:20377: result: yes | |
| configure:20450: checking for volatile sig_atomic_t | |
| configure:20450: gcc -c -g -O2 conftest.c >&5 | |
| configure:20450: $? = 0 | |
| configure:20450: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:134:36: error: expected expression before ')' token | |
| configure:20450: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | #define HAVE__BOOL 1 | |
| | #define restrict __restrict | |
| | #define HAVE_RAW_DECL_FFSL 1 | |
| | #define HAVE_RAW_DECL_FFSLL 1 | |
| | #define HAVE_RAW_DECL_MEMMEM 1 | |
| | #define HAVE_RAW_DECL_MEMPCPY 1 | |
| | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| | #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| | #define HAVE_RAW_DECL_STPCPY 1 | |
| | #define HAVE_RAW_DECL_STPNCPY 1 | |
| | #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| | #define HAVE_RAW_DECL_STRDUP 1 | |
| | #define HAVE_RAW_DECL_STRNCAT 1 | |
| | #define HAVE_RAW_DECL_STRNDUP 1 | |
| | #define HAVE_RAW_DECL_STRNLEN 1 | |
| | #define HAVE_RAW_DECL_STRPBRK 1 | |
| | #define HAVE_RAW_DECL_STRSEP 1 | |
| | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| | #define HAVE_RAW_DECL_STRERROR_R 1 | |
| | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| | #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| | #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| | #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| | #define GNULIB_CANONICALIZE_LGPL 1 | |
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| | #define GNULIB_TEST_REALPATH 1 | |
| | #define GNULIB_TEST_ENVIRON 1 | |
| | #define HAVE_RAW_DECL_FCNTL 1 | |
| | #define HAVE_RAW_DECL_OPENAT 1 | |
| | #define GNULIB_TEST_LSTAT 1 | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| | #define GNULIB_TEST_READ 1 | |
| | #define GNULIB_TEST_READLINK 1 | |
| | #define HAVE_SEARCH_H 1 | |
| | #define HAVE_TSEARCH 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <signal.h> | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((volatile sig_atomic_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:20450: result: yes | |
| configure:20464: checking for sighandler_t | |
| configure:20464: gcc -c -g -O2 conftest.c >&5 | |
| configure:20464: $? = 0 | |
| configure:20464: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:134:27: error: expected expression before ')' token | |
| configure:20464: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | #define HAVE__BOOL 1 | |
| | #define restrict __restrict | |
| | #define HAVE_RAW_DECL_FFSL 1 | |
| | #define HAVE_RAW_DECL_FFSLL 1 | |
| | #define HAVE_RAW_DECL_MEMMEM 1 | |
| | #define HAVE_RAW_DECL_MEMPCPY 1 | |
| | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| | #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| | #define HAVE_RAW_DECL_STPCPY 1 | |
| | #define HAVE_RAW_DECL_STPNCPY 1 | |
| | #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| | #define HAVE_RAW_DECL_STRDUP 1 | |
| | #define HAVE_RAW_DECL_STRNCAT 1 | |
| | #define HAVE_RAW_DECL_STRNDUP 1 | |
| | #define HAVE_RAW_DECL_STRNLEN 1 | |
| | #define HAVE_RAW_DECL_STRPBRK 1 | |
| | #define HAVE_RAW_DECL_STRSEP 1 | |
| | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| | #define HAVE_RAW_DECL_STRERROR_R 1 | |
| | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| | #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| | #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| | #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| | #define GNULIB_CANONICALIZE_LGPL 1 | |
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| | #define GNULIB_TEST_REALPATH 1 | |
| | #define GNULIB_TEST_ENVIRON 1 | |
| | #define HAVE_RAW_DECL_FCNTL 1 | |
| | #define HAVE_RAW_DECL_OPENAT 1 | |
| | #define GNULIB_TEST_LSTAT 1 | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| | #define GNULIB_TEST_READ 1 | |
| | #define GNULIB_TEST_READLINK 1 | |
| | #define HAVE_SEARCH_H 1 | |
| | #define HAVE_TSEARCH 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <signal.h> | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((sighandler_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:20464: result: yes | |
| configure:20478: checking whether pthread_sigmask is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigaction is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigaddset is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigdelset is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigemptyset is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigfillset is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigismember is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigpending is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20478: checking whether sigprocmask is declared without a macro | |
| configure:20496: gcc -c -g -O2 conftest.c >&5 | |
| configure:20496: $? = 0 | |
| configure:20504: result: yes | |
| configure:20537: checking for sigprocmask | |
| configure:20537: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:20537: $? = 0 | |
| configure:20537: result: yes | |
| configure:20576: checking for ssize_t | |
| configure:20600: result: yes | |
| configure:20611: checking whether stat handles trailing slashes on directories | |
| configure:20634: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:20634: $? = 0 | |
| configure:20634: ./conftest | |
| configure:20634: $? = 0 | |
| configure:20644: result: yes | |
| configure:20646: checking whether stat handles trailing slashes on files | |
| configure:20680: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:20680: $? = 0 | |
| configure:20680: ./conftest | |
| configure:20680: $? = 0 | |
| configure:20691: result: yes | |
| configure:20772: checking whether NULL can be used in arbitrary expressions | |
| configure:20790: gcc -c -g -O2 conftest.c >&5 | |
| configure:20790: $? = 0 | |
| configure:20797: result: yes | |
| configure:20969: checking whether dprintf is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether fpurge is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:146:10: error: 'fpurge' undeclared (first use in this function) | |
| conftest.c:146:10: note: each undeclared identifier is reported only once for each function it appears in | |
| configure:20987: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | #define HAVE__BOOL 1 | |
| | #define restrict __restrict | |
| | #define HAVE_RAW_DECL_FFSL 1 | |
| | #define HAVE_RAW_DECL_FFSLL 1 | |
| | #define HAVE_RAW_DECL_MEMMEM 1 | |
| | #define HAVE_RAW_DECL_MEMPCPY 1 | |
| | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| | #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| | #define HAVE_RAW_DECL_STPCPY 1 | |
| | #define HAVE_RAW_DECL_STPNCPY 1 | |
| | #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| | #define HAVE_RAW_DECL_STRDUP 1 | |
| | #define HAVE_RAW_DECL_STRNCAT 1 | |
| | #define HAVE_RAW_DECL_STRNDUP 1 | |
| | #define HAVE_RAW_DECL_STRNLEN 1 | |
| | #define HAVE_RAW_DECL_STRPBRK 1 | |
| | #define HAVE_RAW_DECL_STRSEP 1 | |
| | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| | #define HAVE_RAW_DECL_STRERROR_R 1 | |
| | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| | #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| | #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| | #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| | #define GNULIB_CANONICALIZE_LGPL 1 | |
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| | #define GNULIB_TEST_REALPATH 1 | |
| | #define GNULIB_TEST_ENVIRON 1 | |
| | #define HAVE_RAW_DECL_FCNTL 1 | |
| | #define HAVE_RAW_DECL_OPENAT 1 | |
| | #define GNULIB_TEST_LSTAT 1 | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| | #define GNULIB_TEST_READ 1 | |
| | #define GNULIB_TEST_READLINK 1 | |
| | #define HAVE_SEARCH_H 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | |
| | #define HAVE_RAW_DECL_SIGACTION 1 | |
| | #define HAVE_RAW_DECL_SIGADDSET 1 | |
| | #define HAVE_RAW_DECL_SIGDELSET 1 | |
| | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | |
| | #define HAVE_RAW_DECL_SIGFILLSET 1 | |
| | #define HAVE_RAW_DECL_SIGISMEMBER 1 | |
| | #define HAVE_RAW_DECL_SIGPENDING 1 | |
| | #define HAVE_RAW_DECL_SIGPROCMASK 1 | |
| | #define GNULIB_SIGPIPE 1 | |
| | #define GNULIB_TEST_SIGPROCMASK 1 | |
| | #define GNULIB_TEST_STAT 1 | |
| | #define HAVE_RAW_DECL_DPRINTF 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #undef fpurge | |
| | (void) fpurge; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:20995: result: no | |
| configure:20969: checking whether fseeko is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether ftello is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether getdelim is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether getline is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether popen is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether renameat is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether snprintf is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether tmpfile is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether vdprintf is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:20969: checking whether vsnprintf is declared without a macro | |
| configure:20987: gcc -c -g -O2 conftest.c >&5 | |
| configure:20987: $? = 0 | |
| configure:20995: result: yes | |
| configure:21066: checking whether _Exit is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether atoll is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether canonicalize_file_name is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether getloadavg is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether getsubopt is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether grantpt is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether mkdtemp is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether mkostemp is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether mkostemps is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether mkstemp is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether mkstemps is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether ptsname is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether random_r is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether initstat_r is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:175:10: error: 'initstat_r' undeclared (first use in this function) | |
| conftest.c:175:10: note: each undeclared identifier is reported only once for each function it appears in | |
| configure:21090: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | #define HAVE__BOOL 1 | |
| | #define restrict __restrict | |
| | #define HAVE_RAW_DECL_FFSL 1 | |
| | #define HAVE_RAW_DECL_FFSLL 1 | |
| | #define HAVE_RAW_DECL_MEMMEM 1 | |
| | #define HAVE_RAW_DECL_MEMPCPY 1 | |
| | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| | #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| | #define HAVE_RAW_DECL_STPCPY 1 | |
| | #define HAVE_RAW_DECL_STPNCPY 1 | |
| | #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| | #define HAVE_RAW_DECL_STRDUP 1 | |
| | #define HAVE_RAW_DECL_STRNCAT 1 | |
| | #define HAVE_RAW_DECL_STRNDUP 1 | |
| | #define HAVE_RAW_DECL_STRNLEN 1 | |
| | #define HAVE_RAW_DECL_STRPBRK 1 | |
| | #define HAVE_RAW_DECL_STRSEP 1 | |
| | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| | #define HAVE_RAW_DECL_STRERROR_R 1 | |
| | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| | #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| | #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| | #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| | #define GNULIB_CANONICALIZE_LGPL 1 | |
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| | #define GNULIB_TEST_REALPATH 1 | |
| | #define GNULIB_TEST_ENVIRON 1 | |
| | #define HAVE_RAW_DECL_FCNTL 1 | |
| | #define HAVE_RAW_DECL_OPENAT 1 | |
| | #define GNULIB_TEST_LSTAT 1 | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| | #define GNULIB_TEST_READ 1 | |
| | #define GNULIB_TEST_READLINK 1 | |
| | #define HAVE_SEARCH_H 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | |
| | #define HAVE_RAW_DECL_SIGACTION 1 | |
| | #define HAVE_RAW_DECL_SIGADDSET 1 | |
| | #define HAVE_RAW_DECL_SIGDELSET 1 | |
| | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | |
| | #define HAVE_RAW_DECL_SIGFILLSET 1 | |
| | #define HAVE_RAW_DECL_SIGISMEMBER 1 | |
| | #define HAVE_RAW_DECL_SIGPENDING 1 | |
| | #define HAVE_RAW_DECL_SIGPROCMASK 1 | |
| | #define GNULIB_SIGPIPE 1 | |
| | #define GNULIB_TEST_SIGPROCMASK 1 | |
| | #define GNULIB_TEST_STAT 1 | |
| | #define HAVE_RAW_DECL_DPRINTF 1 | |
| | #define HAVE_RAW_DECL_FSEEKO 1 | |
| | #define HAVE_RAW_DECL_FTELLO 1 | |
| | #define HAVE_RAW_DECL_GETDELIM 1 | |
| | #define HAVE_RAW_DECL_GETLINE 1 | |
| | #define HAVE_RAW_DECL_POPEN 1 | |
| | #define HAVE_RAW_DECL_RENAMEAT 1 | |
| | #define HAVE_RAW_DECL_SNPRINTF 1 | |
| | #define HAVE_RAW_DECL_TMPFILE 1 | |
| | #define HAVE_RAW_DECL_VDPRINTF 1 | |
| | #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| | #define HAVE_RAW_DECL__EXIT 1 | |
| | #define HAVE_RAW_DECL_ATOLL 1 | |
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| | #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| | #define HAVE_RAW_DECL_GRANTPT 1 | |
| | #define HAVE_RAW_DECL_MKDTEMP 1 | |
| | #define HAVE_RAW_DECL_MKOSTEMP 1 | |
| | #define HAVE_RAW_DECL_MKOSTEMPS 1 | |
| | #define HAVE_RAW_DECL_MKSTEMP 1 | |
| | #define HAVE_RAW_DECL_MKSTEMPS 1 | |
| | #define HAVE_RAW_DECL_PTSNAME 1 | |
| | #define HAVE_RAW_DECL_RANDOM_R 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdlib.h> | |
| | #if HAVE_SYS_LOADAVG_H | |
| | # include <sys/loadavg.h> | |
| | #endif | |
| | #if HAVE_RANDOM_H | |
| | # include <random.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #undef initstat_r | |
| | (void) initstat_r; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:21098: result: no | |
| configure:21066: checking whether srandom_r is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether setstate_r is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether realpath is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether rpmatch is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether setenv is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether strtod is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether strtoll is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether strtoull is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether unlockpt is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21066: checking whether unsetenv is declared without a macro | |
| configure:21090: gcc -c -g -O2 conftest.c >&5 | |
| configure:21090: $? = 0 | |
| configure:21098: result: yes | |
| configure:21116: checking for working strerror function | |
| configure:21136: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:21136: $? = 0 | |
| configure:21136: ./conftest | |
| configure:21136: $? = 0 | |
| configure:21147: result: yes | |
| configure:21303: checking for nlink_t | |
| configure:21303: gcc -c -g -O2 conftest.c >&5 | |
| configure:21303: $? = 0 | |
| configure:21303: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:181:22: error: expected expression before ')' token | |
| configure:21303: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "libiconv" | |
| | #define VERSION "1.14" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _DARWIN_C_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_VISIBILITY 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_GETC_UNLOCKED 1 | |
| | #define HAVE_MBRTOWC 1 | |
| | #define HAVE_WCRTOMB 1 | |
| | #define HAVE_MBSINIT 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_WORKING_O_NOATIME 1 | |
| | #define HAVE_WORKING_O_NOFOLLOW 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define WORDS_LITTLEENDIAN 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_WCHAR_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_READLINK 1 | |
| | #define HAVE_REALPATH 1 | |
| | #define HAVE_READLINKAT 1 | |
| | #define HAVE_LSTAT 1 | |
| | #define HAVE_SETENV 1 | |
| | #define FUNC_REALPATH_WORKS 1 | |
| | #define HAVE_ENVIRON_DECL 1 | |
| | #define HAVE_DECL_STRERROR_R 1 | |
| | #define HAVE_STRERROR_R 1 | |
| | #define STRERROR_R_CHAR_P 1 | |
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define MALLOC_0_IS_NONNULL 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| | #define HAVE_LONG_LONG_INT 1 | |
| | #define HAVE_DECL_SETENV 1 | |
| | #define HAVE_SIGSET_T 1 | |
| | #define USER_LABEL_PREFIX | |
| | #define HAVE__BOOL 1 | |
| | #define restrict __restrict | |
| | #define HAVE_RAW_DECL_FFSL 1 | |
| | #define HAVE_RAW_DECL_FFSLL 1 | |
| | #define HAVE_RAW_DECL_MEMMEM 1 | |
| | #define HAVE_RAW_DECL_MEMPCPY 1 | |
| | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| | #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| | #define HAVE_RAW_DECL_STPCPY 1 | |
| | #define HAVE_RAW_DECL_STPNCPY 1 | |
| | #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| | #define HAVE_RAW_DECL_STRDUP 1 | |
| | #define HAVE_RAW_DECL_STRNCAT 1 | |
| | #define HAVE_RAW_DECL_STRNDUP 1 | |
| | #define HAVE_RAW_DECL_STRNLEN 1 | |
| | #define HAVE_RAW_DECL_STRPBRK 1 | |
| | #define HAVE_RAW_DECL_STRSEP 1 | |
| | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| | #define HAVE_RAW_DECL_STRERROR_R 1 | |
| | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| | #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| | #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| | #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| | #define GNULIB_CANONICALIZE_LGPL 1 | |
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| | #define GNULIB_TEST_REALPATH 1 | |
| | #define GNULIB_TEST_ENVIRON 1 | |
| | #define HAVE_RAW_DECL_FCNTL 1 | |
| | #define HAVE_RAW_DECL_OPENAT 1 | |
| | #define GNULIB_TEST_LSTAT 1 | |
| | #define HAVE_MBSTATE_T 1 | |
| | #define HAVE_MEMMOVE 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| | #define GNULIB_TEST_READ 1 | |
| | #define GNULIB_TEST_READLINK 1 | |
| | #define HAVE_SEARCH_H 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | |
| | #define HAVE_RAW_DECL_SIGACTION 1 | |
| | #define HAVE_RAW_DECL_SIGADDSET 1 | |
| | #define HAVE_RAW_DECL_SIGDELSET 1 | |
| | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | |
| | #define HAVE_RAW_DECL_SIGFILLSET 1 | |
| | #define HAVE_RAW_DECL_SIGISMEMBER 1 | |
| | #define HAVE_RAW_DECL_SIGPENDING 1 | |
| | #define HAVE_RAW_DECL_SIGPROCMASK 1 | |
| | #define GNULIB_SIGPIPE 1 | |
| | #define GNULIB_TEST_SIGPROCMASK 1 | |
| | #define GNULIB_TEST_STAT 1 | |
| | #define HAVE_RAW_DECL_DPRINTF 1 | |
| | #define HAVE_RAW_DECL_FSEEKO 1 | |
| | #define HAVE_RAW_DECL_FTELLO 1 | |
| | #define HAVE_RAW_DECL_GETDELIM 1 | |
| | #define HAVE_RAW_DECL_GETLINE 1 | |
| | #define HAVE_RAW_DECL_POPEN 1 | |
| | #define HAVE_RAW_DECL_RENAMEAT 1 | |
| | #define HAVE_RAW_DECL_SNPRINTF 1 | |
| | #define HAVE_RAW_DECL_TMPFILE 1 | |
| | #define HAVE_RAW_DECL_VDPRINTF 1 | |
| | #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| | #define HAVE_RAW_DECL__EXIT 1 | |
| | #define HAVE_RAW_DECL_ATOLL 1 | |
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | |
| | #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| | #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| | #define HAVE_RAW_DECL_GRANTPT 1 | |
| | #define HAVE_RAW_DECL_MKDTEMP 1 | |
| | #define HAVE_RAW_DECL_MKOSTEMP 1 | |
| | #define HAVE_RAW_DECL_MKOSTEMPS 1 | |
| | #define HAVE_RAW_DECL_MKSTEMP 1 | |
| | #define HAVE_RAW_DECL_MKSTEMPS 1 | |
| | #define HAVE_RAW_DECL_PTSNAME 1 | |
| | #define HAVE_RAW_DECL_RANDOM_R 1 | |
| | #define HAVE_RAW_DECL_SRANDOM_R 1 | |
| | #define HAVE_RAW_DECL_SETSTATE_R 1 | |
| | #define HAVE_RAW_DECL_REALPATH 1 | |
| | #define HAVE_RAW_DECL_RPMATCH 1 | |
| | #define HAVE_RAW_DECL_SETENV 1 | |
| | #define HAVE_RAW_DECL_STRTOD 1 | |
| | #define HAVE_RAW_DECL_STRTOLL 1 | |
| | #define HAVE_RAW_DECL_STRTOULL 1 | |
| | #define HAVE_RAW_DECL_UNLOCKPT 1 | |
| | #define HAVE_RAW_DECL_UNSETENV 1 | |
| | #define GNULIB_STRERROR 1 | |
| | #define GNULIB_TEST_STRERROR 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/types.h> | |
| | #include <sys/stat.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((nlink_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:21303: result: yes | |
| configure:21318: checking whether fchmodat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether fstatat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether futimens is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether lchmod is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether lstat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether mkdirat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether mkfifo is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether mkfifoat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether mknod is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether mknodat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether stat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21318: checking whether utimensat is declared without a macro | |
| configure:21336: gcc -c -g -O2 conftest.c >&5 | |
| configure:21336: $? = 0 | |
| configure:21344: result: yes | |
| configure:21434: checking whether chown is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether dup2 is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether dup3 is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether environ is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether euidaccess is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether faccessat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether fchdir is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether fchownat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether fsync is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether ftruncate is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getcwd is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getdomainname is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getdtablesize is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getgroups is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether gethostname is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getlogin is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getlogin_r is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getpagesize is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether getusershell is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether setusershell is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether endusershell is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether group_member is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether lchown is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether link is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether linkat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether lseek is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether pipe is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether pipe2 is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether pread is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether pwrite is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether readlink is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether readlinkat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether rmdir is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether sleep is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether symlink is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether symlinkat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether ttyname_r is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether unlink is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether unlinkat is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21434: checking whether usleep is declared without a macro | |
| configure:21461: gcc -c -g -O2 conftest.c >&5 | |
| configure:21461: $? = 0 | |
| configure:21469: result: yes | |
| configure:21873: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by config.status, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on guilherme-pc | |
| config.status:1906: creating Makefile | |
| config.status:1906: creating lib/Makefile | |
| config.status:1906: creating srclib/Makefile | |
| config.status:1906: creating src/Makefile | |
| config.status:1906: creating po/Makefile.in | |
| config.status:1906: creating man/Makefile | |
| config.status:1906: creating tests/Makefile | |
| config.status:1906: creating include/iconv.h | |
| config.status:1906: creating include/iconv.h.inst | |
| config.status:1906: creating config.h | |
| config.status:1906: creating lib/config.h | |
| config.status:2135: executing depfiles commands | |
| config.status:2135: executing libtool commands | |
| config.status:2135: executing po-directories commands | |
| configure:24533: === configuring in libcharset (/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset) | |
| configure:24596: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--disable-nls' --cache-file=/dev/null --srcdir=. | |
| configure:24533: === configuring in preload (/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/preload) | |
| configure:24596: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--disable-nls' --cache-file=/dev/null --srcdir=. | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-unknown-linux-gnu | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_c_inline=inline | |
| ac_cv_c_restrict=__restrict | |
| ac_cv_decl_EILSEQ=yes | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set= | |
| ac_cv_env_CPPFLAGS_value= | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_func_alloca_works=yes | |
| ac_cv_func_canonicalize_file_name=yes | |
| ac_cv_func_getc_unlocked=yes | |
| ac_cv_func_getcwd=yes | |
| ac_cv_func_lstat=yes | |
| ac_cv_func_malloc_0_nonnull=yes | |
| ac_cv_func_mbrtowc=yes | |
| ac_cv_func_mbsinit=yes | |
| ac_cv_func_memmove=yes | |
| ac_cv_func_readlink=yes | |
| ac_cv_func_readlinkat=yes | |
| ac_cv_func_realpath=yes | |
| ac_cv_func_setenv=yes | |
| ac_cv_func_setlocale=yes | |
| ac_cv_func_sigprocmask=yes | |
| ac_cv_func_strerror_r=yes | |
| ac_cv_func_strerror_r_char_p=yes | |
| ac_cv_func_tsearch=yes | |
| ac_cv_func_wcrtomb=yes | |
| ac_cv_have_decl__Exit=yes | |
| ac_cv_have_decl_atoll=yes | |
| ac_cv_have_decl_canonicalize_file_name=yes | |
| ac_cv_have_decl_chown=yes | |
| ac_cv_have_decl_clearerr_unlocked=yes | |
| ac_cv_have_decl_dprintf=yes | |
| ac_cv_have_decl_dup2=yes | |
| ac_cv_have_decl_dup3=yes | |
| ac_cv_have_decl_endusershell=yes | |
| ac_cv_have_decl_environ=yes | |
| ac_cv_have_decl_euidaccess=yes | |
| ac_cv_have_decl_faccessat=yes | |
| ac_cv_have_decl_fchdir=yes | |
| ac_cv_have_decl_fchmodat=yes | |
| ac_cv_have_decl_fchownat=yes | |
| ac_cv_have_decl_fcntl=yes | |
| ac_cv_have_decl_feof_unlocked=yes | |
| ac_cv_have_decl_ferror_unlocked=yes | |
| ac_cv_have_decl_fflush_unlocked=yes | |
| ac_cv_have_decl_ffsl=yes | |
| ac_cv_have_decl_ffsll=yes | |
| ac_cv_have_decl_fgets_unlocked=yes | |
| ac_cv_have_decl_fputc_unlocked=yes | |
| ac_cv_have_decl_fputs_unlocked=yes | |
| ac_cv_have_decl_fread_unlocked=yes | |
| ac_cv_have_decl_fseeko=yes | |
| ac_cv_have_decl_fstatat=yes | |
| ac_cv_have_decl_fsync=yes | |
| ac_cv_have_decl_ftello=yes | |
| ac_cv_have_decl_ftruncate=yes | |
| ac_cv_have_decl_futimens=yes | |
| ac_cv_have_decl_fwrite_unlocked=yes | |
| ac_cv_have_decl_getc_unlocked=yes | |
| ac_cv_have_decl_getchar_unlocked=yes | |
| ac_cv_have_decl_getcwd=yes | |
| ac_cv_have_decl_getdelim=yes | |
| ac_cv_have_decl_getdomainname=yes | |
| ac_cv_have_decl_getdtablesize=yes | |
| ac_cv_have_decl_getgroups=yes | |
| ac_cv_have_decl_gethostname=yes | |
| ac_cv_have_decl_getline=yes | |
| ac_cv_have_decl_getloadavg=yes | |
| ac_cv_have_decl_getlogin=yes | |
| ac_cv_have_decl_getlogin_r=yes | |
| ac_cv_have_decl_getpagesize=yes | |
| ac_cv_have_decl_getsubopt=yes | |
| ac_cv_have_decl_getusershell=yes | |
| ac_cv_have_decl_grantpt=yes | |
| ac_cv_have_decl_group_member=yes | |
| ac_cv_have_decl_lchmod=yes | |
| ac_cv_have_decl_lchown=yes | |
| ac_cv_have_decl_link=yes | |
| ac_cv_have_decl_linkat=yes | |
| ac_cv_have_decl_lseek=yes | |
| ac_cv_have_decl_lstat=yes | |
| ac_cv_have_decl_memmem=yes | |
| ac_cv_have_decl_mempcpy=yes | |
| ac_cv_have_decl_memrchr=yes | |
| ac_cv_have_decl_mkdirat=yes | |
| ac_cv_have_decl_mkdtemp=yes | |
| ac_cv_have_decl_mkfifo=yes | |
| ac_cv_have_decl_mkfifoat=yes | |
| ac_cv_have_decl_mknod=yes | |
| ac_cv_have_decl_mknodat=yes | |
| ac_cv_have_decl_mkostemp=yes | |
| ac_cv_have_decl_mkostemps=yes | |
| ac_cv_have_decl_mkstemp=yes | |
| ac_cv_have_decl_mkstemps=yes | |
| ac_cv_have_decl_openat=yes | |
| ac_cv_have_decl_pipe2=yes | |
| ac_cv_have_decl_pipe=yes | |
| ac_cv_have_decl_popen=yes | |
| ac_cv_have_decl_pread=yes | |
| ac_cv_have_decl_program_invocation_name=yes | |
| ac_cv_have_decl_program_invocation_short_name=yes | |
| ac_cv_have_decl_pthread_sigmask=yes | |
| ac_cv_have_decl_ptsname=yes | |
| ac_cv_have_decl_putc_unlocked=yes | |
| ac_cv_have_decl_putchar_unlocked=yes | |
| ac_cv_have_decl_pwrite=yes | |
| ac_cv_have_decl_random_r=yes | |
| ac_cv_have_decl_rawmemchr=yes | |
| ac_cv_have_decl_readlink=yes | |
| ac_cv_have_decl_readlinkat=yes | |
| ac_cv_have_decl_realpath=yes | |
| ac_cv_have_decl_renameat=yes | |
| ac_cv_have_decl_rmdir=yes | |
| ac_cv_have_decl_rpmatch=yes | |
| ac_cv_have_decl_setenv=yes | |
| ac_cv_have_decl_setstate_r=yes | |
| ac_cv_have_decl_setusershell=yes | |
| ac_cv_have_decl_sigaction=yes | |
| ac_cv_have_decl_sigaddset=yes | |
| ac_cv_have_decl_sigdelset=yes | |
| ac_cv_have_decl_sigemptyset=yes | |
| ac_cv_have_decl_sigfillset=yes | |
| ac_cv_have_decl_sigismember=yes | |
| ac_cv_have_decl_sigpending=yes | |
| ac_cv_have_decl_sigprocmask=yes | |
| ac_cv_have_decl_sleep=yes | |
| ac_cv_have_decl_snprintf=yes | |
| ac_cv_have_decl_srandom_r=yes | |
| ac_cv_have_decl_stat=yes | |
| ac_cv_have_decl_stpcpy=yes | |
| ac_cv_have_decl_stpncpy=yes | |
| ac_cv_have_decl_strcasestr=yes | |
| ac_cv_have_decl_strchrnul=yes | |
| ac_cv_have_decl_strdup=yes | |
| ac_cv_have_decl_strerror_r=yes | |
| ac_cv_have_decl_strncat=yes | |
| ac_cv_have_decl_strndup=yes | |
| ac_cv_have_decl_strnlen=yes | |
| ac_cv_have_decl_strpbrk=yes | |
| ac_cv_have_decl_strsep=yes | |
| ac_cv_have_decl_strsignal=yes | |
| ac_cv_have_decl_strtod=yes | |
| ac_cv_have_decl_strtok_r=yes | |
| ac_cv_have_decl_strtoll=yes | |
| ac_cv_have_decl_strtoull=yes | |
| ac_cv_have_decl_strverscmp=yes | |
| ac_cv_have_decl_symlink=yes | |
| ac_cv_have_decl_symlinkat=yes | |
| ac_cv_have_decl_tmpfile=yes | |
| ac_cv_have_decl_ttyname_r=yes | |
| ac_cv_have_decl_unlink=yes | |
| ac_cv_have_decl_unlinkat=yes | |
| ac_cv_have_decl_unlockpt=yes | |
| ac_cv_have_decl_unsetenv=yes | |
| ac_cv_have_decl_usleep=yes | |
| ac_cv_have_decl_utimensat=yes | |
| ac_cv_have_decl_vdprintf=yes | |
| ac_cv_have_decl_vsnprintf=yes | |
| ac_cv_header_dlfcn_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_minix_config_h=no | |
| ac_cv_header_search_h=yes | |
| ac_cv_header_stat_broken=no | |
| ac_cv_header_stdbool_h=yes | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_param_h=yes | |
| ac_cv_header_sys_socket_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_time_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_header_wchar_h=yes | |
| ac_cv_host=x86_64-unknown-linux-gnu | |
| ac_cv_lib_error_at_line=yes | |
| ac_cv_objext=o | |
| ac_cv_path_EGREP='/bin/grep -E' | |
| ac_cv_path_FGREP='/bin/grep -F' | |
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt | |
| ac_cv_path_GREP=/bin/grep | |
| ac_cv_path_MSGFMT=/usr/bin/msgfmt | |
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge | |
| ac_cv_path_SED=/bin/sed | |
| ac_cv_path_STRIP=/usr/bin/strip | |
| ac_cv_path_XGETTEXT=/usr/bin/xgettext | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_path_mkdir=/bin/mkdir | |
| ac_cv_prog_AWK=mawk | |
| ac_cv_prog_CPP='gcc -E' | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt | |
| ac_cv_prog_ac_ct_OBJDUMP=objdump | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_ac_ct_STRIP=/usr/bin/strip | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_cc_gcc_c_o=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_safe_to_define___extensions__=yes | |
| ac_cv_type__Bool=yes | |
| ac_cv_type_long_long_int=yes | |
| ac_cv_type_mbstate_t=yes | |
| ac_cv_type_nlink_t=yes | |
| ac_cv_type_sighandler_t=yes | |
| ac_cv_type_sigset_t=yes | |
| ac_cv_type_size_t=yes | |
| ac_cv_type_uid_t=yes | |
| ac_cv_type_unsigned_long_long_int=yes | |
| ac_cv_type_volatile_sig_atomic_t=yes | |
| ac_cv_working_alloca_h=yes | |
| acl_cv_hardcode_direct=no | |
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
| acl_cv_hardcode_libdir_separator= | |
| acl_cv_hardcode_minus_L=no | |
| acl_cv_libext=a | |
| acl_cv_libname_spec='lib$name' | |
| acl_cv_libpath=LD_LIBRARY_PATH | |
| acl_cv_library_names_spec='$libname$shrext' | |
| acl_cv_path_LD=/usr/bin/ld | |
| acl_cv_prog_gnu_ld=yes | |
| acl_cv_rpath=done | |
| acl_cv_shlibext=so | |
| acl_cv_shlibpath_var=LD_LIBRARY_PATH | |
| acl_cv_wl=-Wl, | |
| am_cv_CC_dependencies_compiler_type=none | |
| am_cv_func_iconv=yes | |
| am_cv_func_iconv_works=yes | |
| am_cv_langinfo_codeset=yes | |
| am_cv_lib_iconv=no | |
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
| am_cv_proto_iconv_arg1= | |
| cl_cv_prog_LN=ln | |
| cl_cv_prog_cp='cp -p' | |
| cl_cv_sys_endian='little endian' | |
| gl_cv_c_multiarch=no | |
| gl_cv_cc_vis_werror=yes | |
| gl_cv_cc_visibility=yes | |
| gl_cv_decl_null_works=yes | |
| gl_cv_decl_readlink_works=yes | |
| gl_cv_double_slash_root=no | |
| gl_cv_func_lstat_dereferences_slashed_symlink=yes | |
| gl_cv_func_malloc_0_nonnull=1 | |
| gl_cv_func_readlink_works=yes | |
| gl_cv_func_realpath_works=yes | |
| gl_cv_func_sigprocmask=1 | |
| gl_cv_func_stat_dir_slash=yes | |
| gl_cv_func_stat_file_slash=yes | |
| gl_cv_func_strerror_0_works=yes | |
| gl_cv_func_working_strerror=yes | |
| gl_cv_have_include_next=yes | |
| gl_cv_have_raw_decl__Exit=yes | |
| gl_cv_have_raw_decl_atoll=yes | |
| gl_cv_have_raw_decl_canonicalize_file_name=yes | |
| gl_cv_have_raw_decl_chown=yes | |
| gl_cv_have_raw_decl_dprintf=yes | |
| gl_cv_have_raw_decl_dup2=yes | |
| gl_cv_have_raw_decl_dup3=yes | |
| gl_cv_have_raw_decl_endusershell=yes | |
| gl_cv_have_raw_decl_environ=yes | |
| gl_cv_have_raw_decl_euidaccess=yes | |
| gl_cv_have_raw_decl_faccessat=yes | |
| gl_cv_have_raw_decl_fchdir=yes | |
| gl_cv_have_raw_decl_fchmodat=yes | |
| gl_cv_have_raw_decl_fchownat=yes | |
| gl_cv_have_raw_decl_fcntl=yes | |
| gl_cv_have_raw_decl_ffsl=yes | |
| gl_cv_have_raw_decl_ffsll=yes | |
| gl_cv_have_raw_decl_fpurge=no | |
| gl_cv_have_raw_decl_fseeko=yes | |
| gl_cv_have_raw_decl_fstatat=yes | |
| gl_cv_have_raw_decl_fsync=yes | |
| gl_cv_have_raw_decl_ftello=yes | |
| gl_cv_have_raw_decl_ftruncate=yes | |
| gl_cv_have_raw_decl_futimens=yes | |
| gl_cv_have_raw_decl_getcwd=yes | |
| gl_cv_have_raw_decl_getdelim=yes | |
| gl_cv_have_raw_decl_getdomainname=yes | |
| gl_cv_have_raw_decl_getdtablesize=yes | |
| gl_cv_have_raw_decl_getgroups=yes | |
| gl_cv_have_raw_decl_gethostname=yes | |
| gl_cv_have_raw_decl_getline=yes | |
| gl_cv_have_raw_decl_getloadavg=yes | |
| gl_cv_have_raw_decl_getlogin=yes | |
| gl_cv_have_raw_decl_getlogin_r=yes | |
| gl_cv_have_raw_decl_getpagesize=yes | |
| gl_cv_have_raw_decl_getsubopt=yes | |
| gl_cv_have_raw_decl_getusershell=yes | |
| gl_cv_have_raw_decl_grantpt=yes | |
| gl_cv_have_raw_decl_group_member=yes | |
| gl_cv_have_raw_decl_initstat_r=no | |
| gl_cv_have_raw_decl_lchmod=yes | |
| gl_cv_have_raw_decl_lchown=yes | |
| gl_cv_have_raw_decl_link=yes | |
| gl_cv_have_raw_decl_linkat=yes | |
| gl_cv_have_raw_decl_lseek=yes | |
| gl_cv_have_raw_decl_lstat=yes | |
| gl_cv_have_raw_decl_memmem=yes | |
| gl_cv_have_raw_decl_mempcpy=yes | |
| gl_cv_have_raw_decl_memrchr=yes | |
| gl_cv_have_raw_decl_mkdirat=yes | |
| gl_cv_have_raw_decl_mkdtemp=yes | |
| gl_cv_have_raw_decl_mkfifo=yes | |
| gl_cv_have_raw_decl_mkfifoat=yes | |
| gl_cv_have_raw_decl_mknod=yes | |
| gl_cv_have_raw_decl_mknodat=yes | |
| gl_cv_have_raw_decl_mkostemp=yes | |
| gl_cv_have_raw_decl_mkostemps=yes | |
| gl_cv_have_raw_decl_mkstemp=yes | |
| gl_cv_have_raw_decl_mkstemps=yes | |
| gl_cv_have_raw_decl_openat=yes | |
| gl_cv_have_raw_decl_pipe2=yes | |
| gl_cv_have_raw_decl_pipe=yes | |
| gl_cv_have_raw_decl_popen=yes | |
| gl_cv_have_raw_decl_pread=yes | |
| gl_cv_have_raw_decl_pthread_sigmask=yes | |
| gl_cv_have_raw_decl_ptsname=yes | |
| gl_cv_have_raw_decl_pwrite=yes | |
| gl_cv_have_raw_decl_random_r=yes | |
| gl_cv_have_raw_decl_rawmemchr=yes | |
| gl_cv_have_raw_decl_readlink=yes | |
| gl_cv_have_raw_decl_readlinkat=yes | |
| gl_cv_have_raw_decl_realpath=yes | |
| gl_cv_have_raw_decl_renameat=yes | |
| gl_cv_have_raw_decl_rmdir=yes | |
| gl_cv_have_raw_decl_rpmatch=yes | |
| gl_cv_have_raw_decl_setenv=yes | |
| gl_cv_have_raw_decl_setstate_r=yes | |
| gl_cv_have_raw_decl_setusershell=yes | |
| gl_cv_have_raw_decl_sigaction=yes | |
| gl_cv_have_raw_decl_sigaddset=yes | |
| gl_cv_have_raw_decl_sigdelset=yes | |
| gl_cv_have_raw_decl_sigemptyset=yes | |
| gl_cv_have_raw_decl_sigfillset=yes | |
| gl_cv_have_raw_decl_sigismember=yes | |
| gl_cv_have_raw_decl_sigpending=yes | |
| gl_cv_have_raw_decl_sigprocmask=yes | |
| gl_cv_have_raw_decl_sleep=yes | |
| gl_cv_have_raw_decl_snprintf=yes | |
| gl_cv_have_raw_decl_srandom_r=yes | |
| gl_cv_have_raw_decl_stat=yes | |
| gl_cv_have_raw_decl_stpcpy=yes | |
| gl_cv_have_raw_decl_stpncpy=yes | |
| gl_cv_have_raw_decl_strcasestr=yes | |
| gl_cv_have_raw_decl_strchrnul=yes | |
| gl_cv_have_raw_decl_strdup=yes | |
| gl_cv_have_raw_decl_strerror_r=yes | |
| gl_cv_have_raw_decl_strncat=yes | |
| gl_cv_have_raw_decl_strndup=yes | |
| gl_cv_have_raw_decl_strnlen=yes | |
| gl_cv_have_raw_decl_strpbrk=yes | |
| gl_cv_have_raw_decl_strsep=yes | |
| gl_cv_have_raw_decl_strsignal=yes | |
| gl_cv_have_raw_decl_strtod=yes | |
| gl_cv_have_raw_decl_strtok_r=yes | |
| gl_cv_have_raw_decl_strtoll=yes | |
| gl_cv_have_raw_decl_strtoull=yes | |
| gl_cv_have_raw_decl_strverscmp=yes | |
| gl_cv_have_raw_decl_symlink=yes | |
| gl_cv_have_raw_decl_symlinkat=yes | |
| gl_cv_have_raw_decl_tmpfile=yes | |
| gl_cv_have_raw_decl_ttyname_r=yes | |
| gl_cv_have_raw_decl_unlink=yes | |
| gl_cv_have_raw_decl_unlinkat=yes | |
| gl_cv_have_raw_decl_unlockpt=yes | |
| gl_cv_have_raw_decl_unsetenv=yes | |
| gl_cv_have_raw_decl_usleep=yes | |
| gl_cv_have_raw_decl_utimensat=yes | |
| gl_cv_have_raw_decl_vdprintf=yes | |
| gl_cv_have_raw_decl_vsnprintf=yes | |
| gl_cv_header_errno_h_complete=yes | |
| gl_cv_header_signal_h_SIGPIPE=yes | |
| gl_cv_header_wchar_h_standalone=yes | |
| gl_cv_header_working_fcntl_h=yes | |
| gl_cv_header_working_stdint_h=yes | |
| gl_cv_next_fcntl_h='<fcntl.h>' | |
| gl_cv_next_signal_h='<signal.h>' | |
| gl_cv_next_stdint_h='<stdint.h>' | |
| gl_cv_next_stdio_h='<stdio.h>' | |
| gl_cv_next_stdlib_h='<stdlib.h>' | |
| gl_cv_next_string_h='<string.h>' | |
| gl_cv_next_sys_stat_h='<sys/stat.h>' | |
| gl_cv_next_time_h='<time.h>' | |
| gl_cv_next_unistd_h='<unistd.h>' | |
| gl_cv_pragma_columns=no | |
| gl_cv_prog_as_underscore=no | |
| gl_cv_sys_struct_timespec_in_time_h=yes | |
| gl_cv_type_sigset_t=yes | |
| gt_cv_c_wchar_t=yes | |
| gt_cv_func_CFLocaleCopyCurrent=no | |
| gt_cv_func_CFPreferencesCopyAppValue=no | |
| gt_cv_ssize_t=yes | |
| gt_cv_var_environ_declaration=yes | |
| lt_cv_ar_at_file=@ | |
| lt_cv_deplibs_check_method=pass_all | |
| lt_cv_file_magic_cmd='$MAGIC_CMD' | |
| lt_cv_file_magic_test_file= | |
| lt_cv_ld_reload_flag=-r | |
| lt_cv_nm_interface='BSD nm' | |
| lt_cv_objdir=.libs | |
| lt_cv_path_LD=/usr/bin/ld | |
| lt_cv_path_NM='/usr/bin/nm -B' | |
| lt_cv_path_mainfest_tool=no | |
| lt_cv_prog_compiler_c_o=yes | |
| lt_cv_prog_compiler_c_o_RC=yes | |
| lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
| lt_cv_prog_compiler_pic_works=yes | |
| lt_cv_prog_compiler_rtti_exceptions=no | |
| lt_cv_prog_compiler_static_works=yes | |
| lt_cv_prog_gnu_ld=yes | |
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
| lt_cv_shlibpath_overrides_runpath=no | |
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
| lt_cv_sys_max_cmd_len=3458764513820540925 | |
| lt_cv_to_host_file_cmd=func_convert_file_noop | |
| lt_cv_to_tool_file_cmd=func_convert_file_noop | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ACLOCAL='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run aclocal-1.11' | |
| ALLOCA='' | |
| ALLOCA_H='alloca.h' | |
| AMDEPBACKSLASH='\' | |
| AMDEP_FALSE='#' | |
| AMDEP_TRUE='' | |
| AMTAR='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run tar' | |
| APPLE_UNIVERSAL_BUILD='0' | |
| AR='ar' | |
| ARFLAGS='cru' | |
| AS='as' | |
| ASM_SYMBOL_PREFIX='""' | |
| AUTOCONF='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run autoconf' | |
| AUTOHEADER='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run autoheader' | |
| AUTOMAKE='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run automake-1.11' | |
| AWK='mawk' | |
| BITSIZEOF_PTRDIFF_T='' | |
| BITSIZEOF_SIG_ATOMIC_T='' | |
| BITSIZEOF_SIZE_T='' | |
| BITSIZEOF_WCHAR_T='' | |
| BITSIZEOF_WINT_T='' | |
| BROKEN_WCHAR_H='0' | |
| CC='gcc' | |
| CCDEPMODE='depmode=none' | |
| CFLAGS='-g -O2' | |
| CFLAG_VISIBILITY='-fvisibility=hidden' | |
| CP='cp -p' | |
| CPP='gcc -E' | |
| CPPFLAGS='' | |
| CYGPATH_W='echo' | |
| DEFS='-DHAVE_CONFIG_H' | |
| DEPDIR='.deps' | |
| DLLTOOL='false' | |
| DLL_VARIABLE='' | |
| DSYMUTIL='' | |
| DUMPBIN='' | |
| ECHO_C='' | |
| ECHO_N='-n' | |
| ECHO_T='' | |
| EGREP='/bin/grep -E' | |
| EILSEQ='' | |
| EMULTIHOP_HIDDEN='' | |
| EMULTIHOP_VALUE='' | |
| ENOLINK_HIDDEN='' | |
| ENOLINK_VALUE='' | |
| EOVERFLOW_HIDDEN='' | |
| EOVERFLOW_VALUE='' | |
| ERRNO_H='' | |
| EXEEXT='' | |
| FGREP='/bin/grep -F' | |
| GETTEXT_MACRO_VERSION='0.18' | |
| GL_COND_LIBTOOL_FALSE='' | |
| GL_COND_LIBTOOL_TRUE='#' | |
| GL_GENERATE_ALLOCA_H_FALSE='#' | |
| GL_GENERATE_ALLOCA_H_TRUE='' | |
| GL_GENERATE_ERRNO_H_FALSE='' | |
| GL_GENERATE_ERRNO_H_TRUE='#' | |
| GL_GENERATE_STDBOOL_H_FALSE='' | |
| GL_GENERATE_STDBOOL_H_TRUE='#' | |
| GL_GENERATE_STDDEF_H_FALSE='' | |
| GL_GENERATE_STDDEF_H_TRUE='#' | |
| GL_GENERATE_STDINT_H_FALSE='' | |
| GL_GENERATE_STDINT_H_TRUE='#' | |
| GMSGFMT='/usr/bin/msgfmt' | |
| GMSGFMT_015='/usr/bin/msgfmt' | |
| GNULIB_ATOLL='0' | |
| GNULIB_CALLOC_POSIX='0' | |
| GNULIB_CANONICALIZE_FILE_NAME='1' | |
| GNULIB_CHOWN='0' | |
| GNULIB_CLOSE='0' | |
| GNULIB_DPRINTF='0' | |
| GNULIB_DUP2='0' | |
| GNULIB_DUP3='0' | |
| GNULIB_ENVIRON='1' | |
| GNULIB_EUIDACCESS='0' | |
| GNULIB_FACCESSAT='0' | |
| GNULIB_FCHDIR='0' | |
| GNULIB_FCHMODAT='0' | |
| GNULIB_FCHOWNAT='0' | |
| GNULIB_FCLOSE='0' | |
| GNULIB_FCNTL='0' | |
| GNULIB_FFLUSH='0' | |
| GNULIB_FFSL='0' | |
| GNULIB_FFSLL='0' | |
| GNULIB_FGETC='1' | |
| GNULIB_FGETS='1' | |
| GNULIB_FOPEN='0' | |
| GNULIB_FPRINTF='1' | |
| GNULIB_FPRINTF_POSIX='0' | |
| GNULIB_FPURGE='0' | |
| GNULIB_FPUTC='1' | |
| GNULIB_FPUTS='1' | |
| GNULIB_FREAD='1' | |
| GNULIB_FREOPEN='0' | |
| GNULIB_FSCANF='1' | |
| GNULIB_FSEEK='0' | |
| GNULIB_FSEEKO='0' | |
| GNULIB_FSTATAT='0' | |
| GNULIB_FSYNC='0' | |
| GNULIB_FTELL='0' | |
| GNULIB_FTELLO='0' | |
| GNULIB_FTRUNCATE='0' | |
| GNULIB_FUTIMENS='0' | |
| GNULIB_FWRITE='1' | |
| GNULIB_GETC='1' | |
| GNULIB_GETCHAR='1' | |
| GNULIB_GETCWD='0' | |
| GNULIB_GETDELIM='0' | |
| GNULIB_GETDOMAINNAME='0' | |
| GNULIB_GETDTABLESIZE='0' | |
| GNULIB_GETGROUPS='0' | |
| GNULIB_GETHOSTNAME='0' | |
| GNULIB_GETLINE='0' | |
| GNULIB_GETLOADAVG='0' | |
| GNULIB_GETLOGIN='0' | |
| GNULIB_GETLOGIN_R='0' | |
| GNULIB_GETPAGESIZE='0' | |
| GNULIB_GETS='1' | |
| GNULIB_GETSUBOPT='0' | |
| GNULIB_GETUSERSHELL='0' | |
| GNULIB_GRANTPT='0' | |
| GNULIB_GROUP_MEMBER='0' | |
| GNULIB_LCHMOD='0' | |
| GNULIB_LCHOWN='0' | |
| GNULIB_LINK='0' | |
| GNULIB_LINKAT='0' | |
| GNULIB_LSEEK='0' | |
| GNULIB_LSTAT='1' | |
| GNULIB_MALLOC_POSIX='0' | |
| GNULIB_MBSCASECMP='0' | |
| GNULIB_MBSCASESTR='0' | |
| GNULIB_MBSCHR='0' | |
| GNULIB_MBSCSPN='0' | |
| GNULIB_MBSLEN='0' | |
| GNULIB_MBSNCASECMP='0' | |
| GNULIB_MBSNLEN='0' | |
| GNULIB_MBSPBRK='0' | |
| GNULIB_MBSPCASECMP='0' | |
| GNULIB_MBSRCHR='0' | |
| GNULIB_MBSSEP='0' | |
| GNULIB_MBSSPN='0' | |
| GNULIB_MBSSTR='0' | |
| GNULIB_MBSTOK_R='0' | |
| GNULIB_MBTOWC='0' | |
| GNULIB_MEMCHR='0' | |
| GNULIB_MEMMEM='0' | |
| GNULIB_MEMPCPY='0' | |
| GNULIB_MEMRCHR='0' | |
| GNULIB_MKDIRAT='0' | |
| GNULIB_MKDTEMP='0' | |
| GNULIB_MKFIFO='0' | |
| GNULIB_MKFIFOAT='0' | |
| GNULIB_MKNOD='0' | |
| GNULIB_MKNODAT='0' | |
| GNULIB_MKOSTEMP='0' | |
| GNULIB_MKOSTEMPS='0' | |
| GNULIB_MKSTEMP='0' | |
| GNULIB_MKSTEMPS='0' | |
| GNULIB_MKTIME='0' | |
| GNULIB_NANOSLEEP='0' | |
| GNULIB_NONBLOCKING='0' | |
| GNULIB_OBSTACK_PRINTF='0' | |
| GNULIB_OBSTACK_PRINTF_POSIX='0' | |
| GNULIB_OPEN='0' | |
| GNULIB_OPENAT='0' | |
| GNULIB_PERROR='0' | |
| GNULIB_PIPE2='0' | |
| GNULIB_PIPE='0' | |
| GNULIB_POPEN='0' | |
| GNULIB_PREAD='0' | |
| GNULIB_PRINTF='1' | |
| GNULIB_PRINTF_POSIX='0' | |
| GNULIB_PTHREAD_SIGMASK='0' | |
| GNULIB_PTSNAME='0' | |
| GNULIB_PUTC='1' | |
| GNULIB_PUTCHAR='1' | |
| GNULIB_PUTENV='0' | |
| GNULIB_PUTS='1' | |
| GNULIB_PWRITE='0' | |
| GNULIB_RANDOM_R='0' | |
| GNULIB_RAWMEMCHR='0' | |
| GNULIB_READ='1' | |
| GNULIB_READLINK='1' | |
| GNULIB_READLINKAT='0' | |
| GNULIB_REALLOC_POSIX='0' | |
| GNULIB_REALPATH='1' | |
| GNULIB_REMOVE='0' | |
| GNULIB_RENAME='0' | |
| GNULIB_RENAMEAT='0' | |
| GNULIB_RMDIR='0' | |
| GNULIB_RPMATCH='0' | |
| GNULIB_SCANF='1' | |
| GNULIB_SETENV='0' | |
| GNULIB_SIGACTION='0' | |
| GNULIB_SIGNAL_H_SIGPIPE='1' | |
| GNULIB_SIGPROCMASK='1' | |
| GNULIB_SLEEP='0' | |
| GNULIB_SNPRINTF='0' | |
| GNULIB_SPRINTF_POSIX='0' | |
| GNULIB_STAT='1' | |
| GNULIB_STDIO_H_NONBLOCKING='0' | |
| GNULIB_STDIO_H_SIGPIPE='1' | |
| GNULIB_STPCPY='0' | |
| GNULIB_STPNCPY='0' | |
| GNULIB_STRCASESTR='0' | |
| GNULIB_STRCHRNUL='0' | |
| GNULIB_STRDUP='0' | |
| GNULIB_STRERROR='1' | |
| GNULIB_STRERROR_R='0' | |
| GNULIB_STRNCAT='0' | |
| GNULIB_STRNDUP='0' | |
| GNULIB_STRNLEN='0' | |
| GNULIB_STRPBRK='0' | |
| GNULIB_STRPTIME='0' | |
| GNULIB_STRSEP='0' | |
| GNULIB_STRSIGNAL='0' | |
| GNULIB_STRSTR='0' | |
| GNULIB_STRTOD='0' | |
| GNULIB_STRTOK_R='0' | |
| GNULIB_STRTOLL='0' | |
| GNULIB_STRTOULL='0' | |
| GNULIB_STRVERSCMP='0' | |
| GNULIB_SYMLINK='0' | |
| GNULIB_SYMLINKAT='0' | |
| GNULIB_SYSTEM_POSIX='0' | |
| GNULIB_TIMEGM='0' | |
| GNULIB_TIME_R='0' | |
| GNULIB_TMPFILE='0' | |
| GNULIB_TTYNAME_R='0' | |
| GNULIB_UNISTD_H_GETOPT='0' | |
| GNULIB_UNISTD_H_NONBLOCKING='0' | |
| GNULIB_UNISTD_H_SIGPIPE='1' | |
| GNULIB_UNLINK='0' | |
| GNULIB_UNLINKAT='0' | |
| GNULIB_UNLOCKPT='0' | |
| GNULIB_UNSETENV='0' | |
| GNULIB_USLEEP='0' | |
| GNULIB_UTIMENSAT='0' | |
| GNULIB_VASPRINTF='0' | |
| GNULIB_VDPRINTF='0' | |
| GNULIB_VFPRINTF='1' | |
| GNULIB_VFPRINTF_POSIX='0' | |
| GNULIB_VFSCANF='0' | |
| GNULIB_VPRINTF='1' | |
| GNULIB_VPRINTF_POSIX='0' | |
| GNULIB_VSCANF='0' | |
| GNULIB_VSNPRINTF='0' | |
| GNULIB_VSPRINTF_POSIX='0' | |
| GNULIB_WCTOMB='0' | |
| GNULIB_WRITE='0' | |
| GNULIB__EXIT='0' | |
| GREP='/bin/grep' | |
| HAVE_ATOLL='1' | |
| HAVE_CANONICALIZE_FILE_NAME='1' | |
| HAVE_CHOWN='1' | |
| HAVE_DECL_ENVIRON='1' | |
| HAVE_DECL_FCHDIR='1' | |
| HAVE_DECL_FPURGE='1' | |
| HAVE_DECL_FSEEKO='1' | |
| HAVE_DECL_FTELLO='1' | |
| HAVE_DECL_GETDELIM='1' | |
| HAVE_DECL_GETDOMAINNAME='1' | |
| HAVE_DECL_GETLINE='1' | |
| HAVE_DECL_GETLOADAVG='1' | |
| HAVE_DECL_GETLOGIN_R='1' | |
| HAVE_DECL_GETPAGESIZE='1' | |
| HAVE_DECL_GETUSERSHELL='1' | |
| HAVE_DECL_LOCALTIME_R='1' | |
| HAVE_DECL_MEMMEM='1' | |
| HAVE_DECL_MEMRCHR='1' | |
| HAVE_DECL_OBSTACK_PRINTF='1' | |
| HAVE_DECL_SETENV='1' | |
| HAVE_DECL_SNPRINTF='1' | |
| HAVE_DECL_STRDUP='1' | |
| HAVE_DECL_STRERROR_R='1' | |
| HAVE_DECL_STRNDUP='1' | |
| HAVE_DECL_STRNLEN='1' | |
| HAVE_DECL_STRSIGNAL='1' | |
| HAVE_DECL_STRTOK_R='1' | |
| HAVE_DECL_TTYNAME_R='1' | |
| HAVE_DECL_UNSETENV='1' | |
| HAVE_DECL_VSNPRINTF='1' | |
| HAVE_DPRINTF='1' | |
| HAVE_DUP2='1' | |
| HAVE_DUP3='1' | |
| HAVE_EUIDACCESS='1' | |
| HAVE_FACCESSAT='1' | |
| HAVE_FCHDIR='1' | |
| HAVE_FCHMODAT='1' | |
| HAVE_FCHOWNAT='1' | |
| HAVE_FCNTL='1' | |
| HAVE_FFSL='1' | |
| HAVE_FFSLL='1' | |
| HAVE_FSEEKO='1' | |
| HAVE_FSTATAT='1' | |
| HAVE_FSYNC='1' | |
| HAVE_FTELLO='1' | |
| HAVE_FTRUNCATE='1' | |
| HAVE_FUTIMENS='1' | |
| HAVE_GETDTABLESIZE='1' | |
| HAVE_GETGROUPS='1' | |
| HAVE_GETHOSTNAME='1' | |
| HAVE_GETLOGIN='1' | |
| HAVE_GETPAGESIZE='1' | |
| HAVE_GETSUBOPT='1' | |
| HAVE_GRANTPT='1' | |
| HAVE_GROUP_MEMBER='1' | |
| HAVE_INTTYPES_H='1' | |
| HAVE_LCHMOD='1' | |
| HAVE_LCHOWN='1' | |
| HAVE_LINK='1' | |
| HAVE_LINKAT='1' | |
| HAVE_LONG_LONG_INT='1' | |
| HAVE_LSTAT='1' | |
| HAVE_MBSLEN='0' | |
| HAVE_MEMCHR='1' | |
| HAVE_MEMPCPY='1' | |
| HAVE_MKDIRAT='1' | |
| HAVE_MKDTEMP='1' | |
| HAVE_MKFIFO='1' | |
| HAVE_MKFIFOAT='1' | |
| HAVE_MKNOD='1' | |
| HAVE_MKNODAT='1' | |
| HAVE_MKOSTEMP='1' | |
| HAVE_MKOSTEMPS='1' | |
| HAVE_MKSTEMP='1' | |
| HAVE_MKSTEMPS='1' | |
| HAVE_NANOSLEEP='1' | |
| HAVE_OPENAT='1' | |
| HAVE_OS_H='0' | |
| HAVE_PIPE2='1' | |
| HAVE_PIPE='1' | |
| HAVE_POSIX_SIGNALBLOCKING='1' | |
| HAVE_PREAD='1' | |
| HAVE_PTHREAD_SIGMASK='1' | |
| HAVE_PTSNAME='1' | |
| HAVE_PWRITE='1' | |
| HAVE_RANDOM_H='1' | |
| HAVE_RANDOM_R='1' | |
| HAVE_RAWMEMCHR='1' | |
| HAVE_READLINK='1' | |
| HAVE_READLINKAT='1' | |
| HAVE_REALPATH='1' | |
| HAVE_RENAMEAT='1' | |
| HAVE_RPMATCH='1' | |
| HAVE_SETENV='1' | |
| HAVE_SIGACTION='1' | |
| HAVE_SIGHANDLER_T='1' | |
| HAVE_SIGINFO_T='1' | |
| HAVE_SIGNED_SIG_ATOMIC_T='' | |
| HAVE_SIGNED_WCHAR_T='' | |
| HAVE_SIGNED_WINT_T='' | |
| HAVE_SIGSET_T='1' | |
| HAVE_SLEEP='1' | |
| HAVE_STDINT_H='1' | |
| HAVE_STPCPY='1' | |
| HAVE_STPNCPY='1' | |
| HAVE_STRCASESTR='1' | |
| HAVE_STRCHRNUL='1' | |
| HAVE_STRPBRK='1' | |
| HAVE_STRPTIME='1' | |
| HAVE_STRSEP='1' | |
| HAVE_STRTOD='1' | |
| HAVE_STRTOLL='1' | |
| HAVE_STRTOULL='1' | |
| HAVE_STRUCT_RANDOM_DATA='1' | |
| HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' | |
| HAVE_STRVERSCMP='1' | |
| HAVE_SYMLINK='1' | |
| HAVE_SYMLINKAT='1' | |
| HAVE_SYS_BITYPES_H='' | |
| HAVE_SYS_INTTYPES_H='' | |
| HAVE_SYS_LOADAVG_H='0' | |
| HAVE_SYS_PARAM_H='0' | |
| HAVE_SYS_TYPES_H='1' | |
| HAVE_TIMEGM='1' | |
| HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' | |
| HAVE_UNISTD_H='1' | |
| HAVE_UNLINKAT='1' | |
| HAVE_UNLOCKPT='1' | |
| HAVE_UNSIGNED_LONG_LONG_INT='1' | |
| HAVE_USLEEP='1' | |
| HAVE_UTIMENSAT='1' | |
| HAVE_VASPRINTF='1' | |
| HAVE_VDPRINTF='1' | |
| HAVE_VISIBILITY='1' | |
| HAVE_WCHAR_H='1' | |
| HAVE_WCHAR_T='1' | |
| HAVE_WINSOCK2_H='' | |
| HAVE__BOOL='1' | |
| HAVE__EXIT='1' | |
| ICONV_CONST='' | |
| INCLUDE_NEXT='include_next' | |
| INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_PROGRAM_ENV='' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
| INTLLIBS='' | |
| INTL_MACOSX_LIBS='' | |
| LD='/usr/bin/ld -m elf_x86_64' | |
| LDFLAGS='' | |
| LIBICONV='' | |
| LIBICRT_LIBDEPS='' | |
| LIBICRT_LTLIBDEPS='' | |
| LIBINTL='' | |
| LIBOBJS='' | |
| LIBS='' | |
| LIBTOOL='/bin/bash $(top_builddir)/libtool' | |
| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | |
| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | |
| LIBUNISTRING_UNITYPES_H='unitypes.h' | |
| LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | |
| LIPO='' | |
| LN='ln' | |
| LN_S='ln -s' | |
| LTLIBICONV='' | |
| LTLIBINTL='' | |
| LTLIBOBJS='' | |
| MAKEINFO='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/missing --run makeinfo' | |
| MANIFEST_TOOL=':' | |
| MKDIR_P='/bin/mkdir -p' | |
| MSGFMT='/usr/bin/msgfmt' | |
| MSGFMT_015='/usr/bin/msgfmt' | |
| MSGMERGE='/usr/bin/msgmerge' | |
| NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | |
| NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | |
| NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>' | |
| NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>' | |
| NEXT_ERRNO_H='' | |
| NEXT_FCNTL_H='<fcntl.h>' | |
| NEXT_SIGNAL_H='<signal.h>' | |
| NEXT_STDDEF_H='' | |
| NEXT_STDINT_H='<stdint.h>' | |
| NEXT_STDIO_H='<stdio.h>' | |
| NEXT_STDLIB_H='<stdlib.h>' | |
| NEXT_STRING_H='<string.h>' | |
| NEXT_SYS_STAT_H='<sys/stat.h>' | |
| NEXT_TIME_H='<time.h>' | |
| NEXT_UNISTD_H='<unistd.h>' | |
| NM='/usr/bin/nm -B' | |
| NMEDIT='' | |
| OBJDUMP='objdump' | |
| OBJEXT='o' | |
| OTOOL64='' | |
| OTOOL='' | |
| PACKAGE='libiconv' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='' | |
| PACKAGE_STRING='' | |
| PACKAGE_TARNAME='' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='' | |
| PATH_SEPARATOR=':' | |
| POSUB='' | |
| PRAGMA_COLUMNS='' | |
| PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | |
| PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' | |
| PTRDIFF_T_SUFFIX='' | |
| RANLIB='ranlib' | |
| RC='' | |
| RELOCATABLE='no' | |
| RELOCATABLE_BUILD_DIR='$(top_builddir)/srclib' | |
| RELOCATABLE_CONFIG_H_DIR='$(top_builddir)' | |
| RELOCATABLE_LDFLAGS='' | |
| RELOCATABLE_LIBRARY_PATH='' | |
| RELOCATABLE_SRC_DIR='$(top_srcdir)/srclib' | |
| RELOCATABLE_STRIP=':' | |
| RELOCATABLE_VIA_LD_FALSE='' | |
| RELOCATABLE_VIA_LD_TRUE='#' | |
| RELOCATABLE_VIA_WRAPPER_FALSE='' | |
| RELOCATABLE_VIA_WRAPPER_TRUE='#' | |
| REPLACE_CALLOC='0' | |
| REPLACE_CANONICALIZE_FILE_NAME='0' | |
| REPLACE_CHOWN='0' | |
| REPLACE_CLOSE='0' | |
| REPLACE_DPRINTF='0' | |
| REPLACE_DUP2='0' | |
| REPLACE_DUP='0' | |
| REPLACE_FCHOWNAT='0' | |
| REPLACE_FCLOSE='0' | |
| REPLACE_FCNTL='0' | |
| REPLACE_FFLUSH='0' | |
| REPLACE_FOPEN='0' | |
| REPLACE_FPRINTF='0' | |
| REPLACE_FPURGE='0' | |
| REPLACE_FREOPEN='0' | |
| REPLACE_FSEEK='0' | |
| REPLACE_FSEEKO='0' | |
| REPLACE_FSTAT='0' | |
| REPLACE_FSTATAT='0' | |
| REPLACE_FTELL='0' | |
| REPLACE_FTELLO='0' | |
| REPLACE_FUTIMENS='0' | |
| REPLACE_GETCWD='0' | |
| REPLACE_GETDELIM='0' | |
| REPLACE_GETDOMAINNAME='0' | |
| REPLACE_GETGROUPS='0' | |
| REPLACE_GETLINE='0' | |
| REPLACE_GETLOGIN_R='0' | |
| REPLACE_GETPAGESIZE='0' | |
| REPLACE_LCHOWN='0' | |
| REPLACE_LINK='0' | |
| REPLACE_LINKAT='0' | |
| REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' | |
| REPLACE_LSEEK='0' | |
| REPLACE_LSTAT='0' | |
| REPLACE_MALLOC='0' | |
| REPLACE_MBTOWC='0' | |
| REPLACE_MEMCHR='0' | |
| REPLACE_MEMMEM='0' | |
| REPLACE_MKDIR='0' | |
| REPLACE_MKFIFO='0' | |
| REPLACE_MKNOD='0' | |
| REPLACE_MKSTEMP='0' | |
| REPLACE_MKTIME='GNULIB_PORTCHECK' | |
| REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | |
| REPLACE_NULL='0' | |
| REPLACE_OBSTACK_PRINTF='0' | |
| REPLACE_OPEN='0' | |
| REPLACE_OPENAT='0' | |
| REPLACE_PERROR='0' | |
| REPLACE_POPEN='0' | |
| REPLACE_PREAD='0' | |
| REPLACE_PRINTF='0' | |
| REPLACE_PTHREAD_SIGMASK='0' | |
| REPLACE_PUTENV='0' | |
| REPLACE_PWRITE='0' | |
| REPLACE_READ='0' | |
| REPLACE_READLINK='0' | |
| REPLACE_REALLOC='0' | |
| REPLACE_REALPATH='0' | |
| REPLACE_REMOVE='0' | |
| REPLACE_RENAME='0' | |
| REPLACE_RENAMEAT='0' | |
| REPLACE_RMDIR='0' | |
| REPLACE_SETENV='0' | |
| REPLACE_SLEEP='0' | |
| REPLACE_SNPRINTF='0' | |
| REPLACE_SPRINTF='0' | |
| REPLACE_STAT='0' | |
| REPLACE_STDIO_READ_FUNCS='0' | |
| REPLACE_STDIO_WRITE_FUNCS='0' | |
| REPLACE_STPNCPY='0' | |
| REPLACE_STRCASESTR='0' | |
| REPLACE_STRCHRNUL='0' | |
| REPLACE_STRDUP='0' | |
| REPLACE_STRERROR='0' | |
| REPLACE_STRERROR_R='0' | |
| REPLACE_STRNCAT='0' | |
| REPLACE_STRNDUP='0' | |
| REPLACE_STRNLEN='0' | |
| REPLACE_STRSIGNAL='0' | |
| REPLACE_STRSTR='0' | |
| REPLACE_STRTOD='0' | |
| REPLACE_STRTOK_R='0' | |
| REPLACE_SYMLINK='0' | |
| REPLACE_TIMEGM='GNULIB_PORTCHECK' | |
| REPLACE_TMPFILE='0' | |
| REPLACE_TTYNAME_R='0' | |
| REPLACE_UNLINK='0' | |
| REPLACE_UNLINKAT='0' | |
| REPLACE_UNSETENV='0' | |
| REPLACE_USLEEP='0' | |
| REPLACE_UTIMENSAT='0' | |
| REPLACE_VASPRINTF='0' | |
| REPLACE_VDPRINTF='0' | |
| REPLACE_VFPRINTF='0' | |
| REPLACE_VPRINTF='0' | |
| REPLACE_VSNPRINTF='0' | |
| REPLACE_VSPRINTF='0' | |
| REPLACE_WCTOMB='0' | |
| REPLACE_WRITE='0' | |
| SED='/bin/sed' | |
| SET_MAKE='' | |
| SHELL='/bin/bash' | |
| SIG_ATOMIC_T_SUFFIX='' | |
| SIZE_T_SUFFIX='' | |
| SRCLIBOBJS='' | |
| STDBOOL_H='' | |
| STDDEF_H='' | |
| STDINT_H='' | |
| STRIP='/usr/bin/strip' | |
| SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | |
| TIME_H_DEFINES_STRUCT_TIMESPEC='1' | |
| UNDEFINE_STRTOK_R='0' | |
| UNISTD_H_HAVE_WINSOCK2_H='0' | |
| UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | |
| USE_EXTRA_ENCODINGS='no' | |
| USE_MBSTATE_T='1' | |
| USE_NLS='no' | |
| VERSION='1.14' | |
| WCHAR_T_SUFFIX='' | |
| WINDRES='' | |
| WINT_T_SUFFIX='' | |
| WOE32='no' | |
| WOE32DLL='no' | |
| XGETTEXT='/usr/bin/xgettext' | |
| XGETTEXT_015='/usr/bin/xgettext' | |
| XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format' | |
| ac_ct_AR='' | |
| ac_ct_CC='gcc' | |
| ac_ct_DUMPBIN='' | |
| am__EXEEXT_FALSE='' | |
| am__EXEEXT_TRUE='#' | |
| am__fastdepCC_FALSE='' | |
| am__fastdepCC_TRUE='#' | |
| am__include='include' | |
| am__isrc='' | |
| am__leading_dot='.' | |
| am__quote='' | |
| am__tar='${AMTAR} chof - "$$tardir"' | |
| am__untar='${AMTAR} xf -' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-unknown-linux-gnu' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='linux-gnu' | |
| build_vendor='unknown' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| gl_LIBOBJS='' | |
| gl_LTLIBOBJS='' | |
| gltests_LIBOBJS='' | |
| gltests_LTLIBOBJS='' | |
| gltests_WITNESS='IN_LIBICONV_GNULIB_TESTS' | |
| host='x86_64-unknown-linux-gnu' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='linux-gnu' | |
| host_vendor='unknown' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install_sh='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/build-aux/install-sh' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| mkdir_p='/bin/mkdir -p' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| subdirs=' libcharset preload' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "libiconv" | |
| #define VERSION "1.14" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define INSTALLPREFIX "/usr/local" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_WORKING_O_NOATIME 1 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define WORDS_LITTLEENDIAN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_CANONICALIZE_FILE_NAME 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_REALPATH 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_SETENV 1 | |
| #define FUNC_REALPATH_WORKS 1 | |
| #define HAVE_ENVIRON_DECL 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define STRERROR_R_CHAR_P 1 | |
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SIGSET_T 1 | |
| #define USER_LABEL_PREFIX | |
| #define HAVE__BOOL 1 | |
| #define restrict __restrict | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_MEMPCPY 1 | |
| #define HAVE_RAW_DECL_MEMRCHR 1 | |
| #define HAVE_RAW_DECL_RAWMEMCHR 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRCHRNUL 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_RAW_DECL_STRVERSCMP 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 1 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 1 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 1 | |
| #define HAVE_DECL_FREAD_UNLOCKED 1 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define GNULIB_CANONICALIZE_LGPL 1 | |
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | |
| #define GNULIB_TEST_REALPATH 1 | |
| #define GNULIB_TEST_ENVIRON 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define GNULIB_TEST_READLINK 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | |
| #define HAVE_RAW_DECL_SIGACTION 1 | |
| #define HAVE_RAW_DECL_SIGADDSET 1 | |
| #define HAVE_RAW_DECL_SIGDELSET 1 | |
| #define HAVE_RAW_DECL_SIGEMPTYSET 1 | |
| #define HAVE_RAW_DECL_SIGFILLSET 1 | |
| #define HAVE_RAW_DECL_SIGISMEMBER 1 | |
| #define HAVE_RAW_DECL_SIGPENDING 1 | |
| #define HAVE_RAW_DECL_SIGPROCMASK 1 | |
| #define GNULIB_SIGPIPE 1 | |
| #define GNULIB_TEST_SIGPROCMASK 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_MKDTEMP 1 | |
| #define HAVE_RAW_DECL_MKOSTEMP 1 | |
| #define HAVE_RAW_DECL_MKOSTEMPS 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_MKSTEMPS 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| #define HAVE_RAW_DECL_RANDOM_R 1 | |
| #define HAVE_RAW_DECL_SRANDOM_R 1 | |
| #define HAVE_RAW_DECL_SETSTATE_R 1 | |
| #define HAVE_RAW_DECL_REALPATH 1 | |
| #define HAVE_RAW_DECL_RPMATCH 1 | |
| #define HAVE_RAW_DECL_SETENV 1 | |
| #define HAVE_RAW_DECL_STRTOD 1 | |
| #define HAVE_RAW_DECL_STRTOLL 1 | |
| #define HAVE_RAW_DECL_STRTOULL 1 | |
| #define HAVE_RAW_DECL_UNLOCKPT 1 | |
| #define HAVE_RAW_DECL_UNSETENV 1 | |
| #define GNULIB_STRERROR 1 | |
| #define GNULIB_TEST_STRERROR 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_FUTIMENS 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKFIFOAT 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_MKNODAT 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_RAW_DECL_UTIMENSAT 1 | |
| #define HAVE_RAW_DECL_CHOWN 1 | |
| #define HAVE_RAW_DECL_DUP2 1 | |
| #define HAVE_RAW_DECL_DUP3 1 | |
| #define HAVE_RAW_DECL_ENVIRON 1 | |
| #define HAVE_RAW_DECL_EUIDACCESS 1 | |
| #define HAVE_RAW_DECL_FACCESSAT 1 | |
| #define HAVE_RAW_DECL_FCHDIR 1 | |
| #define HAVE_RAW_DECL_FCHOWNAT 1 | |
| #define HAVE_RAW_DECL_FSYNC 1 | |
| #define HAVE_RAW_DECL_FTRUNCATE 1 | |
| #define HAVE_RAW_DECL_GETCWD 1 | |
| #define HAVE_RAW_DECL_GETDOMAINNAME 1 | |
| #define HAVE_RAW_DECL_GETDTABLESIZE 1 | |
| #define HAVE_RAW_DECL_GETGROUPS 1 | |
| #define HAVE_RAW_DECL_GETHOSTNAME 1 | |
| #define HAVE_RAW_DECL_GETLOGIN 1 | |
| #define HAVE_RAW_DECL_GETLOGIN_R 1 | |
| #define HAVE_RAW_DECL_GETPAGESIZE 1 | |
| #define HAVE_RAW_DECL_GETUSERSHELL 1 | |
| #define HAVE_RAW_DECL_SETUSERSHELL 1 | |
| #define HAVE_RAW_DECL_ENDUSERSHELL 1 | |
| #define HAVE_RAW_DECL_GROUP_MEMBER 1 | |
| #define HAVE_RAW_DECL_LCHOWN 1 | |
| #define HAVE_RAW_DECL_LINK 1 | |
| #define HAVE_RAW_DECL_LINKAT 1 | |
| #define HAVE_RAW_DECL_LSEEK 1 | |
| #define HAVE_RAW_DECL_PIPE 1 | |
| #define HAVE_RAW_DECL_PIPE2 1 | |
| #define HAVE_RAW_DECL_PREAD 1 | |
| #define HAVE_RAW_DECL_PWRITE 1 | |
| #define HAVE_RAW_DECL_READLINK 1 | |
| #define HAVE_RAW_DECL_READLINKAT 1 | |
| #define HAVE_RAW_DECL_RMDIR 1 | |
| #define HAVE_RAW_DECL_SLEEP 1 | |
| #define HAVE_RAW_DECL_SYMLINK 1 | |
| #define HAVE_RAW_DECL_SYMLINKAT 1 | |
| #define HAVE_RAW_DECL_TTYNAME_R 1 | |
| #define HAVE_RAW_DECL_UNLINK 1 | |
| #define HAVE_RAW_DECL_UNLINKAT 1 | |
| #define HAVE_RAW_DECL_USLEEP 1 | |
| #define USE_UNLOCKED_IO 1 | |
| configure: exit 0 | |
| /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/libcharset/config.log | |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| $ ./configure --disable-option-checking --prefix=/usr/local --disable-shared --disable-nls --cache-file=/dev/null --srcdir=. | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = guilherme-pc | |
| uname -m = x86_64 | |
| uname -r = 3.8.0-29-generic | |
| uname -s = Linux | |
| uname -v = #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 | |
| /usr/bin/uname -p = unknown | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = unknown | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /usr/lib/lightdm/lightdm | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/bin | |
| PATH: /usr/sbin | |
| PATH: /usr/bin | |
| PATH: /sbin | |
| PATH: /bin | |
| PATH: /usr/games | |
| PATH: /usr/local/games | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2173: checking whether make sets $(MAKE) | |
| configure:2195: result: yes | |
| configure:2256: checking for gcc | |
| configure:2272: found /usr/bin/gcc | |
| configure:2283: result: gcc | |
| configure:2512: checking for C compiler version | |
| configure:2521: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:2532: $? = 0 | |
| configure:2521: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) | |
| configure:2532: $? = 0 | |
| configure:2521: gcc -V >&5 | |
| gcc: error: unrecognized command line option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:2532: $? = 4 | |
| configure:2521: gcc -qversion >&5 | |
| gcc: error: unrecognized command line option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:2532: $? = 4 | |
| configure:2552: checking whether the C compiler works | |
| configure:2574: gcc conftest.c >&5 | |
| configure:2578: $? = 0 | |
| configure:2626: result: yes | |
| configure:2629: checking for C compiler default output file name | |
| configure:2631: result: a.out | |
| configure:2637: checking for suffix of executables | |
| configure:2644: gcc -o conftest conftest.c >&5 | |
| configure:2648: $? = 0 | |
| configure:2670: result: | |
| configure:2692: checking whether we are cross compiling | |
| configure:2700: gcc -o conftest conftest.c >&5 | |
| configure:2704: $? = 0 | |
| configure:2711: ./conftest | |
| configure:2715: $? = 0 | |
| configure:2730: result: no | |
| configure:2735: checking for suffix of object files | |
| configure:2757: gcc -c conftest.c >&5 | |
| configure:2761: $? = 0 | |
| configure:2782: result: o | |
| configure:2786: checking whether we are using the GNU C compiler | |
| configure:2805: gcc -c conftest.c >&5 | |
| configure:2805: $? = 0 | |
| configure:2814: result: yes | |
| configure:2823: checking whether gcc accepts -g | |
| configure:2843: gcc -c -g conftest.c >&5 | |
| configure:2843: $? = 0 | |
| configure:2884: result: yes | |
| configure:2901: checking for gcc option to accept ISO C89 | |
| configure:2965: gcc -c -g -O2 conftest.c >&5 | |
| configure:2965: $? = 0 | |
| configure:2978: result: none needed | |
| configure:3003: checking how to run the C preprocessor | |
| configure:3034: gcc -E conftest.c | |
| configure:3034: $? = 0 | |
| configure:3048: gcc -E conftest.c | |
| conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:3048: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:3073: result: gcc -E | |
| configure:3093: gcc -E conftest.c | |
| configure:3093: $? = 0 | |
| configure:3107: gcc -E conftest.c | |
| conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:3107: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:3149: checking for a BSD-compatible install | |
| configure:3217: result: /usr/bin/install -c | |
| configure:3234: checking build system type | |
| configure:3248: result: x86_64-unknown-linux-gnu | |
| configure:3268: checking host system type | |
| configure:3281: result: x86_64-unknown-linux-gnu | |
| configure:3304: checking whether to activate relocatable installation | |
| configure:3319: result: no | |
| configure:3356: checking for grep that handles long lines and -e | |
| configure:3414: result: /bin/grep | |
| configure:3419: checking for egrep | |
| configure:3481: result: /bin/grep -E | |
| configure:3486: checking for ANSI C header files | |
| configure:3506: gcc -c -g -O2 conftest.c >&5 | |
| configure:3506: $? = 0 | |
| configure:3579: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:3579: $? = 0 | |
| configure:3579: ./conftest | |
| configure:3579: $? = 0 | |
| configure:3590: result: yes | |
| configure:3603: checking for sys/types.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for sys/stat.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for stdlib.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for string.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for memory.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for strings.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for inttypes.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for stdint.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3603: checking for unistd.h | |
| configure:3603: gcc -c -g -O2 conftest.c >&5 | |
| configure:3603: $? = 0 | |
| configure:3603: result: yes | |
| configure:3616: checking minix/config.h usability | |
| configure:3616: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:53:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:3616: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <minix/config.h> | |
| configure:3616: result: no | |
| configure:3616: checking minix/config.h presence | |
| configure:3616: gcc -E conftest.c | |
| conftest.c:20:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:3616: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define INSTALLPREFIX "/usr/local" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <minix/config.h> | |
| configure:3616: result: no | |
| configure:3616: checking for minix/config.h | |
| configure:3616: result: no | |
| configure:3637: checking whether it is safe to define __EXTENSIONS__ | |
| configure:3655: gcc -c -g -O2 conftest.c >&5 | |
| configure:3655: $? = 0 | |
| configure:3662: result: yes | |
| configure:3728: checking how to print strings | |
| configure:3755: result: printf | |
| configure:3776: checking for a sed that does not truncate output | |
| configure:3840: result: /bin/sed | |
| configure:3858: checking for fgrep | |
| configure:3920: result: /bin/grep -F | |
| configure:3955: checking for ld used by gcc | |
| configure:4022: result: /usr/bin/ld | |
| configure:4029: checking if the linker (/usr/bin/ld) is GNU ld | |
| configure:4044: result: yes | |
| configure:4056: checking for BSD- or MS-compatible name lister (nm) | |
| configure:4105: result: /usr/bin/nm -B | |
| configure:4235: checking the name lister (/usr/bin/nm -B) interface | |
| configure:4242: gcc -c -g -O2 conftest.c >&5 | |
| configure:4245: /usr/bin/nm -B "conftest.o" | |
| configure:4248: output | |
| 0000000000000000 B some_variable | |
| configure:4255: result: BSD nm | |
| configure:4258: checking whether ln -s works | |
| configure:4262: result: yes | |
| configure:4270: checking the maximum length of command line arguments | |
| configure:4395: result: 3458764513820540925 | |
| configure:4412: checking whether the shell understands some XSI constructs | |
| configure:4422: result: yes | |
| configure:4426: checking whether the shell understands "+=" | |
| configure:4432: result: yes | |
| configure:4467: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | |
| configure:4507: result: func_convert_file_noop | |
| configure:4514: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | |
| configure:4534: result: func_convert_file_noop | |
| configure:4541: checking for /usr/bin/ld option to reload object files | |
| configure:4548: result: -r | |
| configure:4622: checking for objdump | |
| configure:4638: found /usr/bin/objdump | |
| configure:4649: result: objdump | |
| configure:4678: checking how to recognize dependent libraries | |
| configure:4880: result: pass_all | |
| configure:4965: checking for dlltool | |
| configure:4995: result: no | |
| configure:5022: checking how to associate runtime and link libraries | |
| configure:5049: result: printf %s\n | |
| configure:5109: checking for ar | |
| configure:5125: found /usr/bin/ar | |
| configure:5136: result: ar | |
| configure:5173: checking for archiver @FILE support | |
| configure:5190: gcc -c -g -O2 conftest.c >&5 | |
| configure:5190: $? = 0 | |
| configure:5193: ar cru libconftest.a @conftest.lst >&5 | |
| configure:5196: $? = 0 | |
| configure:5201: ar cru libconftest.a @conftest.lst >&5 | |
| ar: conftest.o: No such file or directory | |
| configure:5204: $? = 1 | |
| configure:5216: result: @ | |
| configure:5274: checking for strip | |
| configure:5290: found /usr/bin/strip | |
| configure:5301: result: strip | |
| configure:5373: checking for ranlib | |
| configure:5389: found /usr/bin/ranlib | |
| configure:5400: result: ranlib | |
| configure:5477: checking for gawk | |
| configure:5507: result: no | |
| configure:5477: checking for mawk | |
| configure:5493: found /usr/bin/mawk | |
| configure:5504: result: mawk | |
| configure:5544: checking command to parse /usr/bin/nm -B output from gcc object | |
| configure:5663: gcc -c -g -O2 conftest.c >&5 | |
| configure:5666: $? = 0 | |
| configure:5670: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
| configure:5673: $? = 0 | |
| configure:5739: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
| configure:5742: $? = 0 | |
| configure:5780: result: ok | |
| configure:5817: checking for sysroot | |
| configure:5847: result: no | |
| configure:5924: gcc -c -g -O2 conftest.c >&5 | |
| configure:5927: $? = 0 | |
| configure:6090: checking for mt | |
| configure:6106: found /bin/mt | |
| configure:6117: result: mt | |
| configure:6140: checking if mt is a manifest tool | |
| configure:6146: mt '-?' | |
| configure:6154: result: no | |
| configure:6783: checking for dlfcn.h | |
| configure:6783: gcc -c -g -O2 conftest.c >&5 | |
| configure:6783: $? = 0 | |
| configure:6783: result: yes | |
| configure:7268: checking for objdir | |
| configure:7283: result: .libs | |
| configure:7554: checking if gcc supports -fno-rtti -fno-exceptions | |
| configure:7572: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | |
| configure:7576: $? = 0 | |
| configure:7589: result: no | |
| configure:7899: checking for gcc option to produce PIC | |
| configure:7906: result: -fPIC -DPIC | |
| configure:7914: checking if gcc PIC flag -fPIC -DPIC works | |
| configure:7932: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | |
| configure:7936: $? = 0 | |
| configure:7949: result: yes | |
| configure:7978: checking if gcc static flag -static works | |
| configure:8006: result: yes | |
| configure:8021: checking if gcc supports -c -o file.o | |
| configure:8042: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
| configure:8046: $? = 0 | |
| configure:8068: result: yes | |
| configure:8076: checking if gcc supports -c -o file.o | |
| configure:8123: result: yes | |
| configure:8156: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | |
| configure:9314: result: yes | |
| configure:9559: checking dynamic linker characteristics | |
| configure:10073: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | |
| configure:10073: $? = 0 | |
| configure:10295: result: GNU/Linux ld.so | |
| configure:10402: checking how to hardcode library paths into programs | |
| configure:10427: result: immediate | |
| configure:10967: checking whether stripping libraries is possible | |
| configure:10972: result: yes | |
| configure:11007: checking if libtool supports shared libraries | |
| configure:11009: result: yes | |
| configure:11012: checking whether to build shared libraries | |
| configure:11033: result: no | |
| configure:11036: checking whether to build static libraries | |
| configure:11040: result: yes | |
| configure:11080: checking for simple visibility declarations | |
| configure:11102: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
| configure:11102: $? = 0 | |
| configure:11111: result: yes | |
| configure:11129: checking for nl_langinfo and CODESET | |
| configure:11145: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:11145: $? = 0 | |
| configure:11154: result: yes | |
| configure:11164: checking for working fcntl.h | |
| configure:11221: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:11221: $? = 0 | |
| configure:11221: ./conftest | |
| configure:11221: $? = 0 | |
| configure:11236: result: yes | |
| configure:11260: checking whether we are using the GNU C Library 2.1 or newer | |
| configure:11287: result: yes | |
| configure:11295: checking for setlocale | |
| configure:11295: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:11295: $? = 0 | |
| configure:11295: result: yes | |
| configure:11427: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by config.status, which was | |
| generated by GNU Autoconf 2.68. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on guilherme-pc | |
| config.status:1076: creating Makefile | |
| config.status:1076: creating lib/Makefile | |
| config.status:1076: creating include/localcharset.h | |
| config.status:1076: creating include/localcharset.h.inst | |
| config.status:1076: creating config.h | |
| config.status:1265: executing libtool commands | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-unknown-linux-gnu | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set= | |
| ac_cv_env_CPPFLAGS_value= | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_func_setlocale=yes | |
| ac_cv_gnu_library_2_1=yes | |
| ac_cv_header_dlfcn_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_minix_config_h=no | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_host=x86_64-unknown-linux-gnu | |
| ac_cv_objext=o | |
| ac_cv_path_EGREP='/bin/grep -E' | |
| ac_cv_path_FGREP='/bin/grep -F' | |
| ac_cv_path_GREP=/bin/grep | |
| ac_cv_path_SED=/bin/sed | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_AWK=mawk | |
| ac_cv_prog_CPP='gcc -E' | |
| ac_cv_prog_ac_ct_AR=ar | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt | |
| ac_cv_prog_ac_ct_OBJDUMP=objdump | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_ac_ct_STRIP=strip | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_safe_to_define___extensions__=yes | |
| am_cv_langinfo_codeset=yes | |
| gl_cv_cc_visibility=yes | |
| gl_cv_header_working_fcntl_h=yes | |
| lt_cv_ar_at_file=@ | |
| lt_cv_deplibs_check_method=pass_all | |
| lt_cv_file_magic_cmd='$MAGIC_CMD' | |
| lt_cv_file_magic_test_file= | |
| lt_cv_ld_reload_flag=-r | |
| lt_cv_nm_interface='BSD nm' | |
| lt_cv_objdir=.libs | |
| lt_cv_path_LD=/usr/bin/ld | |
| lt_cv_path_NM='/usr/bin/nm -B' | |
| lt_cv_path_mainfest_tool=no | |
| lt_cv_prog_compiler_c_o=yes | |
| lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
| lt_cv_prog_compiler_pic_works=yes | |
| lt_cv_prog_compiler_rtti_exceptions=no | |
| lt_cv_prog_compiler_static_works=yes | |
| lt_cv_prog_gnu_ld=yes | |
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
| lt_cv_shlibpath_overrides_runpath=no | |
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
| lt_cv_sys_max_cmd_len=3458764513820540925 | |
| lt_cv_to_host_file_cmd=func_convert_file_noop | |
| lt_cv_to_tool_file_cmd=func_convert_file_noop | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| AR='ar' | |
| AS='as' | |
| AWK='mawk' | |
| CC='gcc' | |
| CFLAGS='-g -O2' | |
| CFLAG_VISIBILITY='-fvisibility=hidden' | |
| CPP='gcc -E' | |
| CPPFLAGS='' | |
| DEFS='-DHAVE_CONFIG_H' | |
| DLLTOOL='false' | |
| DSYMUTIL='' | |
| DUMPBIN='' | |
| ECHO_C='' | |
| ECHO_N='-n' | |
| ECHO_T='' | |
| EGREP='/bin/grep -E' | |
| EXEEXT='' | |
| FGREP='/bin/grep -F' | |
| GLIBC21='yes' | |
| GREP='/bin/grep' | |
| HAVE_VISIBILITY='1' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| LD='/usr/bin/ld -m elf_x86_64' | |
| LDFLAGS='' | |
| LIBOBJS='' | |
| LIBS='' | |
| LIBTOOL='/bin/bash $(top_builddir)/libtool' | |
| LIPO='' | |
| LN_S='ln -s' | |
| LTLIBOBJS='' | |
| MANIFEST_TOOL=':' | |
| NM='/usr/bin/nm -B' | |
| NMEDIT='' | |
| OBJDUMP='objdump' | |
| OBJEXT='o' | |
| OTOOL64='' | |
| OTOOL='' | |
| PACKAGE='' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='' | |
| PACKAGE_STRING='' | |
| PACKAGE_TARNAME='' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='' | |
| PATH_SEPARATOR=':' | |
| RANLIB='ranlib' | |
| RELOCATABLE='no' | |
| SED='/bin/sed' | |
| SET_MAKE='' | |
| SHELL='/bin/bash' | |
| STRIP='strip' | |
| VERSION='' | |
| ac_ct_AR='ar' | |
| ac_ct_CC='gcc' | |
| ac_ct_DUMPBIN='' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-unknown-linux-gnu' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='linux-gnu' | |
| build_vendor='unknown' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| host='x86_64-unknown-linux-gnu' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='linux-gnu' | |
| host_vendor='unknown' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define INSTALLPREFIX "/usr/local" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_WORKING_O_NOATIME 1 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define HAVE_SETLOCALE 1 | |
| configure: exit 0 | |
| /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/config.log | |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by glib configure 2.36.3, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --disable-shared --prefix=/home/guilherme/lib/mxe/usr/x86_64-w64-mingw32 --enable-regex --disable-threads --disable-selinux --disable-inotify --disable-fam --disable-xattr --disable-dtrace --with-libiconv=gnu --with-pcre=internal CPPFLAGS=-I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include LDFLAGS=-L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = guilherme-pc | |
| uname -m = x86_64 | |
| uname -r = 3.8.0-29-generic | |
| uname -s = Linux | |
| uname -v = #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 | |
| /usr/bin/uname -p = unknown | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = unknown | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin | |
| PATH: /home/guilherme/lib/mxe/usr/bin | |
| PATH: /usr/lib/lightdm/lightdm | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/bin | |
| PATH: /usr/sbin | |
| PATH: /usr/bin | |
| PATH: /sbin | |
| PATH: /bin | |
| PATH: /usr/games | |
| PATH: /usr/local/games | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2822: loading site script /home/guilherme/lib/mxe/usr/x86_64-w64-mingw32/share/config.site | |
| | ac_cv_build=x86_64-unknown-linux-gnu | |
| configure:2972: checking for a BSD-compatible install | |
| configure:3040: result: /usr/bin/install -c | |
| configure:3051: checking whether build environment is sane | |
| configure:3106: result: yes | |
| configure:3257: checking for a thread-safe mkdir -p | |
| configure:3296: result: /bin/mkdir -p | |
| configure:3303: checking for gawk | |
| configure:3333: result: no | |
| configure:3303: checking for mawk | |
| configure:3319: found /usr/bin/mawk | |
| configure:3330: result: mawk | |
| configure:3341: checking whether make sets $(MAKE) | |
| configure:3363: result: yes | |
| configure:3392: checking whether make supports nested variables | |
| configure:3409: result: yes | |
| configure:3489: checking whether UID '1000' is supported by ustar format | |
| configure:3492: result: yes | |
| configure:3499: checking whether GID '1000' is supported by ustar format | |
| configure:3502: result: yes | |
| configure:3510: checking how to create a ustar tar archive | |
| configure:3521: tar --version | |
| tar (GNU tar) 1.26 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. | |
| Written by John Gilmore and Jay Fenlason. | |
| configure:3524: $? = 0 | |
| configure:3564: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
| configure:3567: $? = 0 | |
| configure:3571: tar -xf - <conftest.tar | |
| configure:3574: $? = 0 | |
| configure:3576: cat conftest.dir/file | |
| GrepMe | |
| configure:3579: $? = 0 | |
| configure:3592: result: gnutar | |
| configure:3601: checking whether to enable maintainer-specific portions of Makefiles | |
| configure:3610: result: yes | |
| configure:3638: checking whether make supports nested variables | |
| configure:3655: result: yes | |
| configure:3757: checking for gcc | |
| configure:3773: found /usr/bin/gcc | |
| configure:3784: result: gcc | |
| configure:4013: checking for C compiler version | |
| configure:4022: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:4033: $? = 0 | |
| configure:4022: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) | |
| configure:4033: $? = 0 | |
| configure:4022: gcc -V >&5 | |
| gcc: error: unrecognized command line option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:4033: $? = 4 | |
| configure:4022: gcc -qversion >&5 | |
| gcc: error: unrecognized command line option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:4033: $? = 4 | |
| configure:4053: checking whether the C compiler works | |
| configure:4075: gcc -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c >&5 | |
| configure:4079: $? = 0 | |
| configure:4127: result: yes | |
| configure:4130: checking for C compiler default output file name | |
| configure:4132: result: a.out | |
| configure:4138: checking for suffix of executables | |
| configure:4145: gcc -o conftest -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c >&5 | |
| configure:4149: $? = 0 | |
| configure:4171: result: | |
| configure:4193: checking whether we are cross compiling | |
| configure:4201: gcc -o conftest -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c >&5 | |
| configure:4205: $? = 0 | |
| configure:4212: ./conftest | |
| configure:4216: $? = 0 | |
| configure:4231: result: no | |
| configure:4236: checking for suffix of object files | |
| configure:4258: gcc -c -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:4262: $? = 0 | |
| configure:4283: result: o | |
| configure:4287: checking whether we are using the GNU C compiler | |
| configure:4306: gcc -c -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:4306: $? = 0 | |
| configure:4315: result: yes | |
| configure:4324: checking whether gcc accepts -g | |
| configure:4344: gcc -c -g -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:4344: $? = 0 | |
| configure:4385: result: yes | |
| configure:4402: checking for gcc option to accept ISO C89 | |
| configure:4465: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:4465: $? = 0 | |
| configure:4478: result: none needed | |
| configure:4509: checking for style of include used by make | |
| configure:4537: result: GNU | |
| configure:4563: checking dependency style of gcc | |
| configure:4674: result: gcc3 | |
| configure:4694: checking how to run the C preprocessor | |
| configure:4725: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| configure:4725: $? = 0 | |
| configure:4739: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:4739: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "glib" | |
| | #define PACKAGE_TARNAME "glib" | |
| | #define PACKAGE_VERSION "2.36.3" | |
| | #define PACKAGE_STRING "glib 2.36.3" | |
| | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| | #define PACKAGE_URL "" | |
| | #define GLIB_MAJOR_VERSION 2 | |
| | #define GLIB_MINOR_VERSION 36 | |
| | #define GLIB_MICRO_VERSION 3 | |
| | #define GLIB_INTERFACE_AGE 3 | |
| | #define GLIB_BINARY_AGE 3603 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4764: result: gcc -E | |
| configure:4784: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| configure:4784: $? = 0 | |
| configure:4798: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:4798: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "glib" | |
| | #define PACKAGE_TARNAME "glib" | |
| | #define PACKAGE_VERSION "2.36.3" | |
| | #define PACKAGE_STRING "glib 2.36.3" | |
| | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| | #define PACKAGE_URL "" | |
| | #define GLIB_MAJOR_VERSION 2 | |
| | #define GLIB_MINOR_VERSION 36 | |
| | #define GLIB_MICRO_VERSION 3 | |
| | #define GLIB_INTERFACE_AGE 3 | |
| | #define GLIB_BINARY_AGE 3603 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4840: checking build system type | |
| configure:4854: result: x86_64-unknown-linux-gnu | |
| configure:4874: checking host system type | |
| configure:4887: result: x86_64-unknown-linux-gnu | |
| configure:4908: checking for the BeOS | |
| configure:4918: result: no | |
| configure:4922: checking for Win32 | |
| configure:4960: result: no | |
| configure:4966: checking for Mac OS X Carbon support | |
| configure:4977: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| conftest.c:15:27: fatal error: Carbon/Carbon.h: No such file or directory | |
| compilation terminated. | |
| configure:4977: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "glib" | |
| | #define PACKAGE_TARNAME "glib" | |
| | #define PACKAGE_VERSION "2.36.3" | |
| | #define PACKAGE_STRING "glib 2.36.3" | |
| | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| | #define PACKAGE_URL "" | |
| | #define GLIB_MAJOR_VERSION 2 | |
| | #define GLIB_MINOR_VERSION 36 | |
| | #define GLIB_MICRO_VERSION 3 | |
| | #define GLIB_INTERFACE_AGE 3 | |
| | #define GLIB_BINARY_AGE 3603 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <Carbon/Carbon.h> | |
| | #include <CoreServices/CoreServices.h> | |
| | | |
| configure:4982: result: no | |
| configure:4986: checking for Mac OS X Cocoa support | |
| configure:4997: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| conftest.c:15:25: fatal error: Cocoa/Cocoa.h: No such file or directory | |
| compilation terminated. | |
| configure:4997: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "glib" | |
| | #define PACKAGE_TARNAME "glib" | |
| | #define PACKAGE_VERSION "2.36.3" | |
| | #define PACKAGE_STRING "glib 2.36.3" | |
| | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| | #define PACKAGE_URL "" | |
| | #define GLIB_MAJOR_VERSION 2 | |
| | #define GLIB_MINOR_VERSION 36 | |
| | #define GLIB_MICRO_VERSION 3 | |
| | #define GLIB_INTERFACE_AGE 3 | |
| | #define GLIB_BINARY_AGE 3603 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <Cocoa/Cocoa.h> | |
| | #ifdef GNUSTEP_BASE_VERSION | |
| | #error "Detected GNUstep, not Cocoa" | |
| | #endif | |
| | | |
| configure:5002: result: no | |
| configure:5495: checking for grep that handles long lines and -e | |
| configure:5553: result: /bin/grep | |
| configure:5558: checking for egrep | |
| configure:5620: result: /bin/grep -E | |
| configure:5626: checking whether we are using the GNU C Library 2.1 or newer | |
| configure:5653: result: yes | |
| configure:5712: checking whether to enable garbage collector friendliness | |
| configure:5723: result: no | |
| configure:5727: checking whether to disable memory pools | |
| configure:5731: result: no | |
| configure:5814: checking for c++ | |
| configure:5830: found /usr/bin/c++ | |
| configure:5841: result: c++ | |
| configure:5984: checking for C++ compiler version | |
| configure:5993: c++ --version >&5 | |
| c++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:6004: $? = 0 | |
| configure:5993: c++ -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=c++ | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) | |
| configure:6004: $? = 0 | |
| configure:5993: c++ -V >&5 | |
| c++: error: unrecognized command line option '-V' | |
| c++: fatal error: no input files | |
| compilation terminated. | |
| configure:6004: $? = 4 | |
| configure:5993: c++ -qversion >&5 | |
| c++: error: unrecognized command line option '-qversion' | |
| c++: fatal error: no input files | |
| compilation terminated. | |
| configure:6004: $? = 4 | |
| configure:6008: checking whether we are using the GNU C++ compiler | |
| configure:6027: c++ -c -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.cpp >&5 | |
| configure:6027: $? = 0 | |
| configure:6036: result: yes | |
| configure:6045: checking whether c++ accepts -g | |
| configure:6065: c++ -c -g -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.cpp >&5 | |
| configure:6065: $? = 0 | |
| configure:6106: result: yes | |
| configure:6131: checking dependency style of c++ | |
| configure:6242: result: gcc3 | |
| configure:6269: c++ -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.cpp >&5 | |
| configure:6269: $? = 0 | |
| configure:6291: checking whether gcc and cc understand -c and -o together | |
| configure:6322: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:6326: $? = 0 | |
| configure:6332: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:6336: $? = 0 | |
| configure:6347: cc -c conftest.c >&5 | |
| configure:6351: $? = 0 | |
| configure:6359: cc -c conftest.c -o conftest2.o >&5 | |
| configure:6363: $? = 0 | |
| configure:6369: cc -c conftest.c -o conftest2.o >&5 | |
| configure:6373: $? = 0 | |
| configure:6391: result: yes | |
| configure:6425: checking for special C compiler options needed for large files | |
| configure:6470: result: no | |
| configure:6476: checking for _FILE_OFFSET_BITS value needed for large files | |
| configure:6501: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:6501: $? = 0 | |
| configure:6533: result: no | |
| configure:6673: checking for pkg-config | |
| configure:6691: found /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/pkg-config | |
| configure:6703: result: /home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/pkg-config | |
| configure:6728: checking pkg-config is at least version 0.16 | |
| configure:6731: result: yes | |
| configure:6805: checking for gawk | |
| configure:6832: result: mawk | |
| configure:6847: checking for perl5 | |
| configure:6877: result: no | |
| configure:6847: checking for perl | |
| configure:6863: found /usr/bin/perl | |
| configure:6874: result: perl | |
| configure:6888: checking for indent | |
| configure:6918: result: no | |
| configure:6937: checking for perl | |
| configure:6955: found /usr/bin/perl | |
| configure:6967: result: /usr/bin/perl | |
| configure:7028: checking for a Python interpreter with version >= 2.5 | |
| configure:7045: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | |
| configure:7048: $? = 0 | |
| configure:7054: result: python | |
| configure:7062: checking for python | |
| configure:7080: found /usr/bin/python | |
| configure:7092: result: /usr/bin/python | |
| configure:7110: checking for python version | |
| configure:7117: result: 2.7 | |
| configure:7129: checking for python platform | |
| configure:7136: result: linux2 | |
| configure:7162: checking for python script directory | |
| configure:7197: result: ${prefix}/lib/python2.7/site-packages | |
| configure:7206: checking for python extension module directory | |
| configure:7241: result: ${exec_prefix}/lib/python2.7/site-packages | |
| configure:7377: checking for libiconv_open in -liconv | |
| configure:7402: gcc -o conftest -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c -liconv >&5 | |
| configure:7402: $? = 0 | |
| configure:7411: result: yes | |
| configure:7476: checking whether to cache iconv descriptors | |
| configure:7498: result: no | |
| configure:7502: checking for ANSI C header files | |
| configure:7522: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7522: $? = 0 | |
| configure:7595: gcc -o conftest -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c >&5 | |
| configure:7595: $? = 0 | |
| configure:7595: ./conftest | |
| configure:7595: $? = 0 | |
| configure:7606: result: yes | |
| configure:7619: checking for sys/types.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for sys/stat.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for stdlib.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for string.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for memory.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for strings.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for inttypes.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for stdint.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7619: checking for unistd.h | |
| configure:7619: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7619: $? = 0 | |
| configure:7619: result: yes | |
| configure:7642: checking for ZLIB | |
| configure:7649: $PKG_CONFIG --exists --print-errors "zlib" | |
| Package zlib was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `zlib.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'zlib', required by 'world', not found | |
| configure:7652: $? = 1 | |
| configure:7666: $PKG_CONFIG --exists --print-errors "zlib" | |
| Package zlib was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `zlib.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'zlib', required by 'world', not found | |
| configure:7669: $? = 1 | |
| configure:7683: result: no | |
| Package zlib was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `zlib.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'zlib', required by 'world', not found | |
| configure:7713: checking for inflate in -lz | |
| configure:7738: gcc -o conftest -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include -L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs conftest.c -lz >&5 | |
| configure:7738: $? = 0 | |
| configure:7747: result: yes | |
| configure:7750: checking zlib.h usability | |
| configure:7750: gcc -c -g -O2 -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c >&5 | |
| configure:7750: $? = 0 | |
| configure:7750: result: yes | |
| configure:7750: checking zlib.h presence | |
| configure:7750: gcc -E -I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include conftest.c | |
| configure:7750: $? = 0 | |
| configure:7750: result: yes | |
| configure:7750: checking for zlib.h | |
| configure:7750: result: yes | |
| configure:7768: checking for LIBFFI | |
| configure:7775: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0" | |
| Package libffi was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libffi.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'libffi', required by 'world', not found | |
| configure:7778: $? = 1 | |
| configure:7792: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0" | |
| Package libffi was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libffi.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'libffi', required by 'world', not found | |
| configure:7795: $? = 1 | |
| configure:7809: result: no | |
| Package libffi was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libffi.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'libffi', required by 'world', not found | |
| configure:7825: error: Package requirements (libffi >= 3.0.0) were not met: | |
| Package libffi was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libffi.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| Package 'libffi', required by 'world', not found | |
| Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
| installed software in a non-standard prefix. | |
| Alternatively, you may set the environment variables LIBFFI_CFLAGS | |
| and LIBFFI_LIBS to avoid the need to call pkg-config. | |
| See the pkg-config man page for more details. | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-unknown-linux-gnu | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_cxx_compiler_gnu=yes | |
| ac_cv_env_CCC_set= | |
| ac_cv_env_CCC_value= | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set=set | |
| ac_cv_env_CPPFLAGS_value=-I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_CXXCPP_set= | |
| ac_cv_env_CXXCPP_value= | |
| ac_cv_env_CXXFLAGS_set= | |
| ac_cv_env_CXXFLAGS_value= | |
| ac_cv_env_CXX_set= | |
| ac_cv_env_CXX_value= | |
| ac_cv_env_DBUS1_CFLAGS_set= | |
| ac_cv_env_DBUS1_CFLAGS_value= | |
| ac_cv_env_DBUS1_LIBS_set= | |
| ac_cv_env_DBUS1_LIBS_value= | |
| ac_cv_env_LDFLAGS_set=set | |
| ac_cv_env_LDFLAGS_value=-L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs | |
| ac_cv_env_LIBELF_CFLAGS_set= | |
| ac_cv_env_LIBELF_CFLAGS_value= | |
| ac_cv_env_LIBELF_LIBS_set= | |
| ac_cv_env_LIBELF_LIBS_value= | |
| ac_cv_env_LIBFFI_CFLAGS_set= | |
| ac_cv_env_LIBFFI_CFLAGS_value= | |
| ac_cv_env_LIBFFI_LIBS_set= | |
| ac_cv_env_LIBFFI_LIBS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_PCRE_CFLAGS_set= | |
| ac_cv_env_PCRE_CFLAGS_value= | |
| ac_cv_env_PCRE_LIBS_set= | |
| ac_cv_env_PCRE_LIBS_value= | |
| ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
| ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
| ac_cv_env_PKG_CONFIG_PATH_set= | |
| ac_cv_env_PKG_CONFIG_PATH_value= | |
| ac_cv_env_PKG_CONFIG_set= | |
| ac_cv_env_PKG_CONFIG_value= | |
| ac_cv_env_PYTHON_set= | |
| ac_cv_env_PYTHON_value= | |
| ac_cv_env_ZLIB_CFLAGS_set= | |
| ac_cv_env_ZLIB_CFLAGS_value= | |
| ac_cv_env_ZLIB_LIBS_set= | |
| ac_cv_env_ZLIB_LIBS_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_gnu_library_2_1=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_header_zlib_h=yes | |
| ac_cv_host=x86_64-unknown-linux-gnu | |
| ac_cv_lib_iconv_libiconv_open=yes | |
| ac_cv_lib_z_inflate=yes | |
| ac_cv_objext=o | |
| ac_cv_path_EGREP='/bin/grep -E' | |
| ac_cv_path_GREP=/bin/grep | |
| ac_cv_path_PERL_PATH=/usr/bin/perl | |
| ac_cv_path_PYTHON=/usr/bin/python | |
| ac_cv_path_ac_pt_PKG_CONFIG=/home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/pkg-config | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_path_mkdir=/bin/mkdir | |
| ac_cv_prog_AWK=mawk | |
| ac_cv_prog_CPP='gcc -E' | |
| ac_cv_prog_PERL=perl | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_ac_ct_CXX=c++ | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_cc_gcc_c_o=yes | |
| ac_cv_prog_cxx_g=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_sys_file_offset_bits=no | |
| ac_cv_sys_largefile_CC=no | |
| am_cv_CC_dependencies_compiler_type=gcc3 | |
| am_cv_CXX_dependencies_compiler_type=gcc3 | |
| am_cv_make_support_nested_variables=yes | |
| am_cv_pathless_PYTHON=python | |
| am_cv_prog_tar_ustar=gnutar | |
| am_cv_python_platform=linux2 | |
| am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
| am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' | |
| am_cv_python_version=2.7 | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ABS_GLIB_RUNTIME_LIBDIR='' | |
| ABS_TAPSET_DIR='' | |
| ACLOCAL='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/missing aclocal-1.13' | |
| ALLOCA='' | |
| AMDEPBACKSLASH='\' | |
| AMDEP_FALSE='#' | |
| AMDEP_TRUE='' | |
| AMTAR='$${TAR-tar}' | |
| AM_BACKSLASH='\' | |
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
| AM_DEFAULT_VERBOSITY='0' | |
| AM_V='$(V)' | |
| AR='' | |
| AS='' | |
| AUTOCONF='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/missing autoconf' | |
| AUTOHEADER='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/missing autoheader' | |
| AUTOMAKE='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/missing automake-1.13' | |
| AWK='mawk' | |
| BUILD_MODULAR_TESTS_FALSE='#' | |
| BUILD_MODULAR_TESTS_TRUE='' | |
| CATALOGS='' | |
| CATOBJEXT='' | |
| CC='gcc' | |
| CCDEPMODE='depmode=gcc3' | |
| CFLAGS='-g -O2' | |
| CONFIG_STATUS_DEPENDENCIES='' | |
| CPP='gcc -E' | |
| CPPFLAGS='-I/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/include' | |
| CROSS_COMPILING_FALSE='' | |
| CROSS_COMPILING_TRUE='' | |
| CXX='c++' | |
| CXXCPP='' | |
| CXXDEPMODE='depmode=gcc3' | |
| CXXFLAGS='-g -O2' | |
| CYGPATH_W='echo' | |
| DATADIRNAME='' | |
| DBUS1_CFLAGS='' | |
| DBUS1_LIBS='' | |
| DBUS_DAEMON='' | |
| DEFS='' | |
| DEPDIR='.deps' | |
| DLLTOOL='' | |
| DSYMUTIL='' | |
| DTRACE='' | |
| DUMPBIN='' | |
| ECHO_C='' | |
| ECHO_N='-n' | |
| ECHO_T='' | |
| EGREP='/bin/grep -E' | |
| ENABLE_DTRACE_FALSE='' | |
| ENABLE_DTRACE_TRUE='' | |
| ENABLE_MAN_FALSE='' | |
| ENABLE_MAN_TRUE='' | |
| ENABLE_SYSTEMTAP_FALSE='' | |
| ENABLE_SYSTEMTAP_TRUE='' | |
| ENABLE_TIMELOOP_FALSE='' | |
| ENABLE_TIMELOOP_TRUE='' | |
| EXEEXT='' | |
| FAM_LIBS='' | |
| FGREP='' | |
| GETTEXT_PACKAGE='' | |
| GIO='' | |
| GIO_MODULE_DIR='' | |
| GLIBC21='yes' | |
| GLIB_BINARY_AGE='3603' | |
| GLIB_COMPILE_RESOURCES='' | |
| GLIB_COMPILE_SCHEMAS='' | |
| GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' | |
| GLIB_EXTRA_CFLAGS='' | |
| GLIB_GENMARSHAL='' | |
| GLIB_HIDDEN_VISIBILITY_CFLAGS='' | |
| GLIB_INTERFACE_AGE='3' | |
| GLIB_LINK_FLAGS='' | |
| GLIB_MAJOR_VERSION='2' | |
| GLIB_MICRO_VERSION='3' | |
| GLIB_MINOR_VERSION='36' | |
| GLIB_RUNTIME_LIBDIR='' | |
| GLIB_VERSION='2.36.3' | |
| GLIB_WARN_CFLAGS='' | |
| GLIB_WIN32_STATIC_COMPILATION_DEFINE='' | |
| GMOFILES='' | |
| GMSGFMT='' | |
| GREP='/bin/grep' | |
| GSPAWN='' | |
| GTHREAD_COMPILE_IMPL_DEFINES='' | |
| G_LIBS_EXTRA='' | |
| G_MODULE_BROKEN_RTLD_GLOBAL='' | |
| G_MODULE_HAVE_DLERROR='' | |
| G_MODULE_IMPL='' | |
| G_MODULE_LDFLAGS='' | |
| G_MODULE_LIBS='' | |
| G_MODULE_LIBS_EXTRA='' | |
| G_MODULE_NEED_USCORE='' | |
| G_MODULE_PLUGIN_LIBS='' | |
| G_MODULE_SUPPORTED='' | |
| G_THREAD_CFLAGS='' | |
| G_THREAD_LIBS='' | |
| G_THREAD_LIBS_EXTRA='' | |
| G_THREAD_LIBS_FOR_GTHREAD='' | |
| HAVE_CXX_FALSE='#' | |
| HAVE_CXX_TRUE='' | |
| HAVE_DBUS1_FALSE='' | |
| HAVE_DBUS1_TRUE='' | |
| HAVE_DBUS_DAEMON_FALSE='' | |
| HAVE_DBUS_DAEMON_TRUE='' | |
| HAVE_EVENTFD_FALSE='' | |
| HAVE_EVENTFD_TRUE='' | |
| HAVE_FAM_FALSE='' | |
| HAVE_FAM_TRUE='' | |
| HAVE_FEN_FALSE='' | |
| HAVE_FEN_TRUE='' | |
| HAVE_GCC_FALSE='#' | |
| HAVE_GCC_TRUE='' | |
| HAVE_GLIB_RUNTIME_LIBDIR_FALSE='' | |
| HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#' | |
| HAVE_GNUC_VISIBILITY_FALSE='' | |
| HAVE_GNUC_VISIBILITY_TRUE='' | |
| HAVE_GOOD_PRINTF_FALSE='' | |
| HAVE_GOOD_PRINTF_TRUE='' | |
| HAVE_INOTIFY_FALSE='' | |
| HAVE_INOTIFY_TRUE='' | |
| HAVE_KQUEUE_FALSE='' | |
| HAVE_KQUEUE_TRUE='' | |
| HAVE_NETLINK_FALSE='' | |
| HAVE_NETLINK_TRUE='' | |
| HAVE_SUNSTUDIO_VISIBILITY_FALSE='' | |
| HAVE_SUNSTUDIO_VISIBILITY_TRUE='' | |
| ICONV_LIBS='' | |
| INDENT='' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
| INSTOBJEXT='' | |
| INTLLIBS='' | |
| LD='' | |
| LDFLAGS='-L/home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/libiconv-1.14/lib/.libs' | |
| LIBELF_CFLAGS='' | |
| LIBELF_LIBS='' | |
| LIBFFI_CFLAGS='' | |
| LIBFFI_LIBS='' | |
| LIBOBJS='' | |
| LIBS='' | |
| LIBTOOL='' | |
| LIB_EXE_MACHINE_FLAG='X86' | |
| LIPO='' | |
| LN_S='' | |
| LTLIBOBJS='' | |
| LTP='' | |
| LTP_GENHTML='' | |
| LT_AGE='3600' | |
| LT_CURRENT='3600' | |
| LT_CURRENT_MINUS_AGE='0' | |
| LT_RELEASE='2.36' | |
| LT_REVISION='3' | |
| MAINT='' | |
| MAINTAINER_MODE_FALSE='#' | |
| MAINTAINER_MODE_TRUE='' | |
| MAKEINFO='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/missing makeinfo' | |
| MANIFEST_TOOL='' | |
| MKDIR_P='/bin/mkdir -p' | |
| MKINSTALLDIRS='' | |
| MSGFMT='' | |
| MSGFMT_OPTS='' | |
| MS_LIB_AVAILABLE_FALSE='' | |
| MS_LIB_AVAILABLE_TRUE='#' | |
| NAMESER_COMPAT_INCLUDE='' | |
| NETWORK_LIBS='' | |
| NM='' | |
| NMEDIT='' | |
| OBJDUMP='' | |
| OBJEXT='o' | |
| OS_CARBON_FALSE='' | |
| OS_CARBON_TRUE='#' | |
| OS_COCOA_FALSE='' | |
| OS_COCOA_TRUE='#' | |
| OS_LINUX_FALSE='#' | |
| OS_LINUX_TRUE='' | |
| OS_UNIX_FALSE='#' | |
| OS_UNIX_TRUE='' | |
| OS_WIN32_AND_DLL_COMPILATION_FALSE='' | |
| OS_WIN32_AND_DLL_COMPILATION_TRUE='' | |
| OS_WIN32_FALSE='' | |
| OS_WIN32_TRUE='#' | |
| OS_WIN32_X64_FALSE='' | |
| OS_WIN32_X64_TRUE='#' | |
| OTOOL64='' | |
| OTOOL='' | |
| PACKAGE='glib' | |
| PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib' | |
| PACKAGE_NAME='glib' | |
| PACKAGE_STRING='glib 2.36.3' | |
| PACKAGE_TARNAME='glib' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='2.36.3' | |
| PATH_SEPARATOR=':' | |
| PCRE_CFLAGS='' | |
| PCRE_LIBS='' | |
| PCRE_REQUIRES='' | |
| PCRE_WARN_CFLAGS='' | |
| PERL='perl' | |
| PERL_PATH='/usr/bin/perl' | |
| PKG_CONFIG='/home/guilherme/lib/mxe/usr/x86_64-unknown-linux-gnu/bin/pkg-config' | |
| PKG_CONFIG_LIBDIR='' | |
| PKG_CONFIG_PATH='' | |
| PLATFORMDEP='' | |
| PLATFORM_WIN32_FALSE='' | |
| PLATFORM_WIN32_TRUE='' | |
| POFILES='' | |
| POSUB='' | |
| PO_IN_DATADIR_FALSE='' | |
| PO_IN_DATADIR_TRUE='' | |
| PYTHON='/usr/bin/python' | |
| PYTHON_EXEC_PREFIX='${exec_prefix}' | |
| PYTHON_PLATFORM='linux2' | |
| PYTHON_PREFIX='${prefix}' | |
| PYTHON_VERSION='2.7' | |
| RANLIB='' | |
| REBUILD='' | |
| SED='' | |
| SELINUX_LIBS='' | |
| SET_MAKE='' | |
| SHELL='/bin/bash' | |
| SHTOOL='' | |
| STRIP='' | |
| USE_NLS='' | |
| USE_SYSTEM_PCRE_FALSE='' | |
| USE_SYSTEM_PCRE_TRUE='' | |
| VERSION='2.36.3' | |
| WINDRES='' | |
| WSPIAPI_INCLUDE='' | |
| XATTR_LIBS='' | |
| XGETTEXT='' | |
| XMLCATALOG='' | |
| XML_CATALOG_FILE='' | |
| XSLTPROC='' | |
| ZLIB_CFLAGS='' | |
| ZLIB_LIBS='-lz' | |
| ac_ct_AR='' | |
| ac_ct_CC='gcc' | |
| ac_ct_CXX='c++' | |
| ac_ct_DUMPBIN='' | |
| am__EXEEXT_FALSE='' | |
| am__EXEEXT_TRUE='' | |
| am__fastdepCC_FALSE='#' | |
| am__fastdepCC_TRUE='' | |
| am__fastdepCXX_FALSE='#' | |
| am__fastdepCXX_TRUE='' | |
| am__include='include' | |
| am__isrc='' | |
| am__leading_dot='.' | |
| am__nodep='_no' | |
| am__quote='' | |
| am__tar='tar --format=ustar -chf - "$$tardir"' | |
| am__untar='tar -xf -' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-unknown-linux-gnu' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='linux-gnu' | |
| build_vendor='unknown' | |
| config_h_INCLUDES='' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
| dvidir='${docdir}' | |
| exec_prefix='NONE' | |
| gio_INCLUDES='' | |
| glib_INCLUDES='' | |
| gmodule_INCLUDES='' | |
| gobject_INCLUDES='' | |
| host='x86_64-unknown-linux-gnu' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='linux-gnu' | |
| host_vendor='unknown' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install_sh='${SHELL} /home/guilherme/lib/mxe/tmp-glib/glib-2.36.3.native/install-sh' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| mkdir_p='$(MKDIR_P)' | |
| ms_librarian='' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| pkgpyexecdir='${pyexecdir}/glib' | |
| pkgpythondir='${pythondir}/glib' | |
| prefix='/home/guilherme/lib/mxe/usr/x86_64-w64-mingw32' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
| pythondir='${prefix}/lib/python2.7/site-packages' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define _GNU_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| configure: exit 1 | |
| settings.mk | |
| JOBS := 4 | |
| MXE_TARGETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32 | |
| #SOURCEFORGE_MIRROR := downloads.sourceforge.net | |
| #LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets | |
| #.DEFAULT local-pkg-list: | |
| #local-pkg-list: $(LOCAL_PKG_LIST) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment