Build of hunspell with vanilla toolchain

The build took 00h 00m 58s and was SUCCESSFUL.

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

SLOCLanguage
26,714 cpp
15,118 ansic
11,893 sh
8,662 makefile
291 yacc
261 perl
16 sed
62,955 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: hunspell 1.4.1-1 (Wed Aug 24 13:10:52 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/hunspell/src/hunspell-1.4.1/missing: Unknown `--is-lightweight' option
# Try `/tmp/hunspell/src/hunspell-1.4.1/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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 g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of g++... gcc3
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether g++ accepts -g... (cached) yes
# checking dependency style of g++... (cached) gcc3
# checking how to run the C++ preprocessor... g++ -E
# 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/sbin/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 for ld used by g++... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ linker (/usr/sbin/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 fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for error_at_line... yes
# checking for ANSI C header files... (cached) yes
# checking for memchr... yes
# checking for setlocale... yes
# checking for strchr... yes
# checking for strstr... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking whether we are using the GNU C Library 2 or newer... yes
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for simple visibility declarations... yes
# checking for size_t... yes
# checking for stdint.h... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether integer division by zero raises SIGFPE... yes
# checking for inttypes.h... yes
# checking for unsigned long long int... yes
# checking for inttypes.h... (cached) yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking 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/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether imported symbols can be declared weak... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_kill in -lpthread... yes
# checking for pthread_rwlock_t... yes
# checking for multithread API to use... posix
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking for inttypes.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... (cached) yes
# checking for getcwd... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getgid... yes
# checking for getuid... yes
# checking for mempcpy... yes
# checking for munmap... yes
# checking for stpcpy... yes
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking for tsearch... yes
# checking for argz_count... yes
# checking for argz_stringify... yes
# checking for argz_next... yes
# checking for __fsetlocking... yes
# checking whether feof_unlocked is declared... yes
# checking whether fgets_unlocked is declared... yes
# 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 for NL_LOCALE_NAME macro... yes
# checking for bison... bison
# checking version of bison... 3.0.4, ok
# checking for long long int... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for intmax_t... yes
# checking whether printf() supports POSIX/XSI format strings... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for stdint.h... (cached) yes
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for ptrdiff_t... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for asprintf... yes
# checking for fwprintf... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... (cached) yes
# checking for snprintf... yes
# checking for wcslen... yes
# checking whether _snprintf is declared... no
# checking whether _snwprintf is declared... no
# checking whether getc_unlocked is declared... yes
# checking for nl_langinfo and CODESET... yes
# checking for LC_MESSAGES... yes
# checking for CFPreferencesCopyAppValue... (cached) no
# checking for CFLocaleCopyCurrent... (cached) no
# checking whether included gettext is requested... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for tparm in -lncursesw... yes
# Compiling with curses user interface.
# checking for tparm in -lcurses... yes
# checking for readline in -lreadline... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# Using the readline library.
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating hunspell.pc
# config.status: creating man/Makefile
# config.status: creating man/hu/Makefile
# config.status: creating intl/Makefile
# config.status: creating po/Makefile.in
# config.status: creating m4/Makefile
# config.status: creating src/Makefile
# config.status: creating src/hunspell/Makefile
# config.status: creating src/hunspell/hunvisapi.h
# config.status: creating src/parsers/Makefile
# config.status: creating src/tools/Makefile
# config.status: creating src/win_api/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/suggestiontest/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# Making all in intl
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# Making all in po
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# Making all in src
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making all in hunspell
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -fPIC -DPIC -o .libs/affentry.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -fPIC -DPIC -o .libs/affixmgr.o
# mv -f .deps/affentry.Tpo .deps/affentry.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c -o csutil.lo csutil.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx -fPIC -DPIC -o .libs/csutil.o
# mv -f .deps/affixmgr.Tpo .deps/affixmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c -o hashmgr.lo hashmgr.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx -fPIC -DPIC -o .libs/hashmgr.o
# mv -f .deps/csutil.Tpo .deps/csutil.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.lo hunspell.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx -fPIC -DPIC -o .libs/hunspell.o
# mv -f .deps/hashmgr.Tpo .deps/hashmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c -o suggestmgr.lo suggestmgr.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx -fPIC -DPIC -o .libs/suggestmgr.o
# mv -f .deps/hunspell.Tpo .deps/hunspell.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c -o phonet.lo phonet.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx -fPIC -DPIC -o .libs/phonet.o
# mv -f .deps/phonet.Tpo .deps/phonet.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c -o filemgr.lo filemgr.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx -fPIC -DPIC -o .libs/filemgr.o
# mv -f .deps/suggestmgr.Tpo .deps/suggestmgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.lo hunzip.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx -fPIC -DPIC -o .libs/hunzip.o
# mv -f .deps/filemgr.Tpo .deps/filemgr.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c -o replist.lo replist.cxx
# libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx -fPIC -DPIC -o .libs/replist.o
# mv -f .deps/hunzip.Tpo .deps/hunzip.Plo
# mv -f .deps/replist.Tpo .deps/replist.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -DBUILDING_LIBHUNSPELL -no-undefined -o libhunspell-1.4.la -rpath /usr/lib affentry.lo affixmgr.lo csutil.lo hashmgr.lo hunspell.lo suggestmgr.lo phonet.lo filemgr.lo hunzip.lo replist.lo
# libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/hashmgr.o .libs/hunspell.o .libs/suggestmgr.o .libs/phonet.o .libs/filemgr.o .libs/hunzip.o .libs/replist.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o -Wl,-soname -Wl,libhunspell-1.4.so.0 -o .libs/libhunspell-1.4.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libhunspell-1.4.so.0" && ln -s "libhunspell-1.4.so.0.0.0" "libhunspell-1.4.so.0")
# libtool: link: (cd ".libs" && rm -f "libhunspell-1.4.so" && ln -s "libhunspell-1.4.so.0.0.0" "libhunspell-1.4.so")
# libtool: link: ( cd ".libs" && rm -f "libhunspell-1.4.la" && ln -s "../libhunspell-1.4.la" "libhunspell-1.4.la" )
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# Making all in parsers
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT firstparser.o -MD -MP -MF .deps/firstparser.Tpo -c -o firstparser.o firstparser.cxx
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT xmlparser.o -MD -MP -MF .deps/xmlparser.Tpo -c -o xmlparser.o xmlparser.cxx
# mv -f .deps/firstparser.Tpo .deps/firstparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT latexparser.o -MD -MP -MF .deps/latexparser.Tpo -c -o latexparser.o latexparser.cxx
# mv -f .deps/xmlparser.Tpo .deps/xmlparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT manparser.o -MD -MP -MF .deps/manparser.Tpo -c -o manparser.o manparser.cxx
# mv -f .deps/latexparser.Tpo .deps/latexparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT textparser.o -MD -MP -MF .deps/textparser.Tpo -c -o textparser.o textparser.cxx
# mv -f .deps/manparser.Tpo .deps/manparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT htmlparser.o -MD -MP -MF .deps/htmlparser.Tpo -c -o htmlparser.o htmlparser.cxx
# mv -f .deps/htmlparser.Tpo .deps/htmlparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT odfparser.o -MD -MP -MF .deps/odfparser.Tpo -c -o odfparser.o odfparser.cxx
# mv -f .deps/textparser.Tpo .deps/textparser.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -MT testparser.o -MD -MP -MF .deps/testparser.Tpo -c -o testparser.o testparser.cxx
# mv -f .deps/testparser.Tpo .deps/testparser.Po
# mv -f .deps/odfparser.Tpo .deps/odfparser.Po
# rm -f libparsers.a
# ar cru libparsers.a firstparser.o xmlparser.o latexparser.o manparser.o textparser.o htmlparser.o odfparser.o
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/libhunspell-1.4.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libparsers.a
# libtool: link: g++ -o .libs/testparser firstparser.o xmlparser.o latexparser.o manparser.o testparser.o textparser.o htmlparser.o odfparser.o ../hunspell/.libs/libhunspell-1.4.so
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# Making all in tools
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT analyze.o -MD -MP -MF .deps/analyze.Tpo -c -o analyze.o analyze.cxx
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT chmorph.o -MD -MP -MF .deps/chmorph.Tpo -c -o chmorph.o chmorph.cxx
# mv -f .deps/analyze.Tpo .deps/analyze.Po
# mv -f .deps/chmorph.Tpo .deps/chmorph.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT munch.o -MD -MP -MF .deps/munch.Tpo -c -o munch.o munch.cxx
# mv -f .deps/munch.Tpo .deps/munch.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT unmunch.o -MD -MP -MF .deps/unmunch.Tpo -c -o unmunch.o unmunch.cxx
# mv -f .deps/unmunch.Tpo .deps/unmunch.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hzip.o -MD -MP -MF .deps/hzip.Tpo -c -o hzip.o hzip.cxx
# mv -f .deps/hunspell.Tpo .deps/hunspell.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT hunzip.o -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.o hunzip.cxx
# mv -f .deps/hzip.Tpo .deps/hzip.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.cxx
# mv -f .deps/hunzip.Tpo .deps/hunzip.Po
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o analyze analyze.o ../hunspell/libhunspell-1.4.la
# mv -f .deps/example.Tpo .deps/example.Po
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.4.la
# libtool: link: g++ -o .libs/analyze analyze.o ../hunspell/.libs/libhunspell-1.4.so
# libtool: link: g++ -o .libs/chmorph chmorph.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.4.so
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o hunspell hunspell.o ../parsers/libparsers.a ../hunspell/libhunspell-1.4.la -lncursesw -lreadline -lncurses
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o munch munch.o
# libtool: link: g++ -o .libs/hunspell hunspell.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.4.so -lncursesw -lreadline -lncurses
# libtool: link: g++ -o munch munch.o
# hunspell.o: In function `pipe_interface(Hunspell**, int, _IO_FILE*, char*)':
# hunspell.cxx:(.text+0x1f86): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o unmunch unmunch.o
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o hzip hzip.o
# libtool: link: g++ -o unmunch unmunch.o
# libtool: link: g++ -o hzip hzip.o
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o hunzip hunzip.o ../hunspell/libhunspell-1.4.la
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -o example example.o ../hunspell/libhunspell-1.4.la
# libtool: link: g++ -o .libs/hunzip hunzip.o ../hunspell/.libs/libhunspell-1.4.so
# libtool: link: g++ -o .libs/example example.o ../hunspell/.libs/libhunspell-1.4.so
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# Making all in win_api
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making all in man
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making all in hu
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making all in m4
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# Making all in tests
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# Making all in suggestiontest
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in intl
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# if { test "hunspell" = "gettext-runtime" || test "hunspell" = "gettext-tools"; } \
# && test 'no' = yes; then \
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib /tmp/hunspell/pkg/hunspell/usr/include; \
# /usr/bin/install -c -m 644 libintl.h /tmp/hunspell/pkg/hunspell/usr/include/libintl.h; \
# /bin/sh ../libtool --mode=install \
# /usr/bin/install -c -m 644 libintl.a /tmp/hunspell/pkg/hunspell/usr/lib/libintl.a; \
# if test "@RELOCATABLE@" = yes; then \
# dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/hunspell/pkg/hunspell/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
# if test -n "$dependencies"; then \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/libintl.la; \
# fi; \
# fi; \
# else \
# : ; \
# fi
# if test "hunspell" = "gettext-tools"; then \
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl; \
# /usr/bin/install -c -m 644 VERSION /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/VERSION; \
# /usr/bin/install -c -m 644 ChangeLog.inst /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/ChangeLog; \
# dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
# for file in $dists; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# chmod a+x /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/config.charset; \
# dists="plural.c"; \
# for file in $dists; do \
# if test -f $file; then dir=.; else dir=.; fi; \
# /usr/bin/install -c -m 644 $dir/$file \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
# for file in $dists; do \
# rm -f /tmp/hunspell/pkg/hunspell/usr/share/gettext/intl/$file; \
# done; \
# else \
# : ; \
# fi
# if test "hunspell" = "gettext-tools" \
# && test 'no' = no \
# && test yes != no; then \
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib; \
# /bin/sh ../libtool --mode=install \
# /usr/bin/install -c -m 644 libgnuintl.a /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.a; \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/preloadable_libintl.so; \
# /usr/bin/install -c -m 644 /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.so /tmp/hunspell/pkg/hunspell/usr/lib/preloadable_libintl.so; \
# /bin/sh ../libtool --mode=uninstall \
# rm -f /tmp/hunspell/pkg/hunspell/usr/lib/libgnuintl.a; \
# else \
# : ; \
# fi
# if test 'no' = yes; then \
# test yes != no || /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/lib; \
# temp=/tmp/hunspell/pkg/hunspell/usr/lib/t-charset.alias; \
# dest=/tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; \
# if test -f /tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; then \
# orig=/tmp/hunspell/pkg/hunspell/usr/lib/charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# if test yes = no; then \
# orig=charset.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# fi; \
# fi; \
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share/locale; \
# test -f /tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias \
# && orig=/tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias \
# || orig=./locale.alias; \
# temp=/tmp/hunspell/pkg/hunspell/usr/share/locale/t-locale.alias; \
# dest=/tmp/hunspell/pkg/hunspell/usr/share/locale/locale.alias; \
# sed -f ref-add.sed $orig > $temp; \
# /usr/bin/install -c -m 644 $temp $dest; \
# rm -f $temp; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/intl'
# Making install in po
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share
# /usr/bin/install: cannot stat './hu.gmo': No such file or directory
# installing ./hu.gmo as /tmp/hunspell/pkg/hunspell/usr/share/locale/hu/LC_MESSAGES/hunspell.mo
# /usr/bin/install: cannot stat './it.gmo': No such file or directory
# installing ./it.gmo as /tmp/hunspell/pkg/hunspell/usr/share/locale/it/LC_MESSAGES/hunspell.mo
# if test "hunspell" = "gettext-tools"; then \
# /usr/sbin/mkdir -p /tmp/hunspell/pkg/hunspell/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/hunspell/pkg/hunspell/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/po'
# Making install in src
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making install in hunspell
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/lib'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/include/hunspell'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libhunspell-1.4.la '/tmp/hunspell/pkg/hunspell/usr/lib'
# /usr/bin/install -c -m 644 affentry.hxx htypes.hxx affixmgr.hxx csutil.hxx hunspell.hxx atypes.hxx hunspell.h suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx hunvisapi.h '/tmp/hunspell/pkg/hunspell/usr/include/hunspell'
# libtool: install: /usr/bin/install -c .libs/libhunspell-1.4.so.0.0.0 /tmp/hunspell/pkg/hunspell/usr/lib/libhunspell-1.4.so.0.0.0
# libtool: install: (cd /tmp/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.4.so.0.0.0 libhunspell-1.4.so.0 || { rm -f libhunspell-1.4.so.0 && ln -s libhunspell-1.4.so.0.0.0 libhunspell-1.4.so.0; }; })
# libtool: install: (cd /tmp/hunspell/pkg/hunspell/usr/lib && { ln -s -f libhunspell-1.4.so.0.0.0 libhunspell-1.4.so || { rm -f libhunspell-1.4.so && ln -s libhunspell-1.4.so.0.0.0 libhunspell-1.4.so; }; })
# libtool: install: /usr/bin/install -c .libs/libhunspell-1.4.lai /tmp/hunspell/pkg/hunspell/usr/lib/libhunspell-1.4.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/hunspell'
# Making install in parsers
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/parsers'
# Making install in tools
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/bin'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/bin'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c analyze chmorph hunspell munch unmunch hzip hunzip '/tmp/hunspell/pkg/hunspell/usr/bin'
# /usr/bin/install -c makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell '/tmp/hunspell/pkg/hunspell/usr/bin'
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/analyze /tmp/hunspell/pkg/hunspell/usr/bin/analyze
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/chmorph /tmp/hunspell/pkg/hunspell/usr/bin/chmorph
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/hunspell /tmp/hunspell/pkg/hunspell/usr/bin/hunspell
# libtool: install: /usr/bin/install -c munch /tmp/hunspell/pkg/hunspell/usr/bin/munch
# libtool: install: /usr/bin/install -c unmunch /tmp/hunspell/pkg/hunspell/usr/bin/unmunch
# libtool: install: /usr/bin/install -c hzip /tmp/hunspell/pkg/hunspell/usr/bin/hzip
# libtool: install: warning: `../hunspell/libhunspell-1.4.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/hunzip /tmp/hunspell/pkg/hunspell/usr/bin/hunzip
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/tools'
# Making install in win_api
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src/win_api'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/src'
# Making install in man
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making install in hu
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/hu/man1'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# /usr/bin/install -c -m 644 hunspell.1 '/tmp/hunspell/pkg/hunspell/usr/share/man/hu/man1'
# /usr/bin/install -c -m 644 hunspell.5 '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man/hu'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man3'
# /usr/bin/install -c -m 644 hunspell.3 '/tmp/hunspell/pkg/hunspell/usr/share/man/man3'
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# /usr/bin/install -c -m 644 hunspell.1 hzip.1 hunzip.1 '/tmp/hunspell/pkg/hunspell/usr/share/man/man1'
# /usr/bin/install -c -m 644 hunspell.5 '/tmp/hunspell/pkg/hunspell/usr/share/man/man5'
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/man'
# Making install in m4
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/m4'
# Making install in tests
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# Making install in suggestiontest
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests/suggestiontest'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[3]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1/tests'
# make[1]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Entering directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/hunspell/pkg/hunspell/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 hunspell.pc '/tmp/hunspell/pkg/hunspell/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# make[1]: Leaving directory '/tmp/hunspell/src/hunspell-1.4.1'
# /tmp/hunspell/pkg/hunspell/usr/lib /tmp/hunspell/src/hunspell-1.4.1
# /tmp/hunspell/src/hunspell-1.4.1
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hunspell"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hunspell 1.4.1-1 (Wed Aug 24 13:11:20 UTC 2016)

CMD: pacman --query --file hunspell-1.4.1-1-x86_64.pkg.tar.xz
# hunspell 1.4.1-1

Creating hybrid package for 'hunspell'

Trying to find vanilla package 'hunspell'...

CMD: pacman --query --file /mirror/hunspell-nl-2.10g-2.pkg.tar.xz
# hunspell-nl 2.10g-2

CMD: pacman --query --file /mirror/hunspell-es-1:2.0-1.pkg.tar.xz
# hunspell-es 1:2.0-1

CMD: pacman --query --file /mirror/hunspell-it-2.4-4.pkg.tar.xz
# hunspell-it 2.4-4

CMD: pacman --query --file /mirror/hunspell-ro-3.3.10-1.pkg.tar.xz
# hunspell-ro 3.3.10-1

CMD: pacman --query --file /mirror/hunspell-en-2016.01.19-1.pkg.tar.xz
# hunspell-en 2016.01.19-1

CMD: pacman --query --file /mirror/hunspell-de-20151222-1.pkg.tar.xz
# hunspell-de 20151222-1

CMD: pacman --query --file /mirror/hunspell-fr-5.6-1.pkg.tar.xz
# hunspell-fr 5.6-1

CMD: pacman --query --file /mirror/hunspell-el-0.9-2.pkg.tar.xz
# hunspell-el 0.9-2

CMD: pacman --query --file /mirror/hunspell-pl-20150428-2.pkg.tar.xz
# hunspell-pl 20150428-2

CMD: pacman --query --file /mirror/hunspell-hu-1.6.1-3.pkg.tar.xz
# hunspell-hu 1.6.1-3

CMD: pacman --query --file /mirror/hunspell-he-1.3-1.pkg.tar.xz
# hunspell-he 1.3-1

CMD: pacman --query --file /mirror/hunspell-1.4.1-1.pkg.tar.xz
# hunspell 1.4.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libhunspell-1.4.so
# /usr/lib/libhunspell-1.4.so.0
# /usr/lib/libhunspell.so
# /usr/lib/libhunspell-1.4.so.0.0.0
# /usr/lib/pkgconfig/hunspell.pc
# /usr/bin/analyze
# /usr/bin/chmorph
# /usr/bin/unmunch
# /usr/bin/hunspell
# /usr/bin/wordlist2hunspell
# /usr/bin/affixcompress
# /usr/bin/makealias
# /usr/bin/hzip
# /usr/bin/wordforms
# /usr/bin/ispellaff2myspell
# /usr/bin/munch
# /usr/bin/hunzip
# /usr/share/man/hu/man1/hunspell.1.gz
# /usr/share/man/man3/hunspell.3.gz
# /usr/share/man/man5/hunspell.5.gz
# /usr/share/man/man1/hunspell.1.gz
# /usr/share/man/man1/hunzip.1.gz
# /usr/share/man/man1/hzip.1.gz
# /usr/include/hunspell/w_char.hxx
# /usr/include/hunspell/hunvisapi.h
# /usr/include/hunspell/langnum.hxx
# /usr/include/hunspell/phonet.hxx
# /usr/include/hunspell/hashmgr.hxx
# /usr/include/hunspell/filemgr.hxx
# /usr/include/hunspell/atypes.hxx
# /usr/include/hunspell/baseaffix.hxx
# /usr/include/hunspell/replist.hxx
# /usr/include/hunspell/hunzip.hxx
# /usr/include/hunspell/csutil.hxx
# /usr/include/hunspell/suggestmgr.hxx
# /usr/include/hunspell/htypes.hxx
# /usr/include/hunspell/hunspell.hxx
# /usr/include/hunspell/hunspell.h
# /usr/include/hunspell/affixmgr.hxx
# /usr/include/hunspell/affentry.hxx
# /sysroot/usr/lib/libhunspell-1.4.so.0.0.0
# /sysroot/usr/lib/libhunspell-1.4.so.0
# /sysroot/usr/lib/libhunspell-1.4.so
# /sysroot/usr/lib/libhunspell-1.4.la
# /sysroot/usr/lib/libhunspell.so
# /sysroot/usr/lib/pkgconfig/hunspell.pc
# /sysroot/usr/include/hunspell/affentry.hxx
# /sysroot/usr/include/hunspell/htypes.hxx
# /sysroot/usr/include/hunspell/affixmgr.hxx
# /sysroot/usr/include/hunspell/csutil.hxx
# /sysroot/usr/include/hunspell/hunspell.hxx
# /sysroot/usr/include/hunspell/atypes.hxx
# /sysroot/usr/include/hunspell/hunspell.h
# /sysroot/usr/include/hunspell/suggestmgr.hxx
# /sysroot/usr/include/hunspell/baseaffix.hxx
# /sysroot/usr/include/hunspell/hashmgr.hxx
# /sysroot/usr/include/hunspell/langnum.hxx
# /sysroot/usr/include/hunspell/phonet.hxx
# /sysroot/usr/include/hunspell/filemgr.hxx
# /sysroot/usr/include/hunspell/hunzip.hxx
# /sysroot/usr/include/hunspell/w_char.hxx
# /sysroot/usr/include/hunspell/replist.hxx
# /sysroot/usr/include/hunspell/hunvisapi.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf hunspell.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/hunspell.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hunspell.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hunspell.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/hunspell/src/hunspell-1.4.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by hunspell configure 1.4.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --with-ui --with-readline
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 73a89f91cbc4
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2836: checking build system type
# configure:2850: result: x86_64-unknown-linux-gnu
# configure:2870: checking host system type
# configure:2883: result: x86_64-unknown-linux-gnu
# configure:2903: checking target system type
# configure:2916: result: x86_64-unknown-linux-gnu
# configure:2961: checking for a BSD-compatible install
# configure:3029: result: /usr/bin/install -c
# configure:3040: checking whether build environment is sane
# configure:3095: result: yes
# configure:3133: WARNING: 'missing' script is too old or missing
# configure:3154: checking for x86_64-unknown-linux-strip
# configure:3184: result: no
# configure:3194: checking for strip
# configure:3210: found /usr/sbin/strip
# configure:3221: result: strip
# configure:3246: checking for a thread-safe mkdir -p
# configure:3285: result: /usr/sbin/mkdir -p
# configure:3292: checking for gawk
# configure:3308: found /usr/sbin/gawk
# configure:3319: result: gawk
# configure:3330: checking whether make sets $(MAKE)
# configure:3352: result: yes
# configure:3381: checking whether make supports nested variables
# configure:3398: result: yes
# configure:3549: checking for x86_64-unknown-linux-g++
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-c++
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-gpp
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-aCC
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-CC
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-cxx
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-cc++
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-cl.exe
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-FCC
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-KCC
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-RCC
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-xlC_r
# configure:3579: result: no
# configure:3549: checking for x86_64-unknown-linux-xlC
# configure:3579: result: no
# configure:3593: checking for g++
# configure:3609: found /usr/sbin/g++
# configure:3620: result: g++
# configure:3647: checking for C++ compiler version
# configure:3656: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3667: $? = 0
# configure:3656: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3667: $? = 0
# configure:3656: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3667: $? = 1
# configure:3656: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:3667: $? = 1
# configure:3687: checking whether the C++ compiler works
# configure:3709: g++ conftest.cpp >&5
# configure:3713: $? = 0
# configure:3761: result: yes
# configure:3764: checking for C++ compiler default output file name
# configure:3766: result: a.out
# configure:3772: checking for suffix of executables
# configure:3779: g++ -o conftest conftest.cpp >&5
# configure:3783: $? = 0
# configure:3805: result:
# configure:3827: checking whether we are cross compiling
# configure:3835: g++ -o conftest conftest.cpp >&5
# configure:3839: $? = 0
# configure:3846: ./conftest
# configure:3850: $? = 0
# configure:3865: result: no
# configure:3870: checking for suffix of object files
# configure:3892: g++ -c conftest.cpp >&5
# configure:3896: $? = 0
# configure:3917: result: o
# configure:3921: checking whether we are using the GNU C++ compiler
# configure:3940: g++ -c conftest.cpp >&5
# configure:3940: $? = 0
# configure:3949: result: yes
# configure:3958: checking whether g++ accepts -g
# configure:3978: g++ -c -g conftest.cpp >&5
# configure:3978: $? = 0
# configure:4019: result: yes
# configure:4053: checking for style of include used by make
# configure:4081: result: GNU
# configure:4107: checking dependency style of g++
# configure:4218: result: gcc3
# configure:4241: checking for x86_64-unknown-linux-gcc
# configure:4271: result: no
# configure:4281: checking for gcc
# configure:4297: found /usr/sbin/gcc
# configure:4308: result: gcc
# configure:4537: checking for C compiler version
# configure:4546: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:4557: $? = 0
# configure:4546: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4557: $? = 0
# configure:4546: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4557: $? = 1
# configure:4546: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4557: $? = 1
# configure:4561: checking whether we are using the GNU C compiler
# configure:4580: gcc -c conftest.c >&5
# configure:4580: $? = 0
# configure:4589: result: yes
# configure:4598: checking whether gcc accepts -g
# configure:4618: gcc -c -g conftest.c >&5
# configure:4618: $? = 0
# configure:4659: result: yes
# configure:4676: checking for gcc option to accept ISO C89
# configure:4739: gcc -c conftest.c >&5
# configure:4739: $? = 0
# configure:4752: result: none needed
# configure:4777: checking whether gcc understands -c and -o together
# configure:4799: gcc -c conftest.c -o conftest2.o
# configure:4802: $? = 0
# configure:4799: gcc -c conftest.c -o conftest2.o
# configure:4802: $? = 0
# configure:4814: result: yes
# configure:4833: checking dependency style of gcc
# configure:4944: result: gcc3
# configure:4984: checking for a sed that does not truncate output
# configure:5048: result: /usr/sbin/sed
# configure:5066: checking for grep that handles long lines and -e
# configure:5124: result: /usr/sbin/grep
# configure:5129: checking for egrep
# configure:5191: result: /usr/sbin/grep -E
# configure:5196: checking for fgrep
# configure:5258: result: /usr/sbin/grep -F
# configure:5293: checking for ld used by gcc
# configure:5360: result: /usr/sbin/ld
# configure:5367: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5382: result: yes
# configure:5394: checking for BSD- or MS-compatible name lister (nm)
# configure:5443: result: /usr/sbin/nm -B
# configure:5561: checking the name lister (/usr/sbin/nm -B) interface
# configure:5568: gcc -c conftest.c >&5
# configure:5571: /usr/sbin/nm -B "conftest.o"
# configure:5574: output
# 0000000000000000 B some_variable
# configure:5581: result: BSD nm
# configure:5584: checking whether ln -s works
# configure:5588: result: yes
# configure:5596: checking the maximum length of command line arguments
# configure:5716: result: 1572864
# configure:5733: checking whether the shell understands some XSI constructs
# configure:5743: result: yes
# configure:5747: checking whether the shell understands "+="
# configure:5753: result: yes
# configure:5788: checking for /usr/sbin/ld option to reload object files
# configure:5795: result: -r
# configure:5824: checking for x86_64-unknown-linux-objdump
# configure:5854: result: no
# configure:5864: checking for objdump
# configure:5880: found /usr/sbin/objdump
# configure:5891: result: objdump
# configure:5923: checking how to recognize dependent libraries
# configure:6119: result: pass_all
# configure:6139: checking for x86_64-unknown-linux-ar
# configure:6169: result: no
# configure:6179: checking for ar
# configure:6195: found /usr/sbin/ar
# configure:6206: result: ar
# configure:6244: checking for x86_64-unknown-linux-strip
# configure:6271: result: strip
# configure:6343: checking for x86_64-unknown-linux-ranlib
# configure:6373: result: no
# configure:6383: checking for ranlib
# configure:6399: found /usr/sbin/ranlib
# configure:6410: result: ranlib
# configure:6500: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6618: gcc -c conftest.c >&5
# configure:6621: $? = 0
# configure:6625: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6628: $? = 0
# configure:6682: gcc -o conftest conftest.c conftstm.o >&5
# configure:6685: $? = 0
# configure:6723: result: ok
# configure:6819: gcc -c conftest.c >&5
# configure:6822: $? = 0
# configure:7532: checking how to run the C preprocessor
# configure:7563: gcc -E conftest.c
# configure:7563: $? = 0
# configure:7577: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7577: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:7602: result: gcc -E
# configure:7622: gcc -E conftest.c
# configure:7622: $? = 0
# configure:7636: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7636: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:7665: checking for ANSI C header files
# configure:7685: gcc -c conftest.c >&5
# configure:7685: $? = 0
# configure:7758: gcc -o conftest conftest.c >&5
# configure:7758: $? = 0
# configure:7758: ./conftest
# configure:7758: $? = 0
# configure:7769: result: yes
# configure:7782: checking for sys/types.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for sys/stat.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for stdlib.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for string.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for memory.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for strings.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for inttypes.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for stdint.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7782: checking for unistd.h
# configure:7782: gcc -c conftest.c >&5
# configure:7782: $? = 0
# configure:7782: result: yes
# configure:7796: checking for dlfcn.h
# configure:7796: gcc -c conftest.c >&5
# configure:7796: $? = 0
# configure:7796: result: yes
# configure:7921: checking for C++ compiler version
# configure:7930: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:7941: $? = 0
# configure:7930: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:7941: $? = 0
# configure:7930: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:7941: $? = 1
# configure:7930: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:7941: $? = 1
# configure:7945: checking whether we are using the GNU C++ compiler
# configure:7973: result: yes
# configure:7982: checking whether g++ accepts -g
# configure:8043: result: yes
# configure:8068: checking dependency style of g++
# configure:8179: result: gcc3
# configure:8202: checking how to run the C++ preprocessor
# configure:8229: g++ -E conftest.cpp
# configure:8229: $? = 0
# configure:8243: g++ -E conftest.cpp
# conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8243: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8268: result: g++ -E
# configure:8288: g++ -E conftest.cpp
# configure:8288: $? = 0
# configure:8302: g++ -E conftest.cpp
# conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8508: checking for objdir
# configure:8523: result: .libs
# configure:8819: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8837: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8841: $? = 0
# configure:8854: result: no
# configure:8874: checking for gcc option to produce PIC
# configure:9146: result: -fPIC -DPIC
# configure:9158: checking if gcc PIC flag -fPIC -DPIC works
# configure:9176: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9180: $? = 0
# configure:9193: result: yes
# configure:9217: checking if gcc static flag -static works
# configure:9245: result: yes
# configure:9260: checking if gcc supports -c -o file.o
# configure:9281: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9285: $? = 0
# configure:9307: result: yes
# configure:9315: checking if gcc supports -c -o file.o
# configure:9362: result: yes
# configure:9395: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10381: result: yes
# configure:10418: checking whether -lc should be explicitly linked in
# configure:10423: gcc -c conftest.c >&5
# configure:10426: $? = 0
# configure:10441: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10444: $? = 0
# configure:10456: result: no
# configure:10620: checking dynamic linker characteristics
# configure:11053: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11053: $? = 0
# configure:11274: result: GNU/Linux ld.so
# configure:11376: checking how to hardcode library paths into programs
# configure:11401: result: immediate
# configure:11921: checking whether stripping libraries is possible
# configure:11926: result: yes
# configure:11961: checking if libtool supports shared libraries
# configure:11963: result: yes
# configure:11966: checking whether to build shared libraries
# configure:11987: result: yes
# configure:11990: checking whether to build static libraries
# configure:11994: result: no
# configure:12144: checking for ld used by g++
# configure:12211: result: /usr/sbin/ld -m elf_x86_64
# configure:12218: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:12233: result: yes
# configure:12288: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:13201: result: yes
# configure:13229: g++ -c conftest.cpp >&5
# configure:13232: $? = 0
# configure:13414: checking for g++ option to produce PIC
# configure:13731: result: -fPIC -DPIC
# configure:13740: checking if g++ PIC flag -fPIC -DPIC works
# configure:13758: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:13762: $? = 0
# configure:13775: result: yes
# configure:13796: checking if g++ static flag -static works
# configure:13824: result: yes
# configure:13836: checking if g++ supports -c -o file.o
# configure:13857: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:13861: $? = 0
# configure:13883: result: yes
# configure:13888: checking if g++ supports -c -o file.o
# configure:13935: result: yes
# configure:13965: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:13991: result: yes
# configure:14128: checking dynamic linker characteristics
# configure:14509: g++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:14509: $? = 0
# configure:14730: result: GNU/Linux ld.so
# configure:14781: checking how to hardcode library paths into programs
# configure:14806: result: immediate
# configure:15172: checking fcntl.h usability
# configure:15172: gcc -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking fcntl.h presence
# configure:15172: gcc -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for fcntl.h
# configure:15172: result: yes
# configure:15172: checking libintl.h usability
# configure:15172: gcc -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking libintl.h presence
# configure:15172: gcc -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for libintl.h
# configure:15172: result: yes
# configure:15172: checking locale.h usability
# configure:15172: gcc -c conftest.c >&5
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking locale.h presence
# configure:15172: gcc -E conftest.c
# configure:15172: $? = 0
# configure:15172: result: yes
# configure:15172: checking for locale.h
# configure:15172: result: yes
# configure:15172: checking for unistd.h
# configure:15172: result: yes
# configure:15184: checking for an ANSI C-conforming const
# configure:15250: gcc -c conftest.c >&5
# configure:15250: $? = 0
# configure:15257: result: yes
# configure:15265: checking for inline
# configure:15281: gcc -c conftest.c >&5
# configure:15281: $? = 0
# configure:15289: result: inline
# configure:15309: checking for error_at_line
# configure:15325: gcc -o conftest conftest.c >&5
# configure:15325: $? = 0
# configure:15333: result: yes
# configure:15344: checking for ANSI C header files
# configure:15448: result: yes
# configure:15459: checking for memchr
# configure:15459: gcc -o conftest conftest.c >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for setlocale
# configure:15459: gcc -o conftest conftest.c >&5
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for strchr
# configure:15459: gcc -o conftest conftest.c >&5
# conftest.c:53:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15459: checking for strstr
# configure:15459: gcc -o conftest conftest.c >&5
# conftest.c:54:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:15459: $? = 0
# configure:15459: result: yes
# configure:15477: checking whether NLS is requested
# configure:15486: result: yes
# configure:15527: checking for msgfmt
# configure: trying /usr/sbin/msgfmt...
# 0 translated messages.
# configure:15559: result: /usr/sbin/msgfmt
# configure:15568: checking for gmsgfmt
# configure:15599: result: /usr/sbin/msgfmt
# configure:15650: checking for xgettext
# configure: trying /usr/sbin/xgettext...
# /usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15682: result: /usr/sbin/xgettext
# configure:15728: checking for msgmerge
# configure: trying /usr/sbin/msgmerge...
# configure:15759: result: /usr/sbin/msgmerge
# configure:15777: checking whether we are using the GNU C Library 2 or newer
# configure:15804: result: yes
# configure:15813: checking for x86_64-unknown-linux-ranlib
# configure:15840: result: ranlib
# configure:15907: checking for simple visibility declarations
# configure:15929: gcc -c -fvisibility=hidden conftest.c >&5
# configure:15929: $? = 0
# configure:15938: result: yes
# configure:15953: checking for size_t
# configure:15953: gcc -c conftest.c >&5
# configure:15953: $? = 0
# configure:15953: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:15953: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15953: result: yes
# configure:15965: checking for stdint.h
# configure:15982: gcc -c conftest.c >&5
# configure:15982: $? = 0
# configure:15989: result: yes
# configure:16001: checking for working alloca.h
# configure:16018: gcc -o conftest conftest.c >&5
# configure:16018: $? = 0
# configure:16026: result: yes
# configure:16034: checking for alloca
# configure:16071: gcc -o conftest conftest.c >&5
# configure:16071: $? = 0
# configure:16079: result: yes
# configure:16191: checking for stdlib.h
# configure:16191: result: yes
# configure:16191: checking for unistd.h
# configure:16191: result: yes
# configure:16191: checking for sys/param.h
# configure:16191: gcc -c conftest.c >&5
# configure:16191: $? = 0
# configure:16191: result: yes
# configure:16211: checking for getpagesize
# configure:16211: gcc -o conftest conftest.c >&5
# configure:16211: $? = 0
# configure:16211: result: yes
# configure:16220: checking for working mmap
# configure:16367: gcc -o conftest conftest.c >&5
# configure:16367: $? = 0
# configure:16367: ./conftest
# configure:16367: $? = 0
# configure:16377: result: yes
# configure:16388: checking whether integer division by zero raises SIGFPE
# configure:16454: gcc -o conftest conftest.c >&5
# conftest.c:55:5: warning: built-in function 'nan' declared as non-function
# int nan;
# ^~~
# configure:16454: $? = 0
# configure:16454: ./conftest
# configure:16454: $? = 0
# configure:16466: result: yes
# configure:16479: checking for inttypes.h
# configure:16496: gcc -c conftest.c >&5
# configure:16496: $? = 0
# configure:16503: result: yes
# configure:16514: checking for unsigned long long int
# configure:16554: gcc -o conftest conftest.c >&5
# configure:16554: $? = 0
# configure:16562: result: yes
# configure:16592: checking for inttypes.h
# configure:16592: result: yes
# configure:16603: checking whether the inttypes.h PRIxNN macros are broken
# configure:16624: gcc -c conftest.c >&5
# configure:16624: $? = 0
# configure:16632: result: no
# configure:16648: checking minix/config.h usability
# configure:16648: gcc -c conftest.c >&5
# conftest.c:79:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:16648: result: no
# configure:16648: checking minix/config.h presence
# configure:16648: gcc -E conftest.c
# conftest.c:46:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:16648: result: no
# configure:16648: checking for minix/config.h
# configure:16648: result: no
# configure:16669: checking whether it is safe to define __EXTENSIONS__
# configure:16687: gcc -c conftest.c >&5
# configure:16687: $? = 0
# configure:16694: result: yes
# configure:16788: checking for ld used by GCC
# configure:16852: result: /usr/sbin/ld -m elf_x86_64
# configure:16859: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:16872: result: yes
# configure:16879: checking for shared library run path origin
# configure:16892: result: done
# configure:16938: checking whether imported symbols can be declared weak
# configure:16953: gcc -o conftest conftest.c >&5
# configure:16953: $? = 0
# configure:16958: result: yes
# configure:16963: checking pthread.h usability
# configure:16963: gcc -c conftest.c >&5
# configure:16963: $? = 0
# configure:16963: result: yes
# configure:16963: checking pthread.h presence
# configure:16963: gcc -E conftest.c
# configure:16963: $? = 0
# configure:16963: result: yes
# configure:16963: checking for pthread.h
# configure:16963: result: yes
# configure:16991: gcc -o conftest conftest.c >&5
# /tmp/ccKhFls2.o: In function `main':
# conftest.c:(.text+0x14): undefined reference to `pthread_mutexattr_init'
# collect2: error: ld returned 1 exit status
# configure:16991: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_mutex_lock((pthread_mutex_t*)0);
# | pthread_mutexattr_init((pthread_mutexattr_t*)0);
# | ;
# | return 0;
# | }
# configure:17054: checking for pthread_kill in -lpthread
# configure:17079: gcc -o conftest conftest.c -lpthread >&5
# configure:17079: $? = 0
# configure:17088: result: yes
# configure:17158: checking for pthread_rwlock_t
# configure:17158: gcc -c conftest.c >&5
# configure:17158: $? = 0
# configure:17158: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:58:31: error: expected expression before ')' token
# if (sizeof ((pthread_rwlock_t)))
# ^
# configure:17158: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((pthread_rwlock_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17158: result: yes
# configure:17183: gcc -c conftest.c >&5
# configure:17183: $? = 0
# configure:17781: checking for multithread API to use
# configure:17783: result: posix
# configure:18251: gcc -o conftest conftest.c >&5
# configure:18251: $? = 0
# configure:18262: checking argz.h usability
# configure:18262: gcc -c conftest.c >&5
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking argz.h presence
# configure:18262: gcc -E conftest.c
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking for argz.h
# configure:18262: result: yes
# configure:18262: checking for inttypes.h
# configure:18262: result: yes
# configure:18262: checking limits.h usability
# configure:18262: gcc -c conftest.c >&5
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking limits.h presence
# configure:18262: gcc -E conftest.c
# configure:18262: $? = 0
# configure:18262: result: yes
# configure:18262: checking for limits.h
# configure:18262: result: yes
# configure:18262: checking for unistd.h
# configure:18262: result: yes
# configure:18262: checking for sys/param.h
# configure:18262: result: yes
# configure:18277: checking for getcwd
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getegid
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for geteuid
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getgid
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for getuid
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for mempcpy
# configure:18277: gcc -o conftest conftest.c >&5
# conftest.c:89:6: warning: conflicting types for built-in function 'mempcpy'
# char mempcpy ();
# ^~~~~~~
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for munmap
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for stpcpy
# configure:18277: gcc -o conftest conftest.c >&5
# conftest.c:91:6: warning: conflicting types for built-in function 'stpcpy'
# char stpcpy ();
# ^~~~~~
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strcasecmp
# configure:18277: gcc -o conftest conftest.c >&5
# conftest.c:92:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strdup
# configure:18277: gcc -o conftest conftest.c >&5
# conftest.c:93:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for strtoul
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for tsearch
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_count
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_stringify
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for argz_next
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18277: checking for __fsetlocking
# configure:18277: gcc -o conftest conftest.c >&5
# configure:18277: $? = 0
# configure:18277: result: yes
# configure:18288: checking whether feof_unlocked is declared
# configure:18308: gcc -c conftest.c >&5
# configure:18308: $? = 0
# configure:18315: result: yes
# configure:18329: checking whether fgets_unlocked is declared
# configure:18349: gcc -c conftest.c >&5
# configure:18349: $? = 0
# configure:18356: result: yes
# configure:18400: checking for iconv
# configure:18422: gcc -o conftest conftest.c >&5
# configure:18422: $? = 0
# configure:18454: result: yes
# configure:18457: checking for working iconv
# configure:18533: gcc -o conftest conftest.c >&5
# configure:18533: $? = 0
# configure:18533: ./conftest
# configure:18533: $? = 0
# configure:18545: result: yes
# configure:18573: checking for iconv declaration
# configure:18602: gcc -c conftest.c >&5
# configure:18602: $? = 0
# configure:18613: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:18624: checking for NL_LOCALE_NAME macro
# configure:18643: gcc -o conftest conftest.c >&5
# configure:18643: $? = 0
# configure:18652: result: yes
# configure:18664: checking for bison
# configure:18680: found /usr/sbin/bison
# configure:18691: result: bison
# configure:18705: checking version of bison
# configure:18714: result: 3.0.4, ok
# configure:18722: checking for long long int
# configure:18762: gcc -o conftest conftest.c >&5
# configure:18762: $? = 0
# configure:18792: gcc -o conftest conftest.c >&5
# configure:18792: $? = 0
# configure:18792: ./conftest
# configure:18792: $? = 0
# configure:18807: result: yes
# configure:18816: checking for wchar_t
# configure:18833: gcc -c conftest.c >&5
# configure:18833: $? = 0
# configure:18840: result: yes
# configure:18849: checking for wint_t
# configure:18874: gcc -c conftest.c >&5
# configure:18874: $? = 0
# configure:18881: result: yes
# configure:18892: checking for intmax_t
# configure:18918: gcc -c conftest.c >&5
# configure:18918: $? = 0
# configure:18925: result: yes
# configure:18935: checking whether printf() supports POSIX/XSI format strings
# configure:18976: gcc -o conftest conftest.c >&5
# configure:18976: $? = 0
# configure:18976: ./conftest
# configure:18976: $? = 0
# configure:18987: result: yes
# configure:18998: checking whether we are using the GNU C Library 2.1 or newer
# configure:19025: result: yes
# configure:19034: checking for stdint.h
# configure:19034: result: yes
# configure:19044: checking for SIZE_MAX
# configure:19116: result: yes
# configure:19131: checking for stdint.h
# configure:19131: result: yes
# configure:19143: checking for CFPreferencesCopyAppValue
# configure:19161: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:89:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:19161: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:19170: result: no
# configure:19177: checking for CFLocaleCopyCurrent
# configure:19195: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:89:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:19195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:19204: result: no
# configure:19222: checking for ptrdiff_t
# configure:19222: gcc -c conftest.c >&5
# configure:19222: $? = 0
# configure:19222: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:125:24: error: expected expression before ')' token
# if (sizeof ((ptrdiff_t)))
# ^
# configure:19222: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:19222: result: yes
# configure:19235: checking stddef.h usability
# configure:19235: gcc -c conftest.c >&5
# configure:19235: $? = 0
# configure:19235: result: yes
# configure:19235: checking stddef.h presence
# configure:19235: gcc -E conftest.c
# configure:19235: $? = 0
# configure:19235: result: yes
# configure:19235: checking for stddef.h
# configure:19235: result: yes
# configure:19235: checking for stdlib.h
# configure:19235: result: yes
# configure:19235: checking for string.h
# configure:19235: result: yes
# configure:19248: checking for asprintf
# configure:19248: gcc -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for fwprintf
# configure:19248: gcc -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for putenv
# configure:19248: gcc -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for setenv
# configure:19248: gcc -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for setlocale
# configure:19248: result: yes
# configure:19248: checking for snprintf
# configure:19248: gcc -o conftest conftest.c >&5
# conftest.c:120:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19248: checking for wcslen
# configure:19248: gcc -o conftest conftest.c >&5
# configure:19248: $? = 0
# configure:19248: result: yes
# configure:19259: checking whether _snprintf is declared
# configure:19279: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:22: error: '_snprintf' undeclared (first use in this function)
# char *p = (char *) _snprintf;
# ^~~~~~~~~
# conftest.c:105:22: note: each undeclared identifier is reported only once for each function it appears in
# configure:19279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snprintf
# | char *p = (char *) _snprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:19286: result: no
# configure:19300: checking whether _snwprintf is declared
# configure:19320: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:106:22: error: '_snwprintf' undeclared (first use in this function)
# char *p = (char *) _snwprintf;
# ^~~~~~~~~~
# conftest.c:106:22: note: each undeclared identifier is reported only once for each function it appears in
# configure:19320: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hunspell"
# | #define PACKAGE_TARNAME "hunspell"
# | #define PACKAGE_VERSION "1.4.0"
# | #define PACKAGE_STRING "hunspell 1.4.0"
# | #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hunspell"
# | #define VERSION "1.4.0"
# | #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 HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_UINTMAX_T 1
# | #define HAVE_INTTYPES_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define USE_POSIX_THREADS 1
# | #define USE_POSIX_THREADS_WEAK 1
# | #define HAVE_PTHREAD_RWLOCK 1
# | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE___FSETLOCKING 1
# | #define HAVE_DECL_FEOF_UNLOCKED 1
# | #define HAVE_DECL_FGETS_UNLOCKED 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_NL_LOCALE_NAME 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_POSIX_PRINTF 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_FWPRINTF 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_DECL__SNPRINTF 0
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# |
# | #ifndef _snwprintf
# | char *p = (char *) _snwprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:19327: result: no
# configure:19342: checking whether getc_unlocked is declared
# configure:19362: gcc -c conftest.c >&5
# configure:19362: $? = 0
# configure:19369: result: yes
# configure:19408: checking for nl_langinfo and CODESET
# configure:19424: gcc -o conftest conftest.c >&5
# configure:19424: $? = 0
# configure:19433: result: yes
# configure:19442: checking for LC_MESSAGES
# configure:19458: gcc -o conftest conftest.c >&5
# configure:19458: $? = 0
# configure:19466: result: yes
# configure:19617: checking for CFPreferencesCopyAppValue
# configure:19644: result: no
# configure:19651: checking for CFLocaleCopyCurrent
# configure:19678: result: no
# configure:19713: checking whether included gettext is requested
# configure:19723: result: no
# configure:19746: checking for GNU gettext in libc
# configure:19766: gcc -o conftest conftest.c >&5
# configure:19766: $? = 0
# configure:19775: result: yes
# configure:20338: checking whether to use NLS
# configure:20340: result: yes
# configure:20343: checking where the gettext function comes from
# configure:20354: result: libc
# configure:20464: checking for tparm in -lncursesw
# configure:20489: gcc -o conftest conftest.c -lncursesw >&5
# configure:20489: $? = 0
# configure:20498: result: yes
# configure:20617: checking for tparm in -lcurses
# configure:20642: gcc -o conftest conftest.c -lcurses >&5
# configure:20642: $? = 0
# configure:20651: result: yes
# configure:20700: checking for readline in -lreadline
# configure:20725: gcc -o conftest -lncurses conftest.c -lreadline >&5
# configure:20725: $? = 0
# configure:20734: result: yes
# configure:20737: checking readline/readline.h usability
# configure:20737: gcc -c conftest.c >&5
# configure:20737: $? = 0
# configure:20737: result: yes
# configure:20737: checking readline/readline.h presence
# configure:20737: gcc -E conftest.c
# configure:20737: $? = 0
# configure:20737: result: yes
# configure:20737: checking for readline/readline.h
# configure:20737: result: yes
# configure:20869: checking that generated files are newer than configure
# configure:20875: result: done
# configure:20906: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by hunspell config.status 1.4.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 73a89f91cbc4
#
# config.status:1296: creating Makefile
# config.status:1296: creating hunspell.pc
# config.status:1296: creating man/Makefile
# config.status:1296: creating man/hu/Makefile
# config.status:1296: creating intl/Makefile
# config.status:1296: creating po/Makefile.in
# config.status:1296: creating m4/Makefile
# config.status:1296: creating src/Makefile
# config.status:1296: creating src/hunspell/Makefile
# config.status:1296: creating src/hunspell/hunvisapi.h
# config.status:1296: creating src/parsers/Makefile
# config.status:1296: creating src/tools/Makefile
# config.status:1296: creating src/win_api/Makefile
# config.status:1296: creating tests/Makefile
# config.status:1296: creating tests/suggestiontest/Makefile
# config.status:1296: creating config.h
# config.status:1525: executing depfiles commands
# config.status:1525: executing libtool commands
# config.status:1525: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___fsetlocking=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_fwprintf=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getuid=yes
# ac_cv_func_memchr=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_wcslen=yes
# ac_cv_gnu_library_2=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl__snwprintf=no
# ac_cv_have_decl_feof_unlocked=yes
# ac_cv_have_decl_fgets_unlocked=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_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_lib_curses_tparm=yes
# ac_cv_lib_error_at_line=yes
# ac_cv_lib_ncursesw_tparm=yes
# ac_cv_lib_pthread_pthread_kill=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_INTLBISON=bison
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_long_long_int=yes
# ac_cv_type_pthread_rwlock_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long_int=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_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/sbin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# 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=
# gl_cv_cc_visibility=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_stdint_h=yes
# gl_cv_size_max=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_func_printf_posix=yes
# gt_cv_int_divbyzero_sigfpe=yes
# gt_cv_inttypes_pri_broken=no
# gt_cv_nl_locale_name=yes
# gt_cv_val_LC_MESSAGES=yes
# 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/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# 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=1572864
# nls_cv_force_use_gnu_gettext=no
# nls_cv_header_intl=
# nls_cv_header_libgt=
# nls_cv_use_gnu_gettext=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# BUILD_INCLUDED_LIBINTL='no'
# CATOBJEXT='.gmo'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAG_VISIBILITY='-fvisibility=hidden'
# CPP='gcc -E'
# CPPFLAGS=''
# CURSESLIB='-lncursesw'
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GENCAT='gencat'
# GETTEXT_MACRO_VERSION='0.17'
# GLIBC21='yes'
# GLIBC2='yes'
# GMSGFMT='/usr/sbin/msgfmt'
# GMSGFMT_015='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# HAVE_ASPRINTF='1'
# HAVE_POSIX_PRINTF='1'
# HAVE_SNPRINTF='1'
# HAVE_VISIBILITY='1'
# HAVE_WPRINTF='0'
# HUNSPELL_VERSION_MAJOR='1'
# HUNSPELL_VERSION_MINOR='4'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INSTOBJEXT='.mo'
# INTLBISON='bison'
# INTLLIBS=''
# INTLOBJS=''
# INTL_LIBTOOL_SUFFIX_PREFIX=''
# INTL_MACOSX_LIBS=''
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBMULTITHREAD='-lpthread'
# LIBOBJS=''
# LIBPTH=''
# LIBPTH_PREFIX=''
# LIBS=''
# LIBTHREAD=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBC='-lc'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBMULTITHREAD='-lpthread'
# LTLIBOBJS=''
# LTLIBPTH=''
# LTLIBTHREAD=''
# MAKEINFO='makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MSGFMT='/usr/sbin/msgfmt'
# MSGFMT_015='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='hunspell'
# PACKAGE_BUGREPORT='nemeth@numbertext.org'
# PACKAGE_NAME='hunspell'
# PACKAGE_STRING='hunspell 1.4.0'
# PACKAGE_TARNAME='hunspell'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.4.0'
# PATH_SEPARATOR=':'
# POSUB='po'
# PRI_MACROS_BROKEN='0'
# RANLIB='ranlib'
# READLINELIB='-lreadline -lncurses'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_INCLUDED_LIBINTL='no'
# USE_NLS='yes'
# VERSION='1.4.0'
# WINDRES=''
# WOE32='no'
# WOE32DLL='no'
# XFAILED=''
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# 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-tar} chof - "$$tardir"'
# am__untar='$${TAR-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'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/hunspell/src/hunspell-1.4.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "hunspell"
# #define PACKAGE_TARNAME "hunspell"
# #define PACKAGE_VERSION "1.4.0"
# #define PACKAGE_STRING "hunspell 1.4.0"
# #define PACKAGE_BUGREPORT "nemeth@numbertext.org"
# #define PACKAGE_URL ""
# #define PACKAGE "hunspell"
# #define VERSION "1.4.0"
# #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 HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_UNISTD_H 1
# #define STDC_HEADERS 1
# #define HAVE_MEMCHR 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_VISIBILITY 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define INTDIV0_RAISES_SIGFPE 1
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_UINTMAX_T 1
# #define HAVE_INTTYPES_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define USE_POSIX_THREADS 1
# #define USE_POSIX_THREADS_WEAK 1
# #define HAVE_PTHREAD_RWLOCK 1
# #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
# #define HAVE_BUILTIN_EXPECT 1
# #define HAVE_ARGZ_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGID 1
# #define HAVE_GETUID 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MUNMAP 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOUL 1
# #define HAVE_TSEARCH 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE___FSETLOCKING 1
# #define HAVE_DECL_FEOF_UNLOCKED 1
# #define HAVE_DECL_FGETS_UNLOCKED 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_NL_LOCALE_NAME 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INTMAX_T 1
# #define HAVE_POSIX_PRINTF 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_ASPRINTF 1
# #define HAVE_FWPRINTF 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SNPRINTF 1
# #define HAVE_WCSLEN 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_DECL__SNWPRINTF 0
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LC_MESSAGES 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_CURSES_H 1
# #define HAVE_NCURSESW_H 1
# #define HUNSPELL_WARNING_ON 1
# #define HAVE_READLINE 1
#
# configure: exit 0