Build of libstrl with vanilla toolchain

The build took 00h 00m 44s and was NOT successful.

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

SLOCLanguage
10,226 sh
1,421 ansic
1,079 makefile
12,726 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: libstrl 0.5.1-1 (Wed Aug 24 12:46:16 UTC 2016)
# ==> 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 x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for doxygen... /usr/sbin/doxygen
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/sbin/sed
# 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... no
# checking for 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/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... yes
# checking whether gcc and cc understand -c and -o together... yes
# checking for size_t... yes
# checking for CHECK... no
# checking for asprintf... yes
# checking for getdelim... yes
# checking for getline... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for strnlen... yes
# checking for strndup... yes
# checking for wcslcpy... no
# checking for wcslcat... no
# checking for wcsnlen... yes
# checking for vasprintf... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/strl.h.pre
# config.status: creating libstrl.pc
# config.status: creating Doxyfile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# cat < include/strl.h.pre > include/strl.h; ret=$?; [ $ret != 2 ]
# make all-am
# make[1]: Entering directory '/tmp/libstrl/src/libstrl-0.5.1'
# /usr/sbin/mkdir -p doxygen_include
# depbase=`echo src/noop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/noop.lo -MD -MP -MF $depbase.Tpo -c -o src/noop.lo src/noop.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# cp include/strl.h.pre doxygen_include/strl.h
# /usr/sbin/doxygen Doxyfile
# warning: Tag `SYMBOL_CACHE_SIZE' at line 289 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `SHOW_DIRECTORIES' at line 473 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `HTML_ALIGN_MEMBERS' at line 799 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_SCHEMA' at line 1136 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: Tag `XML_DTD' at line 1142 of file `Doxyfile' has become obsolete.
# To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
# warning: doxygen no longer ships with the FreeSans font.
# You may want to clear or change DOT_FONTNAME.
# Otherwise you run the risk that the wrong font is being used for dot generated graphs.
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/noop.lo -MD -MP -MF src/.deps/noop.Tpo -c src/noop.c -fPIC -DPIC -o src/.libs/noop.o
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/noop.lo -MD -MP -MF src/.deps/noop.Tpo -c src/noop.c -o src/noop.o >/dev/null 2>&1
# /tmp/libstrl/src/libstrl-0.5.1/doxygen_include/strl.h:121: warning: explicit link request to 'include' could not be resolved
# depbase=`echo src/strlcpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcpy.lo -MD -MP -MF $depbase.Tpo -c -o src/strlcpy.lo src/strlcpy.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# Searching for include files...
# Searching for example files...
# Searching for files in directory /tmp/libstrl/src/libstrl-0.5.1/examples
# Searching for images...
# Searching for dot files...
# Searching for msc files...
# Searching for dia files...
# Searching for files to exclude
# Searching INPUT for files to process...
# Reading and parsing tag files
# Parsing files
# Reading /tmp/libstrl/src/libstrl-0.5.1/doxygen_include/strl.h...
# Parsing file /tmp/libstrl/src/libstrl-0.5.1/doxygen_include/strl.h...
# Building group list...
# Building directory list...
# Building namespace list...
# Building file list...
# Building class list...
# Associating documentation with classes...
# Computing nesting relations for classes...
# Building example list...
# Searching for enumerations...
# Searching for documented typedefs...
# Searching for members imported via using declarations...
# Searching for included using directives...
# Searching for documented variables...
# Building interface member list...
# Building member list...
# Searching for friends...
# Searching for documented defines...
# Computing class inheritance relations...
# Computing class usage relations...
# Flushing cached template relations that have become invalid...
# Creating members for template instances...
# Computing class relations...
# Add enum values to enums...
# Searching for member function documentation...
# Building page list...
# Search for main page...
# Computing page relations...
# Determining the scope of groups...
# Sorting lists...
# Freeing entry tree
# Determining which enums are documented
# Computing member relations...
# Building full member lists recursively...
# Adding members to member groups.
# Computing member references...
# Inheriting documentation...
# Generating disk names...
# Adding source references...
# Adding xrefitems...
# Sorting member lists...
# Computing dependencies between directories...
# Generating citations page...
# Counting data structures...
# Resolving user defined references...
# Finding anchors and sections in the documentation...
# Transferring function references...
# Combining using relations...
# Adding members to index pages...
# Generating style sheet...
# Generating search indices...
# Generating example documentation...
# Generating file sources...
# Generating code for file /tmp/libstrl/src/libstrl-0.5.1/doxygen_include/strl.h...
# Generating file documentation...
# Generating docs for file /tmp/libstrl/src/libstrl-0.5.1/doxygen_include/strl.h...
# Generating page documentation...
# Generating group documentation...
# Generating class documentation...
# Generating namespace index...
# Generating graph info page...
# Generating directory documentation...
# Generating index page...
# Generating page index...
# Generating module index...
# Generating namespace index...
# Generating namespace member index...
# Generating annotated compound index...
# Generating alphabetical compound index...
# Generating hierarchical class index...
# Generating member index...
# Generating file index...
# Generating file member index...
# Generating example index...
# finalizing index lists...
# writing tag file...
# lookup cache used 11/65536 hits=11 misses=11
# finished...
# depbase=`echo src/strlcat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcat.lo -MD -MP -MF $depbase.Tpo -c -o src/strlcat.lo src/strlcat.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcpy.lo -MD -MP -MF src/.deps/strlcpy.Tpo -c src/strlcpy.c -fPIC -DPIC -o src/.libs/strlcpy.o
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcat.lo -MD -MP -MF src/.deps/strlcat.Tpo -c src/strlcat.c -fPIC -DPIC -o src/.libs/strlcat.o
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcpy.lo -MD -MP -MF src/.deps/strlcpy.Tpo -c src/strlcpy.c -o src/strlcpy.o >/dev/null 2>&1
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/strlcat.lo -MD -MP -MF src/.deps/strlcat.Tpo -c src/strlcat.c -o src/strlcat.o >/dev/null 2>&1
# depbase=`echo src/wcslcat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcat.lo -MD -MP -MF $depbase.Tpo -c -o src/wcslcat.lo src/wcslcat.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/wcslcpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcpy.lo -MD -MP -MF $depbase.Tpo -c -o src/wcslcpy.lo src/wcslcpy.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcat.lo -MD -MP -MF src/.deps/wcslcat.Tpo -c src/wcslcat.c -fPIC -DPIC -o src/.libs/wcslcat.o
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcpy.lo -MD -MP -MF src/.deps/wcslcpy.Tpo -c src/wcslcpy.c -fPIC -DPIC -o src/.libs/wcslcpy.o
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcat.lo -MD -MP -MF src/.deps/wcslcat.Tpo -c src/wcslcat.c -o src/wcslcat.o >/dev/null 2>&1
# libtool: compile: gcc -DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" "-DPACKAGE_STRING=\"libstrl 0.5.1\"" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" "-DPACKAGE_URL=\"https://ohnopub.net/~ohnobinki/libstrl\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1 -I. -Iinclude -MT src/wcslcpy.lo -MD -MP -MF src/.deps/wcslcpy.Tpo -c src/wcslcpy.c -o src/wcslcpy.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=link gcc -version-info 2:0:2 -no-undefined -o libstrl.la -rpath /usr/lib src/noop.lo src/strlcpy.lo src/strlcat.lo src/wcslcat.lo src/wcslcpy.lo
# libtool: link: gcc -shared src/.libs/noop.o src/.libs/strlcpy.o src/.libs/strlcat.o src/.libs/wcslcat.o src/.libs/wcslcpy.o -Wl,-soname -Wl,libstrl.so.0 -o .libs/libstrl.so.0.2.0
# libtool: link: (cd ".libs" && rm -f "libstrl.so.0" && ln -s "libstrl.so.0.2.0" "libstrl.so.0")
# libtool: link: (cd ".libs" && rm -f "libstrl.so" && ln -s "libstrl.so.0.2.0" "libstrl.so")
# libtool: link: ar cru .libs/libstrl.a src/noop.o src/strlcpy.o src/strlcat.o src/wcslcat.o src/wcslcpy.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libstrl.a
# libtool: link: ( cd ".libs" && rm -f "libstrl.la" && ln -s "../libstrl.la" "libstrl.la" )
# make[1]: Leaving directory '/tmp/libstrl/src/libstrl-0.5.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install: cannot stat 'man/man30/strl.h.30': No such file or directory
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libstrl/src/libstrl-0.5.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 libstrl configure 0.5.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-doxygen
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3642dbf890ca
# 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:2495: checking for x86_64-unknown-linux-pkg-config
# configure:2528: result: no
# configure:2538: checking for pkg-config
# configure:2556: found /usr/sbin/pkg-config
# configure:2568: result: /usr/sbin/pkg-config
# configure:2593: checking pkg-config is at least version 0.9.0
# configure:2596: result: yes
# configure:2659: checking for doxygen
# configure:2677: found /usr/sbin/doxygen
# configure:2690: result: /usr/sbin/doxygen
# configure:2725: checking for x86_64-unknown-linux-gcc
# configure:2755: result: no
# configure:2765: checking for gcc
# configure:2781: found /usr/sbin/gcc
# configure:2792: result: gcc
# configure:3021: checking for C compiler version
# configure:3030: 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:3041: $? = 0
# configure:3030: 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:3041: $? = 0
# configure:3030: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3041: $? = 1
# configure:3030: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3041: $? = 1
# configure:3061: checking whether the C compiler works
# configure:3083: gcc conftest.c >&5
# configure:3087: $? = 0
# configure:3135: result: yes
# configure:3138: checking for C compiler default output file name
# configure:3140: result: a.out
# configure:3146: checking for suffix of executables
# configure:3153: gcc -o conftest conftest.c >&5
# configure:3157: $? = 0
# configure:3179: result:
# configure:3201: checking whether we are cross compiling
# configure:3209: gcc -o conftest conftest.c >&5
# configure:3213: $? = 0
# configure:3220: ./conftest
# configure:3224: $? = 0
# configure:3239: result: no
# configure:3244: checking for suffix of object files
# configure:3266: gcc -c conftest.c >&5
# configure:3270: $? = 0
# configure:3291: result: o
# configure:3295: checking whether we are using the GNU C compiler
# configure:3314: gcc -c conftest.c >&5
# configure:3314: $? = 0
# configure:3323: result: yes
# configure:3332: checking whether gcc accepts -g
# configure:3352: gcc -c -g conftest.c >&5
# configure:3352: $? = 0
# configure:3393: result: yes
# configure:3410: checking for gcc option to accept ISO C89
# configure:3474: gcc -c conftest.c >&5
# configure:3474: $? = 0
# configure:3487: result: none needed
# configure:3513: checking how to run the C preprocessor
# configure:3544: gcc -E conftest.c
# configure:3544: $? = 0
# configure:3558: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3558: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | /* end confdefs.h. */
# | #include
# configure:3583: result: gcc -E
# configure:3603: gcc -E conftest.c
# configure:3603: $? = 0
# configure:3617: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3617: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | /* end confdefs.h. */
# | #include
# configure:3646: checking for grep that handles long lines and -e
# configure:3704: result: /usr/sbin/grep
# configure:3709: checking for egrep
# configure:3771: result: /usr/sbin/grep -E
# configure:3776: checking for ANSI C header files
# configure:3796: gcc -c conftest.c >&5
# configure:3796: $? = 0
# configure:3869: gcc -o conftest conftest.c >&5
# configure:3869: $? = 0
# configure:3869: ./conftest
# configure:3869: $? = 0
# configure:3880: result: yes
# configure:3893: checking for sys/types.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for sys/stat.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for stdlib.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for string.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for memory.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for strings.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for inttypes.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for stdint.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3893: checking for unistd.h
# configure:3893: gcc -c conftest.c >&5
# configure:3893: $? = 0
# configure:3893: result: yes
# configure:3906: checking minix/config.h usability
# configure:3906: gcc -c conftest.c >&5
# conftest.c:52:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #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:3906: result: no
# configure:3906: checking minix/config.h presence
# configure:3906: gcc -E conftest.c
# conftest.c:19:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3906: result: no
# configure:3906: checking for minix/config.h
# configure:3906: result: no
# configure:3927: checking whether it is safe to define __EXTENSIONS__
# configure:3945: gcc -c conftest.c >&5
# configure:3945: $? = 0
# configure:3952: result: yes
# configure:4012: checking for a BSD-compatible install
# configure:4080: result: /usr/bin/install -c
# configure:4091: checking whether build environment is sane
# configure:4141: result: yes
# configure:4282: checking for a thread-safe mkdir -p
# configure:4321: result: /usr/sbin/mkdir -p
# configure:4334: checking for gawk
# configure:4350: found /usr/sbin/gawk
# configure:4361: result: gawk
# configure:4372: checking whether make sets $(MAKE)
# configure:4394: result: yes
# configure:4424: checking for style of include used by make
# configure:4452: result: GNU
# configure:4537: checking dependency style of gcc
# configure:4647: result: gcc3
# configure:4692: checking build system type
# configure:4706: result: x86_64-unknown-linux-gnu
# configure:4726: checking host system type
# configure:4739: result: x86_64-unknown-linux-gnu
# configure:4759: checking for a sed that does not truncate output
# configure:4823: result: /usr/sbin/sed
# configure:4841: checking for fgrep
# configure:4903: result: /usr/sbin/grep -F
# configure:4938: checking for ld used by gcc
# configure:5005: result: /usr/sbin/ld
# configure:5012: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5027: result: yes
# configure:5039: checking for BSD- or MS-compatible name lister (nm)
# configure:5088: result: /usr/sbin/nm -B
# configure:5206: checking the name lister (/usr/sbin/nm -B) interface
# configure:5213: gcc -c conftest.c >&5
# configure:5216: /usr/sbin/nm -B "conftest.o"
# configure:5219: output
# 0000000000000000 B some_variable
# configure:5226: result: BSD nm
# configure:5229: checking whether ln -s works
# configure:5233: result: yes
# configure:5241: checking the maximum length of command line arguments
# configure:5361: result: 1572864
# configure:5378: checking whether the shell understands some XSI constructs
# configure:5388: result: yes
# configure:5392: checking whether the shell understands "+="
# configure:5398: result: yes
# configure:5433: checking for /usr/sbin/ld option to reload object files
# configure:5440: result: -r
# configure:5469: checking for x86_64-unknown-linux-objdump
# configure:5499: result: no
# configure:5509: checking for objdump
# configure:5525: found /usr/sbin/objdump
# configure:5536: result: objdump
# configure:5565: checking how to recognize dependent libraries
# configure:5761: result: pass_all
# configure:5781: checking for x86_64-unknown-linux-ar
# configure:5811: result: no
# configure:5821: checking for ar
# configure:5837: found /usr/sbin/ar
# configure:5848: result: ar
# configure:5886: checking for x86_64-unknown-linux-strip
# configure:5916: result: no
# configure:5926: checking for strip
# configure:5942: found /usr/sbin/strip
# configure:5953: result: strip
# configure:5985: checking for x86_64-unknown-linux-ranlib
# configure:6015: result: no
# configure:6025: checking for ranlib
# configure:6041: found /usr/sbin/ranlib
# configure:6052: result: ranlib
# configure:6142: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6260: gcc -c conftest.c >&5
# configure:6263: $? = 0
# configure:6267: /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:6270: $? = 0
# configure:6324: gcc -o conftest conftest.c conftstm.o >&5
# configure:6327: $? = 0
# configure:6365: result: ok
# configure:6460: gcc -c conftest.c >&5
# configure:6463: $? = 0
# configure:7170: checking for dlfcn.h
# configure:7170: gcc -c conftest.c >&5
# configure:7170: $? = 0
# configure:7170: result: yes
# configure:7652: checking for objdir
# configure:7667: result: .libs
# configure:7963: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7981: 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:7985: $? = 0
# configure:7998: result: no
# configure:8018: checking for gcc option to produce PIC
# configure:8290: result: -fPIC -DPIC
# configure:8302: checking if gcc PIC flag -fPIC -DPIC works
# configure:8320: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8324: $? = 0
# configure:8337: result: yes
# configure:8361: checking if gcc static flag -static works
# configure:8389: result: yes
# configure:8404: checking if gcc supports -c -o file.o
# configure:8425: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8429: $? = 0
# configure:8451: result: yes
# configure:8459: checking if gcc supports -c -o file.o
# configure:8506: result: yes
# configure:8539: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:9525: result: yes
# configure:9562: checking whether -lc should be explicitly linked in
# configure:9567: gcc -c conftest.c >&5
# configure:9570: $? = 0
# configure:9585: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9588: $? = 0
# configure:9600: result: no
# configure:9764: checking dynamic linker characteristics
# configure:10210: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10210: $? = 0
# configure:10428: result: GNU/Linux ld.so
# configure:10530: checking how to hardcode library paths into programs
# configure:10555: result: immediate
# configure:11075: checking whether stripping libraries is possible
# configure:11080: result: yes
# configure:11115: checking if libtool supports shared libraries
# configure:11117: result: yes
# configure:11120: checking whether to build shared libraries
# configure:11141: result: yes
# configure:11144: checking whether to build static libraries
# configure:11148: result: yes
# configure:11185: checking whether gcc and cc understand -c and -o together
# configure:11216: gcc -c conftest.c -o conftest2.o >&5
# configure:11220: $? = 0
# configure:11226: gcc -c conftest.c -o conftest2.o >&5
# configure:11230: $? = 0
# configure:11241: cc -c conftest.c >&5
# configure:11245: $? = 0
# configure:11253: cc -c conftest.c -o conftest2.o >&5
# configure:11257: $? = 0
# configure:11263: cc -c conftest.c -o conftest2.o >&5
# configure:11267: $? = 0
# configure:11285: result: yes
# configure:11297: checking for size_t
# configure:11297: gcc -c conftest.c >&5
# configure:11297: $? = 0
# configure:11297: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:11297: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libstrl"
# | #define VERSION "0.5.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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:11297: result: yes
# configure:11312: checking for CHECK
# configure:11319: $PKG_CONFIG --exists --print-errors "check >= 0.9.3"
# 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:11322: $? = 1
# configure:11335: $PKG_CONFIG --exists --print-errors "check >= 0.9.3"
# 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:11338: $? = 1
# configure:11351: result: no
# No package 'check' found
# configure:11399: checking for asprintf
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for getdelim
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for getline
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for strlcpy
# configure:11399: gcc -o conftest conftest.c >&5
# /tmp/ccMD7ixU.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:11399: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libstrl"
# | #define VERSION "0.5.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:11399: result: no
# configure:11399: checking for strlcat
# configure:11399: gcc -o conftest conftest.c >&5
# /tmp/ccq6qsSZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:11399: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libstrl"
# | #define VERSION "0.5.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:11399: result: no
# configure:11399: checking for strnlen
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for strndup
# configure:11399: gcc -o conftest conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for wcslcpy
# configure:11399: gcc -o conftest conftest.c >&5
# /tmp/ccLlFTmZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `wcslcpy'
# collect2: error: ld returned 1 exit status
# configure:11399: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libstrl"
# | #define VERSION "0.5.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_STRNDUP 1
# | /* end confdefs.h. */
# | /* Define wcslcpy to an innocuous variant, in case declares wcslcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define wcslcpy innocuous_wcslcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char wcslcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef wcslcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char wcslcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_wcslcpy || defined __stub___wcslcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return wcslcpy ();
# | ;
# | return 0;
# | }
# configure:11399: result: no
# configure:11399: checking for wcslcat
# configure:11399: gcc -o conftest conftest.c >&5
# /tmp/ccdcz4M1.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `wcslcat'
# collect2: error: ld returned 1 exit status
# configure:11399: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libstrl"
# | #define PACKAGE_TARNAME "libstrl"
# | #define PACKAGE_VERSION "0.5.1"
# | #define PACKAGE_STRING "libstrl 0.5.1"
# | #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# | #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libstrl"
# | #define VERSION "0.5.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_STRNDUP 1
# | /* end confdefs.h. */
# | /* Define wcslcat to an innocuous variant, in case declares wcslcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define wcslcat innocuous_wcslcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char wcslcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef wcslcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char wcslcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_wcslcat || defined __stub___wcslcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return wcslcat ();
# | ;
# | return 0;
# | }
# configure:11399: result: no
# configure:11399: checking for wcsnlen
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11399: checking for vasprintf
# configure:11399: gcc -o conftest conftest.c >&5
# configure:11399: $? = 0
# configure:11399: result: yes
# configure:11886: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libstrl config.status 0.5.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3642dbf890ca
#
# config.status:1060: creating Makefile
# config.status:1060: creating include/strl.h.pre
# config.status:1060: creating libstrl.pc
# config.status:1060: creating Doxyfile
# config.status:1232: executing depfiles commands
# config.status:1232: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=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_asprintf=yes
# ac_cv_func_getdelim=yes
# ac_cv_func_getline=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strndup=yes
# ac_cv_func_strnlen=yes
# ac_cv_func_vasprintf=yes
# ac_cv_func_wcslcat=no
# ac_cv_func_wcslcpy=no
# ac_cv_func_wcsnlen=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_DOXYGEN=/usr/sbin/doxygen
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# 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_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# 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_cc_gcc_c_o=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# 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_NM='/usr/sbin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run automake-1.11'
# AWK='gawk'
# BUILD_ASPRINTF_FALSE=''
# BUILD_ASPRINTF_TRUE='#'
# BUILD_GETDELIM_FALSE=''
# BUILD_GETDELIM_TRUE='#'
# BUILD_GETLINE_FALSE=''
# BUILD_GETLINE_TRUE='#'
# BUILD_STRLCAT_FALSE='#'
# BUILD_STRLCAT_TRUE=''
# BUILD_STRLCPY_FALSE='#'
# BUILD_STRLCPY_TRUE=''
# BUILD_STRNDUP_FALSE=''
# BUILD_STRNDUP_TRUE='#'
# BUILD_STRNLEN_FALSE=''
# BUILD_STRNLEN_TRUE='#'
# BUILD_VASPRINTF_FALSE=''
# BUILD_VASPRINTF_TRUE='#'
# BUILD_WCSLCAT_FALSE='#'
# BUILD_WCSLCAT_TRUE=''
# BUILD_WCSLCPY_FALSE='#'
# BUILD_WCSLCPY_TRUE=''
# BUILD_WCSNLEN_FALSE=''
# BUILD_WCSNLEN_TRUE='#'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CHECK_CFLAGS=''
# CHECK_LIBS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DECLARE_ASPRINTF='/*'
# DECLARE_ASPRINTF_END='*/'
# DECLARE_GETDELIM='/*'
# DECLARE_GETDELIM_END='*/'
# DECLARE_GETLINE='/*'
# DECLARE_GETLINE_END='*/'
# DECLARE_STRLCAT=''
# DECLARE_STRLCAT_END=''
# DECLARE_STRLCPY=''
# DECLARE_STRLCPY_END=''
# DECLARE_STRNDUP='/*'
# DECLARE_STRNDUP_END='*/'
# DECLARE_STRNLEN='/*'
# DECLARE_STRNLEN_END='*/'
# DECLARE_VASPRINTF='/*'
# DECLARE_VASPRINTF_END='*/'
# DECLARE_WCSLCAT=''
# DECLARE_WCSLCAT_END=''
# DECLARE_WCSLCPY=''
# DECLARE_WCSLCPY_END=''
# DECLARE_WCSNLEN='/*'
# DECLARE_WCSNLEN_END='*/'
# DEFS='-DPACKAGE_NAME=\"libstrl\" -DPACKAGE_TARNAME=\"libstrl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"libstrl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"https://ohnopub.net/bugzilla/\" -DPACKAGE_URL=\"https://ohnopub.net/\~ohnobinki/libstrl\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libstrl\" -DVERSION=\"0.5.1\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ASPRINTF=1 -DHAVE_GETDELIM=1 -DHAVE_GETLINE=1 -DHAVE_STRNLEN=1 -DHAVE_STRNDUP=1 -DHAVE_WCSNLEN=1 -DHAVE_VASPRINTF=1'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DOXYGEN='/usr/sbin/doxygen'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBSTRL_PC_LIBS='-lstrl'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libstrl/src/libstrl-0.5.1/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libstrl'
# PACKAGE_BUGREPORT='https://ohnopub.net/bugzilla/'
# PACKAGE_NAME='libstrl'
# PACKAGE_STRING='libstrl 0.5.1'
# PACKAGE_TARNAME='libstrl'
# PACKAGE_URL='https://ohnopub.net/~ohnobinki/libstrl'
# PACKAGE_VERSION='0.5.1'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# UNIFDEF='cat'
# UNIFDEFFLAGS=''
# VERSION='0.5.1'
# WITH_CHECK_FALSE=''
# WITH_CHECK_TRUE='#'
# WITH_DOXYGEN_FALSE='#'
# WITH_DOXYGEN_TRUE=''
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_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/libstrl/src/libstrl-0.5.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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libstrl"
# #define PACKAGE_TARNAME "libstrl"
# #define PACKAGE_VERSION "0.5.1"
# #define PACKAGE_STRING "libstrl 0.5.1"
# #define PACKAGE_BUGREPORT "https://ohnopub.net/bugzilla/"
# #define PACKAGE_URL "https://ohnopub.net/~ohnobinki/libstrl"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PACKAGE "libstrl"
# #define VERSION "0.5.1"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ASPRINTF 1
# #define HAVE_GETDELIM 1
# #define HAVE_GETLINE 1
# #define HAVE_STRNLEN 1
# #define HAVE_STRNDUP 1
# #define HAVE_WCSNLEN 1
# #define HAVE_VASPRINTF 1
#
# configure: exit 0