Build of libhangul with clang_glibc toolchain

The build took 00h 01m 54s and was SUCCESSFUL.

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

SLOCLanguage
11,419 sh
7,272 ansic
3,548 makefile
16 sed
22,255 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libhangul 0.1.0-2 (Thu Apr 13 18:32:44 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# 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/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -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 for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for ANSI C header files... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking whether byte ordering is bigendian... no
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for working memcmp... 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 for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for munmap... yes
# checking for strcasecmp... yes
# checking for nl_langinfo... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# 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 x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating data/Makefile
# config.status: creating data/hanja/Makefile
# config.status: creating doc/Doxyfile
# config.status: creating hangul/Makefile
# config.status: creating libhangul.pc
# config.status: creating po/Makefile.in
# config.status: creating test/Makefile
# config.status: creating tools/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/libhangul/src/libhangul-0.1.0'
# Making all in hangul
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hangulctype.lo -MD -MP -MF .deps/libhangul_la-hangulctype.Tpo -c -o libhangul_la-hangulctype.lo `test -f 'hangulctype.c' || echo './'`hangulctype.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hangulctype.lo -MD -MP -MF .deps/libhangul_la-hangulctype.Tpo -c hangulctype.c -fPIC -DPIC -o .libs/libhangul_la-hangulctype.o
# mv -f .deps/libhangul_la-hangulctype.Tpo .deps/libhangul_la-hangulctype.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hangulinputcontext.lo -MD -MP -MF .deps/libhangul_la-hangulinputcontext.Tpo -c -o libhangul_la-hangulinputcontext.lo `test -f 'hangulinputcontext.c' || echo './'`hangulinputcontext.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hangulinputcontext.lo -MD -MP -MF .deps/libhangul_la-hangulinputcontext.Tpo -c hangulinputcontext.c -fPIC -DPIC -o .libs/libhangul_la-hangulinputcontext.o
# hangulinputcontext.c:459:21: warning: comparison of constant 2305843009213693951 with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
# if (n == 0 || n > ULONG_MAX / sizeof(HangulCombinationItem))
# ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/libhangul_la-hangulinputcontext.Tpo .deps/libhangul_la-hangulinputcontext.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hanja.lo -MD -MP -MF .deps/libhangul_la-hanja.Tpo -c -o libhangul_la-hanja.lo `test -f 'hanja.c' || echo './'`hanja.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -MT libhangul_la-hanja.lo -MD -MP -MF .deps/libhangul_la-hanja.Tpo -c hanja.c -fPIC -DPIC -o .libs/libhangul_la-hanja.o
# mv -f .deps/libhangul_la-hanja.Tpo .deps/libhangul_la-hanja.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -DLOCALEDIR=\"/usr/share/locale\" -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -version-info 1:0:0 -o libhangul.la -rpath /usr/lib libhangul_la-hangulctype.lo libhangul_la-hangulinputcontext.lo libhangul_la-hanja.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/libhangul_la-hangulctype.o .libs/libhangul_la-hangulinputcontext.o .libs/libhangul_la-hanja.o -Wl,-soname -Wl,libhangul.so.1 -o .libs/libhangul.so.1.0.0
# libtool: link: (cd ".libs" && rm -f "libhangul.so.1" && ln -s "libhangul.so.1.0.0" "libhangul.so.1")
# libtool: link: (cd ".libs" && rm -f "libhangul.so" && ln -s "libhangul.so.1.0.0" "libhangul.so")
# libtool: link: ( cd ".libs" && rm -f "libhangul.la" && ln -s "../libhangul.la" "libhangul.la" )
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# Making all in data
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# Making all in hanja
# make[3]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[3]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# Making all in tools
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -MT hangul-hangul.o -MD -MP -MF .deps/hangul-hangul.Tpo -c -o hangul-hangul.o `test -f 'hangul.c' || echo './'`hangul.c
# mv -f .deps/hangul-hangul.Tpo .deps/hangul-hangul.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -DLOCALEDIR=\"/usr/share/locale\" -o hangul hangul-hangul.o ../hangul/libhangul.la
# libtool: link: clang -DLOCALEDIR=\"/usr/share/locale\" -o .libs/hangul hangul-hangul.o ../hangul/.libs/libhangul.so
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# Making all in po
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/po'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/po'
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0'
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in hangul
# make[1]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libhangul/pkg/libhangul/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libhangul.la '/tmp/libhangul/pkg/libhangul/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libhangul.so.1.0.0 /tmp/libhangul/pkg/libhangul/usr/lib/libhangul.so.1.0.0
# libtool: install: (cd /tmp/libhangul/pkg/libhangul/usr/lib && { ln -s -f libhangul.so.1.0.0 libhangul.so.1 || { rm -f libhangul.so.1 && ln -s libhangul.so.1.0.0 libhangul.so.1; }; })
# libtool: install: (cd /tmp/libhangul/pkg/libhangul/usr/lib && { ln -s -f libhangul.so.1.0.0 libhangul.so || { rm -f libhangul.so && ln -s libhangul.so.1.0.0 libhangul.so; }; })
# libtool: install: /usr/bin/install -c .libs/libhangul.lai /tmp/libhangul/pkg/libhangul/usr/lib/libhangul.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/hangul-1.0" || /usr/bin/mkdir -p "/tmp/libhangul/pkg/libhangul/usr/include/hangul-1.0"
# /usr/bin/install -c -m 644 hangul.h '/tmp/libhangul/pkg/libhangul/usr/include/hangul-1.0'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/hangul'
# Making install in data
# make[1]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# Making install in hanja
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[3]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/libhangul/hanja" || /usr/bin/mkdir -p "/tmp/libhangul/pkg/libhangul/usr/share/libhangul/hanja"
# /usr/bin/install -c -m 644 hanja.txt '/tmp/libhangul/pkg/libhangul/usr/share/libhangul/hanja'
# make[3]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data/hanja'
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# make[3]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# 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/libhangul/src/libhangul-0.1.0/data'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/data'
# Making install in tools
# make[1]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libhangul/pkg/libhangul/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c hangul '/tmp/libhangul/pkg/libhangul/usr/bin'
# libtool: install: warning: `../hangul/libhangul.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/hangul /tmp/libhangul/pkg/libhangul/usr/bin/hangul
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/tools'
# Making install in po
# make[1]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0/po'
# installing ko.gmo as /tmp/libhangul/pkg/libhangul/usr/share/locale/ko/LC_MESSAGES/libhangul.mo
# if test "libhangul" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/libhangul/pkg/libhangul/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/libhangul/pkg/libhangul/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/libhangul/pkg/libhangul/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0/po'
# make[1]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0'
# make[2]: Entering directory '/tmp/libhangul/src/libhangul-0.1.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libhangul/pkg/libhangul/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 libhangul.pc '/tmp/libhangul/pkg/libhangul/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0'
# make[1]: Leaving directory '/tmp/libhangul/src/libhangul-0.1.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libhangul"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libhangul 0.1.0-2 (Thu Apr 13 18:33:23 UTC 2017)

CMD: pacman --query --file libhangul-0.1.0-2-x86_64.pkg.tar.xz
# libhangul 0.1.0-2

Creating hybrid package for 'libhangul'

Trying to find vanilla package 'libhangul'...

CMD: pacman --query --file /mirror/libhangul-0.1.0-2.pkg.tar.xz
# libhangul 0.1.0-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/hangul
# /usr/include/hangul-1.0/hangul.h
# /usr/lib/libhangul.so
# /usr/lib/libhangul.so.1
# /usr/lib/libhangul.so.1.0.0
# /usr/lib/pkgconfig/libhangul.pc
# /usr/share/libhangul/hanja/hanja.txt
# /usr/share/locale/ko/LC_MESSAGES/libhangul.mo
# /sysroot/usr/lib/libhangul.so.1.0.0
# /sysroot/usr/lib/libhangul.so.1
# /sysroot/usr/lib/libhangul.so
# /sysroot/usr/lib/libhangul.la
# /sysroot/usr/lib/pkgconfig/libhangul.pc
# /sysroot/usr/include/hangul-1.0/hangul.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libhangul.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 11243

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libhangul.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libhangul.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/libhangul/src/libhangul-0.1.0/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 libhangul configure 0.1.0, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5a74bc309e1a
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2318: checking for a BSD-compatible install
# configure:2386: result: /usr/bin/install -c
# configure:2397: checking whether build environment is sane
# configure:2447: result: yes
# configure:2496: checking for x86_64-unknown-linux-strip
# configure:2526: result: no
# configure:2536: checking for strip
# configure:2552: found /usr/bin/strip
# configure:2563: result: strip
# configure:2588: checking for a thread-safe mkdir -p
# configure:2627: result: /usr/bin/mkdir -p
# configure:2640: checking for gawk
# configure:2656: found /usr/bin/gawk
# configure:2667: result: gawk
# configure:2678: checking whether make sets $(MAKE)
# configure:2700: result: yes
# configure:2802: checking for x86_64-unknown-linux-gcc
# configure:2829: result: clang
# configure:3098: checking for C compiler version
# configure:3107: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3118: $? = 0
# configure:3107: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3118: $? = 0
# configure:3107: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3118: $? = 1
# configure:3107: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3118: $? = 1
# configure:3138: checking whether the C compiler works
# configure:3160: clang conftest.c >&5
# configure:3164: $? = 0
# configure:3213: result: yes
# configure:3216: checking for C compiler default output file name
# configure:3218: result: a.out
# configure:3224: checking for suffix of executables
# configure:3231: clang -o conftest conftest.c >&5
# configure:3235: $? = 0
# configure:3257: result:
# configure:3279: checking whether we are cross compiling
# configure:3287: clang -o conftest conftest.c >&5
# configure:3291: $? = 0
# configure:3298: ./conftest
# configure:3302: $? = 0
# configure:3317: result: no
# configure:3322: checking for suffix of object files
# configure:3344: clang -c conftest.c >&5
# configure:3348: $? = 0
# configure:3369: result: o
# configure:3373: checking whether we are using the GNU C compiler
# configure:3392: clang -c conftest.c >&5
# configure:3392: $? = 0
# configure:3401: result: yes
# configure:3410: checking whether clang accepts -g
# configure:3430: clang -c -g conftest.c >&5
# configure:3430: $? = 0
# configure:3471: result: yes
# configure:3488: checking for clang option to accept ISO C89
# configure:3552: clang -c conftest.c >&5
# configure:3552: $? = 0
# configure:3565: result: none needed
# configure:3596: checking for style of include used by make
# configure:3624: result: GNU
# configure:3649: checking dependency style of clang
# configure:3759: result: gcc3
# configure:3775: checking whether clang and cc understand -c and -o together
# configure:3806: clang -c conftest.c -o conftest2.o >&5
# configure:3810: $? = 0
# configure:3816: clang -c conftest.c -o conftest2.o >&5
# configure:3820: $? = 0
# configure:3831: cc -c conftest.c >&5
# configure:3835: $? = 0
# configure:3843: cc -c conftest.c -o conftest2.o >&5
# configure:3847: $? = 0
# configure:3853: cc -c conftest.c -o conftest2.o >&5
# configure:3857: $? = 0
# configure:3875: result: yes
# configure:3929: checking build system type
# configure:3943: result: x86_64-unknown-linux-gnu
# configure:3963: checking host system type
# configure:3976: result: x86_64-unknown-linux-gnu
# configure:4017: checking how to print strings
# configure:4044: result: printf
# configure:4065: checking for a sed that does not truncate output
# configure:4129: result: /usr/bin/sed
# configure:4147: checking for grep that handles long lines and -e
# configure:4205: result: /usr/bin/grep
# configure:4210: checking for egrep
# configure:4272: result: /usr/bin/grep -E
# configure:4277: checking for fgrep
# configure:4339: result: /usr/bin/grep -F
# configure:4374: checking for ld used by clang
# configure:4441: result: /usr/bin/ld
# configure:4448: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4463: result: yes
# configure:4475: checking for BSD- or MS-compatible name lister (nm)
# configure:4524: result: /usr/bin/nm -B
# configure:4654: checking the name lister (/usr/bin/nm -B) interface
# configure:4661: clang -c conftest.c >&5
# configure:4664: /usr/bin/nm -B "conftest.o"
# configure:4667: output
# 0000000000000000 B some_variable
# configure:4674: result: BSD nm
# configure:4677: checking whether ln -s works
# configure:4681: result: yes
# configure:4689: checking the maximum length of command line arguments
# configure:4814: result: 1572864
# configure:4831: checking whether the shell understands some XSI constructs
# configure:4841: result: yes
# configure:4845: checking whether the shell understands "+="
# configure:4851: result: yes
# configure:4886: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4926: result: func_convert_file_noop
# configure:4933: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4953: result: func_convert_file_noop
# configure:4960: checking for /usr/bin/ld option to reload object files
# configure:4967: result: -r
# configure:5001: checking for x86_64-unknown-linux-objdump
# configure:5031: result: no
# configure:5041: checking for objdump
# configure:5057: found /usr/bin/objdump
# configure:5068: result: objdump
# configure:5100: checking how to recognize dependent libraries
# configure:5302: result: pass_all
# configure:5347: checking for x86_64-unknown-linux-dlltool
# configure:5377: result: no
# configure:5387: checking for dlltool
# configure:5417: result: no
# configure:5447: checking how to associate runtime and link libraries
# configure:5474: result: printf %s\n
# configure:5491: checking for x86_64-unknown-linux-ar
# configure:5521: result: no
# configure:5535: checking for ar
# configure:5551: found /usr/bin/ar
# configure:5562: result: ar
# configure:5599: checking for archiver @FILE support
# configure:5616: clang -c conftest.c >&5
# configure:5616: $? = 0
# configure:5619: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5622: $? = 0
# configure:5627: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5630: $? = 1
# configure:5642: result: @
# configure:5660: checking for x86_64-unknown-linux-strip
# configure:5687: result: strip
# configure:5759: checking for x86_64-unknown-linux-ranlib
# configure:5789: result: no
# configure:5799: checking for ranlib
# configure:5815: found /usr/bin/ranlib
# configure:5826: result: ranlib
# configure:5928: checking command to parse /usr/bin/nm -B output from clang object
# configure:6047: clang -c conftest.c >&5
# configure:6050: $? = 0
# configure:6054: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6057: $? = 0
# configure:6123: clang -o conftest conftest.c conftstm.o >&5
# configure:6126: $? = 0
# configure:6164: result: ok
# configure:6201: checking for sysroot
# configure:6231: result: no
# configure:6308: clang -c conftest.c >&5
# configure:6311: $? = 0
# configure:6434: checking for x86_64-unknown-linux-mt
# configure:6464: result: no
# configure:6474: checking for mt
# configure:6504: result: no
# configure:6524: checking if : is a manifest tool
# configure:6530: : '-?'
# configure:6538: result: no
# configure:7170: checking how to run the C preprocessor
# configure:7201: clang -E conftest.c
# configure:7201: $? = 0
# configure:7215: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7215: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.0"
# | /* end confdefs.h. */
# | #include
# configure:7240: result: clang -E
# configure:7260: clang -E conftest.c
# configure:7260: $? = 0
# configure:7274: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7274: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.0"
# | /* end confdefs.h. */
# | #include
# configure:7303: checking for ANSI C header files
# configure:7323: clang -c conftest.c >&5
# configure:7323: $? = 0
# configure:7396: clang -o conftest conftest.c >&5
# configure:7396: $? = 0
# configure:7396: ./conftest
# configure:7396: $? = 0
# configure:7407: result: yes
# configure:7420: checking for sys/types.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for sys/stat.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for stdlib.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for string.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for memory.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for strings.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for inttypes.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for stdint.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7420: checking for unistd.h
# configure:7420: clang -c conftest.c >&5
# configure:7420: $? = 0
# configure:7420: result: yes
# configure:7435: checking for dlfcn.h
# configure:7435: clang -c conftest.c >&5
# configure:7435: $? = 0
# configure:7435: result: yes
# configure:7622: checking for objdir
# configure:7637: result: .libs
# configure:7908: checking if clang supports -fno-rtti -fno-exceptions
# configure:7926: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7930: $? = 0
# configure:7943: result: yes
# configure:8253: checking for clang option to produce PIC
# configure:8260: result: -fPIC -DPIC
# configure:8268: checking if clang PIC flag -fPIC -DPIC works
# configure:8286: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8290: $? = 0
# configure:8303: result: yes
# configure:8332: checking if clang static flag -static works
# configure:8360: result: yes
# configure:8375: checking if clang supports -c -o file.o
# configure:8396: clang -c -o out/conftest2.o conftest.c >&5
# configure:8400: $? = 0
# configure:8422: result: yes
# configure:8430: checking if clang supports -c -o file.o
# configure:8477: result: yes
# configure:8510: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9672: result: yes
# configure:9709: checking whether -lc should be explicitly linked in
# configure:9717: clang -c conftest.c >&5
# configure:9720: $? = 0
# configure:9735: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9738: $? = 0
# configure:9752: result: no
# configure:9917: checking dynamic linker characteristics
# configure:10432: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10432: $? = 0
# configure:10666: result: GNU/Linux ld.so
# configure:10773: checking how to hardcode library paths into programs
# configure:10798: result: immediate
# configure:11338: checking whether stripping libraries is possible
# configure:11343: result: yes
# configure:11378: checking if libtool supports shared libraries
# configure:11380: result: yes
# configure:11383: checking whether to build shared libraries
# configure:11404: result: yes
# configure:11407: checking whether to build static libraries
# configure:11411: result: no
# configure:11451: checking for ANSI C header files
# configure:11555: result: yes
# configure:11566: checking for stdlib.h
# configure:11566: result: yes
# configure:11566: checking for string.h
# configure:11566: result: yes
# configure:11566: checking limits.h usability
# configure:11566: clang -c conftest.c >&5
# configure:11566: $? = 0
# configure:11566: result: yes
# configure:11566: checking limits.h presence
# configure:11566: clang -E conftest.c
# configure:11566: $? = 0
# configure:11566: result: yes
# configure:11566: checking for limits.h
# configure:11566: result: yes
# configure:11579: checking langinfo.h usability
# configure:11579: clang -c conftest.c >&5
# configure:11579: $? = 0
# configure:11579: result: yes
# configure:11579: checking langinfo.h presence
# configure:11579: clang -E conftest.c
# configure:11579: $? = 0
# configure:11579: result: yes
# configure:11579: checking for langinfo.h
# configure:11579: result: yes
# configure:11591: checking for stdbool.h that conforms to C99
# configure:11676: clang -c conftest.c >&5
# conftest.c:55:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:99:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:99:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:100:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:100:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:100:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:11676: $? = 0
# configure:11683: result: yes
# configure:11685: checking for _Bool
# configure:11685: clang -c conftest.c >&5
# configure:11685: $? = 0
# configure:11685: clang -c conftest.c >&5
# conftest.c:64:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:11685: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LANGINFO_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 ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11685: result: yes
# configure:11701: checking whether byte ordering is bigendian
# configure:11716: clang -c conftest.c >&5
# conftest.c:31:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:31:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:11716: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:11761: clang -c conftest.c >&5
# configure:11761: $? = 0
# configure:11779: clang -c conftest.c >&5
# conftest.c:37:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:11779: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11907: result: no
# configure:11925: checking for an ANSI C-conforming const
# configure:11990: clang -c conftest.c >&5
# configure:11990: $? = 0
# configure:11997: result: yes
# configure:12005: checking for inline
# configure:12021: clang -c conftest.c >&5
# configure:12021: $? = 0
# configure:12029: result: inline
# configure:12050: checking for working memcmp
# configure:12093: clang -o conftest conftest.c >&5
# configure:12093: $? = 0
# configure:12093: ./conftest
# configure:12093: $? = 0
# configure:12103: result: yes
# configure:12118: checking for stdlib.h
# configure:12118: result: yes
# configure:12118: checking for unistd.h
# configure:12118: result: yes
# configure:12118: checking for sys/param.h
# configure:12118: clang -c conftest.c >&5
# configure:12118: $? = 0
# configure:12118: result: yes
# configure:12139: checking for getpagesize
# configure:12139: clang -o conftest conftest.c >&5
# configure:12139: $? = 0
# configure:12139: result: yes
# configure:12148: checking for working mmap
# configure:12295: clang -o conftest conftest.c >&5
# configure:12295: $? = 0
# configure:12295: ./conftest
# configure:12295: $? = 0
# configure:12305: result: yes
# configure:12316: checking for stdlib.h
# configure:12316: result: yes
# configure:12326: checking for GNU libc compatible realloc
# configure:12350: clang -o conftest conftest.c >&5
# configure:12350: $? = 0
# configure:12350: ./conftest
# configure:12350: $? = 0
# configure:12360: result: yes
# configure:12383: checking for munmap
# configure:12383: clang -o conftest conftest.c >&5
# configure:12383: $? = 0
# configure:12383: result: yes
# configure:12394: checking for strcasecmp
# configure:12394: clang -o conftest conftest.c >&5
# conftest.c:61:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:61:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:12394: $? = 0
# configure:12394: result: yes
# configure:12405: checking for nl_langinfo
# configure:12405: clang -o conftest conftest.c >&5
# configure:12405: $? = 0
# configure:12405: result: yes
# configure:12424: checking whether NLS is requested
# configure:12433: result: yes
# configure:12474: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:12506: result: /usr/bin/msgfmt
# configure:12515: checking for gmsgfmt
# configure:12546: result: /usr/bin/msgfmt
# configure:12597: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:12629: result: /usr/bin/xgettext
# configure:12675: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:12706: result: /usr/bin/msgmerge
# configure:12763: checking for ld used by GCC
# configure:12827: result: /usr/bin/ld -m elf_x86_64
# configure:12834: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12847: result: yes
# configure:12854: checking for shared library run path origin
# configure:12867: result: done
# configure:13439: checking for CFPreferencesCopyAppValue
# configure:13457: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:41:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:13457: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 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 HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define GETTEXT_PACKAGE "libhangul"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:13466: result: no
# configure:13473: checking for CFLocaleCopyCurrent
# configure:13491: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:41:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:13491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libhangul"
# | #define PACKAGE_TARNAME "libhangul"
# | #define PACKAGE_VERSION "0.1.0"
# | #define PACKAGE_STRING "libhangul 0.1.0"
# | #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libhangul"
# | #define VERSION "0.1.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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 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 HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_NL_LANGINFO 1
# | #define GETTEXT_PACKAGE "libhangul"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:13500: result: no
# configure:13549: checking for GNU gettext in libc
# configure:13569: clang -o conftest conftest.c >&5
# configure:13569: $? = 0
# configure:13578: result: yes
# configure:14369: checking whether to use NLS
# configure:14371: result: yes
# configure:14374: checking where the gettext function comes from
# configure:14385: result: libc
# configure:14473: checking for iconv
# configure:14495: clang -o conftest conftest.c >&5
# configure:14495: $? = 0
# configure:14527: result: yes
# configure:14530: checking for working iconv
# configure:14625: clang -o conftest conftest.c >&5
# configure:14625: $? = 0
# configure:14625: ./conftest
# configure:14625: $? = 0
# configure:14637: result: yes
# configure:14665: checking for iconv declaration
# configure:14694: clang -c conftest.c >&5
# configure:14694: $? = 0
# configure:14705: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:14728: checking for x86_64-unknown-linux-pkg-config
# configure:14761: result: no
# configure:14771: checking for pkg-config
# configure:14789: found /usr/bin/pkg-config
# configure:14801: result: /usr/bin/pkg-config
# configure:14826: checking pkg-config is at least version 0.9.0
# configure:14829: result: yes
# configure:14839: $PKG_CONFIG --exists --print-errors "check"
# Package check was not found in the pkg-config search path.
# Perhaps you should add the directory containing `check.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'check' found
# configure:14842: $? = 1
# configure:15060: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libhangul config.status 0.1.0, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5a74bc309e1a
#
# config.status:1143: creating Makefile
# config.status:1143: creating data/Makefile
# config.status:1143: creating data/hanja/Makefile
# config.status:1143: creating doc/Doxyfile
# config.status:1143: creating hangul/Makefile
# config.status:1143: creating libhangul.pc
# config.status:1143: creating po/Makefile.in
# config.status:1143: creating test/Makefile
# config.status:1143: creating tools/Makefile
# config.status:1143: creating config.h
# config.status:1363: executing depfiles commands
# config.status:1363: executing libtool commands
# config.status:1363: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CHECK_CFLAGS_set=
# ac_cv_env_CHECK_CFLAGS_value=
# ac_cv_env_CHECK_LIBS_set=
# ac_cv_env_CHECK_LIBS_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_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_getpagesize=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# 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_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=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/bin/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_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CHECK_CFLAGS=''
# CHECK_LIBS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GETTEXT_MACRO_VERSION='0.18'
# GETTEXT_PACKAGE='libhangul'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBHANGUL_AGE='0'
# LIBHANGUL_CURRENT='1'
# LIBHANGUL_REVISION='0'
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libhangul/src/libhangul-0.1.0/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libhangul'
# PACKAGE_BUGREPORT='http://kldp.net/projects/hangul/'
# PACKAGE_NAME='libhangul'
# PACKAGE_STRING='libhangul 0.1.0'
# PACKAGE_TARNAME='libhangul'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.1.0'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='0.1.0'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_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/libhangul/src/libhangul-0.1.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libhangul"
# #define PACKAGE_TARNAME "libhangul"
# #define PACKAGE_VERSION "0.1.0"
# #define PACKAGE_STRING "libhangul 0.1.0"
# #define PACKAGE_BUGREPORT "http://kldp.net/projects/hangul/"
# #define PACKAGE_URL ""
# #define PACKAGE "libhangul"
# #define VERSION "0.1.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 STDC_HEADERS 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 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 HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE_MUNMAP 1
# #define HAVE_STRCASECMP 1
# #define HAVE_NL_LANGINFO 1
# #define GETTEXT_PACKAGE "libhangul"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
#
# configure: exit 0