Build of ucl with clang_glibc toolchain

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

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

SLOCLanguage
11,725 sh
10,461 asm
5,155 ansic
2,088 makefile
29,429 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...

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: ucl 1.03-7 (Thu Apr 13 15:55:56 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.
# configure: Configuring UCL 1.03
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 ANSI C... none needed
# checking how to run the C preprocessor... clang -E
# checking whether the C preprocessor needs special flags... none needed
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGE_FILES value needed for large files... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... 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
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking whether to build i386 assembly versions... no
# checking whether time.h and sys/time.h may both be included... yes
# checking assert.h usability... yes
# checking assert.h presence... yes
# checking for assert.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking whether limits.h is sane... yes
# checking for off_t... yes
# checking for ptrdiff_t... yes
# checking for size_t... yes
# checking return type of signal handlers... void
# checking for short... yes
# checking size of short... 2
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for ptrdiff_t... (cached) yes
# checking size of ptrdiff_t... 8
# checking for size_t... (cached) yes
# checking size of size_t... 8
# checking for void *... yes
# checking size of void *... 8
# checking for char *... yes
# checking size of char *... 8
# checking for long long... yes
# checking size of long long... 8
# checking for unsigned long long... yes
# checking size of unsigned long long... 8
# checking for __int64... no
# checking size of __int64... 0
# checking for unsigned __int64... no
# checking size of unsigned __int64... 0
# checking for __int32... no
# checking size of __int32... 0
# checking for unsigned __int32... no
# checking size of unsigned __int32... 0
# checking for intmax_t... yes
# checking size of intmax_t... 8
# checking for uintmax_t... yes
# checking size of uintmax_t... 8
# checking for intptr_t... yes
# checking size of intptr_t... 8
# checking for uintptr_t... yes
# checking size of uintptr_t... 8
# checking for float... yes
# checking size of float... 4
# checking for double... yes
# checking size of double... 8
# checking for long double... yes
# checking size of long double... 16
# checking for dev_t... yes
# checking size of dev_t... 8
# checking for fpos_t... yes
# checking size of fpos_t... 16
# checking for mode_t... yes
# checking size of mode_t... 4
# checking for off_t... (cached) yes
# checking size of off_t... 8
# checking for ssize_t... yes
# checking size of ssize_t... 8
# checking for time_t... yes
# checking size of time_t... 8
# checking for access... yes
# checking for alloca... no
# checking for atexit... yes
# checking for atoi... yes
# checking for atol... yes
# checking for chmod... yes
# checking for chown... yes
# checking for ctime... yes
# checking for difftime... yes
# checking for fstat... yes
# checking for gettimeofday... yes
# checking for gmtime... yes
# checking for localtime... yes
# checking for longjmp... yes
# checking for lstat... yes
# checking for memcmp... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mktime... yes
# checking for qsort... yes
# checking for raise... yes
# checking for setjmp... yes
# checking for signal... yes
# checking for snprintf... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strftime... yes
# checking for stricmp... no
# checking for strncasecmp... yes
# checking for strnicmp... no
# checking for strrchr... yes
# checking for strstr... yes
# checking for time... yes
# checking for umask... yes
# checking for utime... yes
# checking for vsnprintf... yes
# checking whether your compiler passes the ACC conformance test... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating examples/Makefile
# config.status: creating include/Makefile
# config.status: creating include/ucl/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
#
# UCL configuration summary
# -------------------------
# UCL version : 1.03
# host operating system : x86_64-unknown-linux-gnu
# source code location : .
# compiler : clang
# preprocessor flags : -DUCL_HAVE_CONFIG_H
# compiler flags :
# build static library : no
# build shared library : yes
# enable i386 assembly code : no
#
#
# UCL 1.03 configured.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
# All Rights Reserved.
#
# The UCL library is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# The UCL library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# Markus F.X.J. Oberhumer
#
# http://www.oberhumer.com/opensource/ucl/
#
#
# Type `make' to build UCL. Type `make install' to install UCL.
# After installing UCL, please read the accompanied documentation.
#
# make all-recursive
# make[1]: Entering directory '/tmp/ucl/src/ucl-1.03'
# Making all in include
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/include'
# Making all in ucl
# make[3]: Entering directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[3]: Entering directory '/tmp/ucl/src/ucl-1.03/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ucl/src/ucl-1.03/include'
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/include'
# Making all in src
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/src'
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT alloc.lo -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.lo alloc.c; \
# then mv -f ".deps/alloc.Tpo" ".deps/alloc.Plo"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o
# alloc.c:52:14: warning: comparison of constant 18446744073709551615 with expression of type 'ucl_uint' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare]
# if (size < ~(size_t)0)
# ~~~~ ^ ~~~~~~~~~~
# 1 warning generated.
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_99.lo -MD -MP -MF ".deps/n2b_99.Tpo" -c -o n2b_99.lo n2b_99.c; \
# then mv -f ".deps/n2b_99.Tpo" ".deps/n2b_99.Plo"; else rm -f ".deps/n2b_99.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_99.lo -MD -MP -MF .deps/n2b_99.Tpo -c n2b_99.c -fPIC -DPIC -o .libs/n2b_99.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_d.lo -MD -MP -MF ".deps/n2b_d.Tpo" -c -o n2b_d.lo n2b_d.c; \
# then mv -f ".deps/n2b_d.Tpo" ".deps/n2b_d.Plo"; else rm -f ".deps/n2b_d.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_d.lo -MD -MP -MF .deps/n2b_d.Tpo -c n2b_d.c -fPIC -DPIC -o .libs/n2b_d.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_ds.lo -MD -MP -MF ".deps/n2b_ds.Tpo" -c -o n2b_ds.lo n2b_ds.c; \
# then mv -f ".deps/n2b_ds.Tpo" ".deps/n2b_ds.Plo"; else rm -f ".deps/n2b_ds.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_ds.lo -MD -MP -MF .deps/n2b_ds.Tpo -c n2b_ds.c -fPIC -DPIC -o .libs/n2b_ds.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_to.lo -MD -MP -MF ".deps/n2b_to.Tpo" -c -o n2b_to.lo n2b_to.c; \
# then mv -f ".deps/n2b_to.Tpo" ".deps/n2b_to.Plo"; else rm -f ".deps/n2b_to.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2b_to.lo -MD -MP -MF .deps/n2b_to.Tpo -c n2b_to.c -fPIC -DPIC -o .libs/n2b_to.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_99.lo -MD -MP -MF ".deps/n2d_99.Tpo" -c -o n2d_99.lo n2d_99.c; \
# then mv -f ".deps/n2d_99.Tpo" ".deps/n2d_99.Plo"; else rm -f ".deps/n2d_99.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_99.lo -MD -MP -MF .deps/n2d_99.Tpo -c n2d_99.c -fPIC -DPIC -o .libs/n2d_99.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_d.lo -MD -MP -MF ".deps/n2d_d.Tpo" -c -o n2d_d.lo n2d_d.c; \
# then mv -f ".deps/n2d_d.Tpo" ".deps/n2d_d.Plo"; else rm -f ".deps/n2d_d.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_d.lo -MD -MP -MF .deps/n2d_d.Tpo -c n2d_d.c -fPIC -DPIC -o .libs/n2d_d.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_ds.lo -MD -MP -MF ".deps/n2d_ds.Tpo" -c -o n2d_ds.lo n2d_ds.c; \
# then mv -f ".deps/n2d_ds.Tpo" ".deps/n2d_ds.Plo"; else rm -f ".deps/n2d_ds.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_ds.lo -MD -MP -MF .deps/n2d_ds.Tpo -c n2d_ds.c -fPIC -DPIC -o .libs/n2d_ds.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_to.lo -MD -MP -MF ".deps/n2d_to.Tpo" -c -o n2d_to.lo n2d_to.c; \
# then mv -f ".deps/n2d_to.Tpo" ".deps/n2d_to.Plo"; else rm -f ".deps/n2d_to.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2d_to.lo -MD -MP -MF .deps/n2d_to.Tpo -c n2d_to.c -fPIC -DPIC -o .libs/n2d_to.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_99.lo -MD -MP -MF ".deps/n2e_99.Tpo" -c -o n2e_99.lo n2e_99.c; \
# then mv -f ".deps/n2e_99.Tpo" ".deps/n2e_99.Plo"; else rm -f ".deps/n2e_99.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_99.lo -MD -MP -MF .deps/n2e_99.Tpo -c n2e_99.c -fPIC -DPIC -o .libs/n2e_99.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_d.lo -MD -MP -MF ".deps/n2e_d.Tpo" -c -o n2e_d.lo n2e_d.c; \
# then mv -f ".deps/n2e_d.Tpo" ".deps/n2e_d.Plo"; else rm -f ".deps/n2e_d.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_d.lo -MD -MP -MF .deps/n2e_d.Tpo -c n2e_d.c -fPIC -DPIC -o .libs/n2e_d.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_ds.lo -MD -MP -MF ".deps/n2e_ds.Tpo" -c -o n2e_ds.lo n2e_ds.c; \
# then mv -f ".deps/n2e_ds.Tpo" ".deps/n2e_ds.Plo"; else rm -f ".deps/n2e_ds.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_ds.lo -MD -MP -MF .deps/n2e_ds.Tpo -c n2e_ds.c -fPIC -DPIC -o .libs/n2e_ds.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_to.lo -MD -MP -MF ".deps/n2e_to.Tpo" -c -o n2e_to.lo n2e_to.c; \
# then mv -f ".deps/n2e_to.Tpo" ".deps/n2e_to.Plo"; else rm -f ".deps/n2e_to.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT n2e_to.lo -MD -MP -MF .deps/n2e_to.Tpo -c n2e_to.c -fPIC -DPIC -o .libs/n2e_to.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_crc.lo -MD -MP -MF ".deps/ucl_crc.Tpo" -c -o ucl_crc.lo ucl_crc.c; \
# then mv -f ".deps/ucl_crc.Tpo" ".deps/ucl_crc.Plo"; else rm -f ".deps/ucl_crc.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_crc.lo -MD -MP -MF .deps/ucl_crc.Tpo -c ucl_crc.c -fPIC -DPIC -o .libs/ucl_crc.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_init.lo -MD -MP -MF ".deps/ucl_init.Tpo" -c -o ucl_init.lo ucl_init.c; \
# then mv -f ".deps/ucl_init.Tpo" ".deps/ucl_init.Plo"; else rm -f ".deps/ucl_init.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_init.lo -MD -MP -MF .deps/ucl_init.Tpo -c ucl_init.c -fPIC -DPIC -o .libs/ucl_init.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_ptr.lo -MD -MP -MF ".deps/ucl_ptr.Tpo" -c -o ucl_ptr.lo ucl_ptr.c; \
# then mv -f ".deps/ucl_ptr.Tpo" ".deps/ucl_ptr.Plo"; else rm -f ".deps/ucl_ptr.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_ptr.lo -MD -MP -MF .deps/ucl_ptr.Tpo -c ucl_ptr.c -fPIC -DPIC -o .libs/ucl_ptr.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_str.lo -MD -MP -MF ".deps/ucl_str.Tpo" -c -o ucl_str.lo ucl_str.c; \
# then mv -f ".deps/ucl_str.Tpo" ".deps/ucl_str.Plo"; else rm -f ".deps/ucl_str.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_str.lo -MD -MP -MF .deps/ucl_str.Tpo -c ucl_str.c -fPIC -DPIC -o .libs/ucl_str.o
# if /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_util.lo -MD -MP -MF ".deps/ucl_util.Tpo" -c -o ucl_util.lo ucl_util.c; \
# then mv -f ".deps/ucl_util.Tpo" ".deps/ucl_util.Plo"; else rm -f ".deps/ucl_util.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT ucl_util.lo -MD -MP -MF .deps/ucl_util.Tpo -c ucl_util.c -fPIC -DPIC -o .libs/ucl_util.o
# /bin/sh ../libtool --mode=link clang -o libucl.la -rpath /usr/lib -version-info 1:0:0 alloc.lo n2b_99.lo n2b_d.lo n2b_ds.lo n2b_to.lo n2d_99.lo n2d_d.lo n2d_ds.lo n2d_to.lo n2e_99.lo n2e_d.lo n2e_ds.lo n2e_to.lo ucl_crc.lo ucl_init.lo ucl_ptr.lo ucl_str.lo ucl_util.lo
# clang -shared .libs/alloc.o .libs/n2b_99.o .libs/n2b_d.o .libs/n2b_ds.o .libs/n2b_to.o .libs/n2d_99.o .libs/n2d_d.o .libs/n2d_ds.o .libs/n2d_to.o .libs/n2e_99.o .libs/n2e_d.o .libs/n2e_ds.o .libs/n2e_to.o .libs/ucl_crc.o .libs/ucl_init.o .libs/ucl_ptr.o .libs/ucl_str.o .libs/ucl_util.o -Wl,-soname -Wl,libucl.so.1 -o .libs/libucl.so.1.0.0
# (cd .libs && rm -f libucl.so.1 && ln -s libucl.so.1.0.0 libucl.so.1)
# (cd .libs && rm -f libucl.so && ln -s libucl.so.1.0.0 libucl.so)
# creating libucl.la
# (cd .libs && rm -f libucl.la && ln -s ../libucl.la libucl.la)
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/src'
# Making all in examples
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/examples'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT simple.o -MD -MP -MF ".deps/simple.Tpo" -c -o simple.o simple.c; \
# then mv -f ".deps/simple.Tpo" ".deps/simple.Po"; else rm -f ".deps/simple.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -o simple simple.o ../src/libucl.la
# mkdir .libs
# clang -o .libs/simple simple.o ../src/.libs/libucl.so
# creating simple
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -DUCL_HAVE_CONFIG_H -MT uclpack.o -MD -MP -MF ".deps/uclpack.Tpo" -c -o uclpack.o uclpack.c; \
# then mv -f ".deps/uclpack.Tpo" ".deps/uclpack.Po"; else rm -f ".deps/uclpack.Tpo"; exit 1; fi
# /bin/sh ../libtool --mode=link clang -o uclpack uclpack.o ../src/libucl.la
# clang -o .libs/uclpack uclpack.o ../src/.libs/libucl.so
# creating uclpack
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/examples'
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03'
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03'
# make[1]: Leaving directory '/tmp/ucl/src/ucl-1.03'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/ucl/src/ucl-1.03/include'
# Making install in ucl
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[3]: Entering directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/ucl" || mkdir -p -- . "/tmp/ucl/pkg/ucl/usr/include/ucl"
# /usr/bin/install -c -m 644 'ucl.h' '/tmp/ucl/pkg/ucl/usr/include/ucl/ucl.h'
# /usr/bin/install -c -m 644 'ucl_asm.h' '/tmp/ucl/pkg/ucl/usr/include/ucl/ucl_asm.h'
# /usr/bin/install -c -m 644 'uclconf.h' '/tmp/ucl/pkg/ucl/usr/include/ucl/uclconf.h'
# make[3]: Leaving directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/include/ucl'
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/include'
# make[3]: Entering directory '/tmp/ucl/src/ucl-1.03/include'
# 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/ucl/src/ucl-1.03/include'
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/include'
# make[1]: Leaving directory '/tmp/ucl/src/ucl-1.03/include'
# Making install in src
# make[1]: Entering directory '/tmp/ucl/src/ucl-1.03/src'
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/src'
# test -z "/usr/lib" || mkdir -p -- . "/tmp/ucl/pkg/ucl/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libucl.la' '/tmp/ucl/pkg/ucl/usr/lib/libucl.la'
# /usr/bin/install -c .libs/libucl.so.1.0.0 /tmp/ucl/pkg/ucl/usr/lib/libucl.so.1.0.0
# (cd /tmp/ucl/pkg/ucl/usr/lib && rm -f libucl.so.1 && ln -s libucl.so.1.0.0 libucl.so.1)
# (cd /tmp/ucl/pkg/ucl/usr/lib && rm -f libucl.so && ln -s libucl.so.1.0.0 libucl.so)
# /usr/bin/install -c .libs/libucl.lai /tmp/ucl/pkg/ucl/usr/lib/libucl.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/src'
# make[1]: Leaving directory '/tmp/ucl/src/ucl-1.03/src'
# Making install in examples
# make[1]: Entering directory '/tmp/ucl/src/ucl-1.03/examples'
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03/examples'
# make[1]: Leaving directory '/tmp/ucl/src/ucl-1.03/examples'
# make[1]: Entering directory '/tmp/ucl/src/ucl-1.03'
# make[2]: Entering directory '/tmp/ucl/src/ucl-1.03'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ucl/src/ucl-1.03'
# make[1]: Leaving directory '/tmp/ucl/src/ucl-1.03'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ucl"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ucl 1.03-7 (Thu Apr 13 15:56:35 UTC 2017)

CMD: pacman --query --file ucl-1.03-7-x86_64.pkg.tar.xz
# ucl 1.03-7

Creating hybrid package for 'ucl'

Trying to find vanilla package 'ucl'...

CMD: pacman --query --file /mirror/ucl-1.03-7.pkg.tar.xz
# ucl 1.03-7

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/ucl/ucl.h
# /usr/include/ucl/ucl_asm.h
# /usr/include/ucl/uclconf.h
# /usr/lib/libucl.so.1
# /usr/lib/libucl.so
# /usr/lib/libucl.so.1.0.0
# /sysroot/usr/lib/libucl.so.1.0.0
# /sysroot/usr/lib/libucl.so.1
# /sysroot/usr/lib/libucl.so
# /sysroot/usr/lib/libucl.la
# /sysroot/usr/include/ucl/ucl.h
# /sysroot/usr/include/ucl/ucl_asm.h
# /sysroot/usr/include/ucl/uclconf.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 ucl.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ucl.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ucl.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/ucl/src/ucl-1.03/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 ucl configure 1.03, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-shared --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 2e8caf274c65
# 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
# 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:1528: Configuring UCL 1.03
# configure:1563: checking build system type
# configure:1581: result: x86_64-unknown-linux-gnu
# configure:1589: checking host system type
# configure:1603: result: x86_64-unknown-linux-gnu
# configure:1611: checking target system type
# configure:1625: result: x86_64-unknown-linux-gnu
# configure:1639: checking whether to enable maintainer-specific portions of Makefiles
# configure:1648: result: no
# configure:1743: checking for x86_64-unknown-linux-gcc
# configure:1769: result: clang
# configure:2051: checking for C compiler version
# configure:2054: 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:2057: $? = 0
# configure:2059: 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
# Selected multilib: .;@m64
# configure:2062: $? = 0
# configure:2064: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2067: $? = 1
# configure:2090: checking for C compiler default output file name
# configure:2093: clang conftest.c >&5
# configure:2096: $? = 0
# configure:2142: result: a.out
# configure:2147: checking whether the C compiler works
# configure:2153: ./a.out
# configure:2156: $? = 0
# configure:2173: result: yes
# configure:2180: checking whether we are cross compiling
# configure:2182: result: no
# configure:2185: checking for suffix of executables
# configure:2187: clang -o conftest conftest.c >&5
# configure:2190: $? = 0
# configure:2215: result:
# configure:2221: checking for suffix of object files
# configure:2242: clang -c conftest.c >&5
# configure:2245: $? = 0
# configure:2267: result: o
# configure:2271: checking whether we are using the GNU C compiler
# configure:2295: clang -c conftest.c >&5
# configure:2301: $? = 0
# configure:2304: test -z || test ! -s conftest.err
# configure:2307: $? = 0
# configure:2310: test -s conftest.o
# configure:2313: $? = 0
# configure:2326: result: yes
# configure:2332: checking whether clang accepts -g
# configure:2353: clang -c -g conftest.c >&5
# configure:2359: $? = 0
# configure:2362: test -z || test ! -s conftest.err
# configure:2365: $? = 0
# configure:2368: test -s conftest.o
# configure:2371: $? = 0
# configure:2382: result: yes
# configure:2399: checking for clang option to accept ANSI C
# configure:2469: clang -c conftest.c >&5
# configure:2475: $? = 0
# configure:2478: test -z || test ! -s conftest.err
# configure:2481: $? = 0
# configure:2484: test -s conftest.o
# configure:2487: $? = 0
# configure:2505: result: none needed
# configure:2523: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2529: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2664: checking how to run the C preprocessor
# configure:2699: clang -E conftest.c
# configure:2705: $? = 0
# configure:2737: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2743: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | /* end confdefs.h. */
# | #include
# configure:2782: result: clang -E
# configure:2806: clang -E conftest.c
# configure:2812: $? = 0
# configure:2844: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2850: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | /* end confdefs.h. */
# | #include
# configure:2894: checking whether the C preprocessor needs special flags
# configure:2928: clang -c conftest.c >&5
# configure:2934: $? = 0
# configure:2937: test -z || test ! -s conftest.err
# configure:2940: $? = 0
# configure:2943: test -s conftest.o
# configure:2946: $? = 0
# configure:2961: result: none needed
# configure:2978: checking for an ANSI C-conforming const
# configure:3045: clang -c conftest.c >&5
# configure:3051: $? = 0
# configure:3054: test -z || test ! -s conftest.err
# configure:3057: $? = 0
# configure:3060: test -s conftest.o
# configure:3063: $? = 0
# configure:3074: result: yes
# configure:3085: checking whether byte ordering is bigendian
# configure:3112: clang -c conftest.c >&5
# configure:3118: $? = 0
# configure:3121: test -z || test ! -s conftest.err
# configure:3124: $? = 0
# configure:3127: test -s conftest.o
# configure:3130: $? = 0
# configure:3154: clang -c conftest.c >&5
# conftest.c:16:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:3160: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3293: result: no
# configure:3324: checking for special C compiler options needed for large files
# configure:3421: result: no
# configure:3427: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3458: clang -c conftest.c >&5
# configure:3464: $? = 0
# configure:3467: test -z || test ! -s conftest.err
# configure:3470: $? = 0
# configure:3473: test -s conftest.o
# configure:3476: $? = 0
# configure:3540: result: no
# configure:3550: checking for _LARGE_FILES value needed for large files
# configure:3581: clang -c conftest.c >&5
# configure:3587: $? = 0
# configure:3590: test -z || test ! -s conftest.err
# configure:3593: $? = 0
# configure:3596: test -s conftest.o
# configure:3599: $? = 0
# configure:3663: result: no
# configure:3690: checking for a BSD-compatible install
# configure:3745: result: /usr/bin/install -c
# configure:3756: checking whether build environment is sane
# configure:3799: result: yes
# configure:3856: checking for gawk
# configure:3872: found /usr/bin/gawk
# configure:3882: result: gawk
# configure:3892: checking whether make sets $(MAKE)
# configure:3912: result: yes
# configure:3942: checking for style of include used by make
# configure:3970: result: GNU
# configure:4142: checking dependency style of clang
# configure:4232: result: gcc3
# configure:4326: checking for a sed that does not truncate output
# configure:4380: result: /usr/bin/sed
# configure:4383: checking for egrep
# configure:4393: result: grep -E
# configure:4409: checking for ld used by clang
# configure:4476: result: /usr/bin/ld
# configure:4485: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4500: result: yes
# configure:4505: checking for /usr/bin/ld option to reload object files
# configure:4512: result: -r
# configure:4521: checking for BSD-compatible nm
# configure:4563: result: nm
# configure:4567: checking whether ln -s works
# configure:4571: result: yes
# configure:4578: checking how to recognise dependent libraries
# configure:4752: result: pass_all
# configure:4836: clang -c conftest.c >&5
# configure:4839: $? = 0
# configure:4960: checking for ANSI C header files
# configure:4985: clang -c conftest.c >&5
# configure:4991: $? = 0
# configure:4994: test -z || test ! -s conftest.err
# configure:4997: $? = 0
# configure:5000: test -s conftest.o
# configure:5003: $? = 0
# configure:5092: clang -o conftest conftest.c >&5
# conftest.c:29:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:29:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5095: $? = 0
# configure:5097: ./conftest
# configure:5100: $? = 0
# configure:5115: result: yes
# configure:5139: checking for sys/types.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for sys/stat.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for stdlib.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for string.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for memory.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for strings.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for inttypes.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for stdint.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5139: checking for unistd.h
# configure:5155: clang -c conftest.c >&5
# configure:5161: $? = 0
# configure:5164: test -z || test ! -s conftest.err
# configure:5167: $? = 0
# configure:5170: test -s conftest.o
# configure:5173: $? = 0
# configure:5184: result: yes
# configure:5210: checking dlfcn.h usability
# configure:5222: clang -c conftest.c >&5
# configure:5228: $? = 0
# configure:5231: test -z || test ! -s conftest.err
# configure:5234: $? = 0
# configure:5237: test -s conftest.o
# configure:5240: $? = 0
# configure:5250: result: yes
# configure:5254: checking dlfcn.h presence
# configure:5264: clang -E conftest.c
# configure:5270: $? = 0
# configure:5290: result: yes
# configure:5325: checking for dlfcn.h
# configure:5332: result: yes
# configure:5355: checking for x86_64-unknown-linux-g++
# configure:5381: result: clang++
# configure:5439: checking for C++ compiler version
# configure:5442: 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:5445: $? = 0
# configure:5447: 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
# Selected multilib: .;@m64
# configure:5450: $? = 0
# configure:5452: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5455: $? = 1
# configure:5458: checking whether we are using the GNU C++ compiler
# configure:5482: clang++ -c conftest.cc >&5
# configure:5488: $? = 0
# configure:5491: test -z || test ! -s conftest.err
# configure:5494: $? = 0
# configure:5497: test -s conftest.o
# configure:5500: $? = 0
# configure:5513: result: yes
# configure:5519: checking whether clang++ accepts -g
# configure:5540: clang++ -c -g conftest.cc >&5
# configure:5546: $? = 0
# configure:5549: test -z || test ! -s conftest.err
# configure:5552: $? = 0
# configure:5555: test -s conftest.o
# configure:5558: $? = 0
# configure:5569: result: yes
# configure:5611: clang++ -c conftest.cc >&5
# configure:5617: $? = 0
# configure:5620: test -z || test ! -s conftest.err
# configure:5623: $? = 0
# configure:5626: test -s conftest.o
# configure:5629: $? = 0
# configure:5655: clang++ -c conftest.cc >&5
# conftest.cc:27:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:5661: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:5611: clang++ -c conftest.cc >&5
# conftest.cc:23:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:23:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:5617: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:5611: clang++ -c conftest.cc >&5
# conftest.cc:23:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:23:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:5617: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:5611: clang++ -c conftest.cc >&5
# configure:5617: $? = 0
# configure:5620: test -z || test ! -s conftest.err
# configure:5623: $? = 0
# configure:5626: test -s conftest.o
# configure:5629: $? = 0
# configure:5655: clang++ -c conftest.cc >&5
# configure:5661: $? = 0
# configure:5664: test -z || test ! -s conftest.err
# configure:5667: $? = 0
# configure:5670: test -s conftest.o
# configure:5673: $? = 0
# configure:5698: checking dependency style of clang++
# configure:5788: result: gcc3
# configure:5810: checking how to run the C++ preprocessor
# configure:5841: clang++ -E conftest.cc
# configure:5847: $? = 0
# configure:5879: clang++ -E conftest.cc
# conftest.cc:26:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5885: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5924: result: clang++ -E
# configure:5948: clang++ -E conftest.cc
# configure:5954: $? = 0
# configure:5986: clang++ -E conftest.cc
# conftest.cc:26:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5992: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:6045: checking for x86_64-unknown-linux-g77
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-f77
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-xlf
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-frt
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-pgf77
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-fort77
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-fl32
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-af77
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-f90
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-xlf90
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-pgf90
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-epcf90
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-f95
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-fort
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-xlf95
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-ifc
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-efc
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-pgf95
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-lf95
# configure:6074: result: no
# configure:6045: checking for x86_64-unknown-linux-gfortran
# configure:6074: result: no
# configure:6087: checking for g77
# configure:6116: result: no
# configure:6087: checking for f77
# configure:6116: result: no
# configure:6087: checking for xlf
# configure:6116: result: no
# configure:6087: checking for frt
# configure:6116: result: no
# configure:6087: checking for pgf77
# configure:6116: result: no
# configure:6087: checking for fort77
# configure:6116: result: no
# configure:6087: checking for fl32
# configure:6116: result: no
# configure:6087: checking for af77
# configure:6116: result: no
# configure:6087: checking for f90
# configure:6116: result: no
# configure:6087: checking for xlf90
# configure:6116: result: no
# configure:6087: checking for pgf90
# configure:6116: result: no
# configure:6087: checking for epcf90
# configure:6116: result: no
# configure:6087: checking for f95
# configure:6103: found /usr/bin/f95
# configure:6113: result: f95
# configure:6128: checking for Fortran 77 compiler version
# configure:6131: f95 --version &5
# GNU Fortran (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:6134: $? = 0
# configure:6136: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# 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:6139: $? = 0
# configure:6141: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:6144: $? = 1
# configure:6152: checking whether we are using the GNU Fortran 77 compiler
# configure:6166: f95 -c conftest.F >&5
# configure:6172: $? = 0
# configure:6175: test -z || test ! -s conftest.err
# configure:6178: $? = 0
# configure:6181: test -s conftest.o
# configure:6184: $? = 0
# configure:6197: result: yes
# configure:6203: checking whether f95 accepts -g
# configure:6215: f95 -c -g conftest.f >&5
# configure:6221: $? = 0
# configure:6224: test -z || test ! -s conftest.err
# configure:6227: $? = 0
# configure:6230: test -s conftest.o
# configure:6233: $? = 0
# configure:6245: result: yes
# configure:6275: checking the maximum length of command line arguments
# configure:6340: result: 32768
# configure:6351: checking command to parse nm output from clang object
# configure:6440: clang -c conftest.c >&5
# configure:6443: $? = 0
# configure:6447: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:6450: $? = 0
# configure:6502: clang -o conftest conftest.c conftstm.o >&5
# configure:6505: $? = 0
# configure:6543: result: ok
# configure:6547: checking for objdir
# configure:6562: result: .libs
# configure:6614: checking for x86_64-unknown-linux-ar
# configure:6643: result: no
# configure:6652: checking for ar
# configure:6668: found /usr/bin/ar
# configure:6679: result: ar
# configure:6694: checking for x86_64-unknown-linux-ranlib
# configure:6723: result: no
# configure:6732: checking for ranlib
# configure:6748: found /usr/bin/ranlib
# configure:6759: result: ranlib
# configure:6774: checking for x86_64-unknown-linux-strip
# configure:6803: result: no
# configure:6812: checking for strip
# configure:6828: found /usr/bin/strip
# configure:6839: result: strip
# configure:7101: checking if clang static flag works
# configure:7124: result: yes
# configure:7142: checking if clang supports -fno-rtti -fno-exceptions
# configure:7160: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7164: $? = 0
# configure:7175: result: yes
# configure:7190: checking for clang option to produce PIC
# configure:7367: result: -fPIC
# configure:7375: checking if clang PIC flag -fPIC works
# configure:7393: clang -c -fPIC -DPIC conftest.c >&5
# configure:7397: $? = 0
# configure:7408: result: yes
# configure:7432: checking if clang supports -c -o file.o
# configure:7453: clang -c -o out/conftest2.o conftest.c >&5
# configure:7457: $? = 0
# configure:7477: result: yes
# configure:7503: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8350: result: yes
# configure:8376: checking whether -lc should be explicitly linked in
# configure:8381: clang -c conftest.c >&5
# configure:8384: $? = 0
# configure:8398: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8401: $? = 0
# configure:8413: result: no
# configure:8421: checking dynamic linker characteristics
# configure:8973: result: GNU/Linux ld.so
# configure:8977: checking how to hardcode library paths into programs
# configure:9002: result: immediate
# configure:9016: checking whether stripping libraries is possible
# configure:9021: result: yes
# configure:9844: checking if libtool supports shared libraries
# configure:9846: result: yes
# configure:9849: checking whether to build shared libraries
# configure:9907: result: yes
# configure:9910: checking whether to build static libraries
# configure:9914: result: no
# configure:10006: creating libtool
# configure:10553: checking for ld used by clang++
# configure:10620: result: /usr/bin/ld -m elf_x86_64
# configure:10629: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10644: result: yes
# configure:10695: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11521: result: yes
# configure:11539: clang++ -c conftest.cc >&5
# configure:11542: $? = 0
# configure:11638: checking for clang++ option to produce PIC
# configure:11890: result: -fPIC
# configure:11898: checking if clang++ PIC flag -fPIC works
# configure:11916: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:11920: $? = 0
# configure:11931: result: yes
# configure:11955: checking if clang++ supports -c -o file.o
# configure:11976: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:11980: $? = 0
# configure:12000: result: yes
# configure:12026: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12054: result: yes
# configure:12125: checking dynamic linker characteristics
# configure:12677: result: GNU/Linux ld.so
# configure:12681: checking how to hardcode library paths into programs
# configure:12706: result: immediate
# configure:12720: checking whether stripping libraries is possible
# configure:12725: result: yes
# configure:14025: checking if libtool supports shared libraries
# configure:14027: result: yes
# configure:14030: checking whether to build shared libraries
# configure:14048: result: yes
# configure:14051: checking whether to build static libraries
# configure:14055: result: no
# configure:14067: checking for f95 option to produce PIC
# configure:14244: result: -fPIC
# configure:14252: checking if f95 PIC flag -fPIC works
# configure:14270: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:14274: $? = 0
# configure:14285: result: yes
# configure:14309: checking if f95 supports -c -o file.o
# configure:14330: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14334: $? = 0
# configure:14354: result: yes
# configure:14380: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15207: result: yes
# configure:15278: checking dynamic linker characteristics
# configure:15830: result: GNU/Linux ld.so
# configure:15834: checking how to hardcode library paths into programs
# configure:15859: result: immediate
# configure:15873: checking whether stripping libraries is possible
# configure:15878: result: yes
# configure:19985: checking whether to build i386 assembly versions
# configure:20014: result: no
# configure:20035: checking whether time.h and sys/time.h may both be included
# configure:20060: clang -c conftest.c >&5
# configure:20066: $? = 0
# configure:20069: test -z || test ! -s conftest.err
# configure:20072: $? = 0
# configure:20075: test -s conftest.o
# configure:20078: $? = 0
# configure:20089: result: yes
# configure:20135: checking assert.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking assert.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for assert.h
# configure:20257: result: yes
# configure:20135: checking ctype.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking ctype.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for ctype.h
# configure:20257: result: yes
# configure:20135: checking dirent.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking dirent.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for dirent.h
# configure:20257: result: yes
# configure:20135: checking errno.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking errno.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for errno.h
# configure:20257: result: yes
# configure:20135: checking fcntl.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking fcntl.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for fcntl.h
# configure:20257: result: yes
# configure:20135: checking limits.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking limits.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for limits.h
# configure:20257: result: yes
# configure:20135: checking malloc.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking malloc.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for malloc.h
# configure:20257: result: yes
# configure:20126: checking for memory.h
# configure:20131: result: yes
# configure:20135: checking setjmp.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking setjmp.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for setjmp.h
# configure:20257: result: yes
# configure:20135: checking signal.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking signal.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for signal.h
# configure:20257: result: yes
# configure:20135: checking stdarg.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking stdarg.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for stdarg.h
# configure:20257: result: yes
# configure:20135: checking stddef.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking stddef.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for stddef.h
# configure:20257: result: yes
# configure:20126: checking for stdint.h
# configure:20131: result: yes
# configure:20135: checking stdio.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking stdio.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for stdio.h
# configure:20257: result: yes
# configure:20126: checking for stdlib.h
# configure:20131: result: yes
# configure:20126: checking for string.h
# configure:20131: result: yes
# configure:20126: checking for strings.h
# configure:20131: result: yes
# configure:20135: checking time.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking time.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for time.h
# configure:20257: result: yes
# configure:20126: checking for unistd.h
# configure:20131: result: yes
# configure:20135: checking utime.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking utime.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for utime.h
# configure:20257: result: yes
# configure:20126: checking for sys/stat.h
# configure:20131: result: yes
# configure:20135: checking sys/time.h usability
# configure:20147: clang -c conftest.c >&5
# configure:20153: $? = 0
# configure:20156: test -z || test ! -s conftest.err
# configure:20159: $? = 0
# configure:20162: test -s conftest.o
# configure:20165: $? = 0
# configure:20175: result: yes
# configure:20179: checking sys/time.h presence
# configure:20189: clang -E conftest.c
# configure:20195: $? = 0
# configure:20215: result: yes
# configure:20250: checking for sys/time.h
# configure:20257: result: yes
# configure:20126: checking for sys/types.h
# configure:20131: result: yes
# configure:20277: checking whether limits.h is sane
# configure:20393: clang -c conftest.c >&5
# configure:20399: $? = 0
# configure:20402: test -z || test ! -s conftest.err
# configure:20405: $? = 0
# configure:20408: test -s conftest.o
# configure:20411: $? = 0
# configure:20422: result: yes
# configure:20436: checking for off_t
# configure:20460: clang -c conftest.c >&5
# configure:20466: $? = 0
# configure:20469: test -z || test ! -s conftest.err
# configure:20472: $? = 0
# configure:20475: test -s conftest.o
# configure:20478: $? = 0
# configure:20489: result: yes
# configure:20501: checking for ptrdiff_t
# configure:20525: clang -c conftest.c >&5
# configure:20531: $? = 0
# configure:20534: test -z || test ! -s conftest.err
# configure:20537: $? = 0
# configure:20540: test -s conftest.o
# configure:20543: $? = 0
# configure:20554: result: yes
# configure:20566: checking for size_t
# configure:20590: clang -c conftest.c >&5
# configure:20596: $? = 0
# configure:20599: test -z || test ! -s conftest.err
# configure:20602: $? = 0
# configure:20605: test -s conftest.o
# configure:20608: $? = 0
# configure:20619: result: yes
# configure:20631: checking return type of signal handlers
# configure:20662: clang -c conftest.c >&5
# configure:20668: $? = 0
# configure:20671: test -z || test ! -s conftest.err
# configure:20674: $? = 0
# configure:20677: test -s conftest.o
# configure:20680: $? = 0
# configure:20691: result: void
# configure:20701: checking for short
# configure:20725: clang -c conftest.c >&5
# configure:20731: $? = 0
# configure:20734: test -z || test ! -s conftest.err
# configure:20737: $? = 0
# configure:20740: test -s conftest.o
# configure:20743: $? = 0
# configure:20754: result: yes
# configure:20757: checking size of short
# configure:21069: clang -o conftest conftest.c >&5
# configure:21072: $? = 0
# configure:21074: ./conftest
# configure:21077: $? = 0
# configure:21100: result: 2
# configure:21107: checking for int
# configure:21131: clang -c conftest.c >&5
# configure:21137: $? = 0
# configure:21140: test -z || test ! -s conftest.err
# configure:21143: $? = 0
# configure:21146: test -s conftest.o
# configure:21149: $? = 0
# configure:21160: result: yes
# configure:21163: checking size of int
# configure:21475: clang -o conftest conftest.c >&5
# configure:21478: $? = 0
# configure:21480: ./conftest
# configure:21483: $? = 0
# configure:21506: result: 4
# configure:21513: checking for long
# configure:21537: clang -c conftest.c >&5
# configure:21543: $? = 0
# configure:21546: test -z || test ! -s conftest.err
# configure:21549: $? = 0
# configure:21552: test -s conftest.o
# configure:21555: $? = 0
# configure:21566: result: yes
# configure:21569: checking size of long
# configure:21881: clang -o conftest conftest.c >&5
# configure:21884: $? = 0
# configure:21886: ./conftest
# configure:21889: $? = 0
# configure:21912: result: 8
# configure:21920: checking for ptrdiff_t
# configure:21973: result: yes
# configure:21976: checking size of ptrdiff_t
# configure:22288: clang -o conftest conftest.c >&5
# configure:22291: $? = 0
# configure:22293: ./conftest
# configure:22296: $? = 0
# configure:22319: result: 8
# configure:22326: checking for size_t
# configure:22379: result: yes
# configure:22382: checking size of size_t
# configure:22694: clang -o conftest conftest.c >&5
# configure:22697: $? = 0
# configure:22699: ./conftest
# configure:22702: $? = 0
# configure:22725: result: 8
# configure:22732: checking for void *
# configure:22756: clang -c conftest.c >&5
# configure:22762: $? = 0
# configure:22765: test -z || test ! -s conftest.err
# configure:22768: $? = 0
# configure:22771: test -s conftest.o
# configure:22774: $? = 0
# configure:22785: result: yes
# configure:22788: checking size of void *
# configure:23100: clang -o conftest conftest.c >&5
# configure:23103: $? = 0
# configure:23105: ./conftest
# configure:23108: $? = 0
# configure:23131: result: 8
# configure:23138: checking for char *
# configure:23162: clang -c conftest.c >&5
# configure:23168: $? = 0
# configure:23171: test -z || test ! -s conftest.err
# configure:23174: $? = 0
# configure:23177: test -s conftest.o
# configure:23180: $? = 0
# configure:23191: result: yes
# configure:23194: checking size of char *
# configure:23506: clang -o conftest conftest.c >&5
# configure:23509: $? = 0
# configure:23511: ./conftest
# configure:23514: $? = 0
# configure:23537: result: 8
# configure:23545: checking for long long
# configure:23569: clang -c conftest.c >&5
# configure:23575: $? = 0
# configure:23578: test -z || test ! -s conftest.err
# configure:23581: $? = 0
# configure:23584: test -s conftest.o
# configure:23587: $? = 0
# configure:23598: result: yes
# configure:23601: checking size of long long
# configure:23913: clang -o conftest conftest.c >&5
# configure:23916: $? = 0
# configure:23918: ./conftest
# configure:23921: $? = 0
# configure:23944: result: 8
# configure:23951: checking for unsigned long long
# configure:23975: clang -c conftest.c >&5
# configure:23981: $? = 0
# configure:23984: test -z || test ! -s conftest.err
# configure:23987: $? = 0
# configure:23990: test -s conftest.o
# configure:23993: $? = 0
# configure:24004: result: yes
# configure:24007: checking size of unsigned long long
# configure:24319: clang -o conftest conftest.c >&5
# configure:24322: $? = 0
# configure:24324: ./conftest
# configure:24327: $? = 0
# configure:24350: result: 8
# configure:24357: checking for __int64
# configure:24381: clang -c conftest.c >&5
# conftest.c:97:15: error: expected expression
# if ((__int64 *) 0)
# ^
# conftest.c:97:6: error: use of undeclared identifier '__int64'
# if ((__int64 *) 0)
# ^
# conftest.c:99:13: error: use of undeclared identifier '__int64'
# if (sizeof (__int64))
# ^
# 3 errors generated.
# configure:24387: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((__int64 *) 0)
# | return 0;
# | if (sizeof (__int64))
# | return 0;
# | ;
# | return 0;
# | }
# configure:24410: result: no
# configure:24413: checking size of __int64
# configure:24756: result: 0
# configure:24763: checking for unsigned __int64
# configure:24787: clang -c conftest.c >&5
# conftest.c:98:15: error: expected ')'
# if ((unsigned __int64 *) 0)
# ^
# conftest.c:98:5: note: to match this '('
# if ((unsigned __int64 *) 0)
# ^
# conftest.c:100:22: error: expected ')'
# if (sizeof (unsigned __int64))
# ^
# conftest.c:100:12: note: to match this '('
# if (sizeof (unsigned __int64))
# ^
# 2 errors generated.
# configure:24793: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((unsigned __int64 *) 0)
# | return 0;
# | if (sizeof (unsigned __int64))
# | return 0;
# | ;
# | return 0;
# | }
# configure:24816: result: no
# configure:24819: checking size of unsigned __int64
# configure:25162: result: 0
# configure:25171: checking for __int32
# configure:25195: clang -c conftest.c >&5
# conftest.c:99:15: error: expected expression
# if ((__int32 *) 0)
# ^
# conftest.c:99:6: error: use of undeclared identifier '__int32'
# if ((__int32 *) 0)
# ^
# conftest.c:101:13: error: use of undeclared identifier '__int32'
# if (sizeof (__int32))
# ^
# 3 errors generated.
# configure:25201: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define SIZEOF_UNSIGNED___INT64 0
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((__int32 *) 0)
# | return 0;
# | if (sizeof (__int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25224: result: no
# configure:25227: checking size of __int32
# configure:25570: result: 0
# configure:25577: checking for unsigned __int32
# configure:25601: clang -c conftest.c >&5
# conftest.c:100:15: error: expected ')'
# if ((unsigned __int32 *) 0)
# ^
# conftest.c:100:5: note: to match this '('
# if ((unsigned __int32 *) 0)
# ^
# conftest.c:102:22: error: expected ')'
# if (sizeof (unsigned __int32))
# ^
# conftest.c:102:12: note: to match this '('
# if (sizeof (unsigned __int32))
# ^
# 2 errors generated.
# configure:25607: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define SIZEOF_UNSIGNED___INT64 0
# | #define SIZEOF___INT32 0
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((unsigned __int32 *) 0)
# | return 0;
# | if (sizeof (unsigned __int32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25630: result: no
# configure:25633: checking size of unsigned __int32
# configure:25976: result: 0
# configure:25983: checking for intmax_t
# configure:26007: clang -c conftest.c >&5
# configure:26013: $? = 0
# configure:26016: test -z || test ! -s conftest.err
# configure:26019: $? = 0
# configure:26022: test -s conftest.o
# configure:26025: $? = 0
# configure:26036: result: yes
# configure:26039: checking size of intmax_t
# configure:26351: clang -o conftest conftest.c >&5
# configure:26354: $? = 0
# configure:26356: ./conftest
# configure:26359: $? = 0
# configure:26382: result: 8
# configure:26389: checking for uintmax_t
# configure:26413: clang -c conftest.c >&5
# configure:26419: $? = 0
# configure:26422: test -z || test ! -s conftest.err
# configure:26425: $? = 0
# configure:26428: test -s conftest.o
# configure:26431: $? = 0
# configure:26442: result: yes
# configure:26445: checking size of uintmax_t
# configure:26757: clang -o conftest conftest.c >&5
# configure:26760: $? = 0
# configure:26762: ./conftest
# configure:26765: $? = 0
# configure:26788: result: 8
# configure:26795: checking for intptr_t
# configure:26819: clang -c conftest.c >&5
# configure:26825: $? = 0
# configure:26828: test -z || test ! -s conftest.err
# configure:26831: $? = 0
# configure:26834: test -s conftest.o
# configure:26837: $? = 0
# configure:26848: result: yes
# configure:26851: checking size of intptr_t
# configure:27163: clang -o conftest conftest.c >&5
# configure:27166: $? = 0
# configure:27168: ./conftest
# configure:27171: $? = 0
# configure:27194: result: 8
# configure:27201: checking for uintptr_t
# configure:27225: clang -c conftest.c >&5
# configure:27231: $? = 0
# configure:27234: test -z || test ! -s conftest.err
# configure:27237: $? = 0
# configure:27240: test -s conftest.o
# configure:27243: $? = 0
# configure:27254: result: yes
# configure:27257: checking size of uintptr_t
# configure:27569: clang -o conftest conftest.c >&5
# configure:27572: $? = 0
# configure:27574: ./conftest
# configure:27577: $? = 0
# configure:27600: result: 8
# configure:27608: checking for float
# configure:27632: clang -c conftest.c >&5
# configure:27638: $? = 0
# configure:27641: test -z || test ! -s conftest.err
# configure:27644: $? = 0
# configure:27647: test -s conftest.o
# configure:27650: $? = 0
# configure:27661: result: yes
# configure:27664: checking size of float
# configure:27976: clang -o conftest conftest.c >&5
# configure:27979: $? = 0
# configure:27981: ./conftest
# configure:27984: $? = 0
# configure:28007: result: 4
# configure:28014: checking for double
# configure:28038: clang -c conftest.c >&5
# configure:28044: $? = 0
# configure:28047: test -z || test ! -s conftest.err
# configure:28050: $? = 0
# configure:28053: test -s conftest.o
# configure:28056: $? = 0
# configure:28067: result: yes
# configure:28070: checking size of double
# configure:28382: clang -o conftest conftest.c >&5
# configure:28385: $? = 0
# configure:28387: ./conftest
# configure:28390: $? = 0
# configure:28413: result: 8
# configure:28420: checking for long double
# configure:28444: clang -c conftest.c >&5
# configure:28450: $? = 0
# configure:28453: test -z || test ! -s conftest.err
# configure:28456: $? = 0
# configure:28459: test -s conftest.o
# configure:28462: $? = 0
# configure:28473: result: yes
# configure:28476: checking size of long double
# configure:28788: clang -o conftest conftest.c >&5
# configure:28791: $? = 0
# configure:28793: ./conftest
# configure:28796: $? = 0
# configure:28819: result: 16
# configure:28827: checking for dev_t
# configure:28851: clang -c conftest.c >&5
# configure:28857: $? = 0
# configure:28860: test -z || test ! -s conftest.err
# configure:28863: $? = 0
# configure:28866: test -s conftest.o
# configure:28869: $? = 0
# configure:28880: result: yes
# configure:28883: checking size of dev_t
# configure:29195: clang -o conftest conftest.c >&5
# configure:29198: $? = 0
# configure:29200: ./conftest
# configure:29203: $? = 0
# configure:29226: result: 8
# configure:29233: checking for fpos_t
# configure:29257: clang -c conftest.c >&5
# configure:29263: $? = 0
# configure:29266: test -z || test ! -s conftest.err
# configure:29269: $? = 0
# configure:29272: test -s conftest.o
# configure:29275: $? = 0
# configure:29286: result: yes
# configure:29289: checking size of fpos_t
# configure:29601: clang -o conftest conftest.c >&5
# configure:29604: $? = 0
# configure:29606: ./conftest
# configure:29609: $? = 0
# configure:29632: result: 16
# configure:29639: checking for mode_t
# configure:29663: clang -c conftest.c >&5
# configure:29669: $? = 0
# configure:29672: test -z || test ! -s conftest.err
# configure:29675: $? = 0
# configure:29678: test -s conftest.o
# configure:29681: $? = 0
# configure:29692: result: yes
# configure:29695: checking size of mode_t
# configure:30007: clang -o conftest conftest.c >&5
# configure:30010: $? = 0
# configure:30012: ./conftest
# configure:30015: $? = 0
# configure:30038: result: 4
# configure:30045: checking for off_t
# configure:30098: result: yes
# configure:30101: checking size of off_t
# configure:30413: clang -o conftest conftest.c >&5
# configure:30416: $? = 0
# configure:30418: ./conftest
# configure:30421: $? = 0
# configure:30444: result: 8
# configure:30451: checking for ssize_t
# configure:30475: clang -c conftest.c >&5
# configure:30481: $? = 0
# configure:30484: test -z || test ! -s conftest.err
# configure:30487: $? = 0
# configure:30490: test -s conftest.o
# configure:30493: $? = 0
# configure:30504: result: yes
# configure:30507: checking size of ssize_t
# configure:30819: clang -o conftest conftest.c >&5
# configure:30822: $? = 0
# configure:30824: ./conftest
# configure:30827: $? = 0
# configure:30850: result: 8
# configure:30857: checking for time_t
# configure:30881: clang -c conftest.c >&5
# configure:30887: $? = 0
# configure:30890: test -z || test ! -s conftest.err
# configure:30893: $? = 0
# configure:30896: test -s conftest.o
# configure:30899: $? = 0
# configure:30910: result: yes
# configure:30913: checking size of time_t
# configure:31225: clang -o conftest conftest.c >&5
# configure:31228: $? = 0
# configure:31230: ./conftest
# configure:31233: $? = 0
# configure:31256: result: 8
# configure:31313: checking for access
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for alloca
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:102:6: warning: incompatible redeclaration of library function 'alloca' [-Wincompatible-library-redeclaration]
# char alloca ();
# ^
# conftest.c:102:6: note: 'alloca' is a builtin with type 'void *(unsigned long)'
# 1 warning generated.
# /tmp/conftest-911385.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `alloca'
# /tmp/conftest-911385.o:(.data+0x0): undefined reference to `alloca'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31376: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define SIZEOF_UNSIGNED___INT64 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF_UNSIGNED___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | /* end confdefs.h. */
# | /* Define alloca to an innocuous variant, in case declares alloca.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define alloca innocuous_alloca
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char alloca (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef alloca
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char alloca ();
# | /* 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_alloca) || defined (__stub___alloca)
# | choke me
# | #else
# | char (*f) () = alloca;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != alloca;
# | ;
# | return 0;
# | }
# configure:31400: result: no
# configure:31313: checking for atexit
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for atoi
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for atol
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for chmod
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for chown
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for ctime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for difftime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for fstat
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for gettimeofday
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for gmtime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for localtime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for longjmp
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:113:6: warning: declaration of built-in function 'longjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char longjmp ();
# ^
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for lstat
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for memcmp
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration]
# char memcmp ();
# ^
# conftest.c:115:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for memcpy
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:116:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:116:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for memmove
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:117:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:117:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for memset
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:118:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:118:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for mktime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for qsort
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for raise
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for setjmp
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:122:6: warning: declaration of built-in function 'setjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char setjmp ();
# ^
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for signal
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for snprintf
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:124:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:124:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strcasecmp
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:125:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:125:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strchr
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:126:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:126:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strdup
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:127:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:127:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strerror
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:128:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:128:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strftime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for stricmp
# configure:31370: clang -o conftest conftest.c >&5
# /tmp/conftest-bb1d72.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `stricmp'
# /tmp/conftest-bb1d72.o:(.data+0x0): undefined reference to `stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31376: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define SIZEOF_UNSIGNED___INT64 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF_UNSIGNED___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ATOI 1
# | #define HAVE_ATOL 1
# | #define HAVE_CHMOD 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CTIME 1
# | #define HAVE_DIFFTIME 1
# | #define HAVE_FSTAT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GMTIME 1
# | #define HAVE_LOCALTIME 1
# | #define HAVE_LONGJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKTIME 1
# | #define HAVE_QSORT 1
# | #define HAVE_RAISE 1
# | #define HAVE_SETJMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char stricmp ();
# | /* 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_stricmp) || defined (__stub___stricmp)
# | choke me
# | #else
# | char (*f) () = stricmp;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != stricmp;
# | ;
# | return 0;
# | }
# configure:31400: result: no
# configure:31313: checking for strncasecmp
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:130:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:130:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strnicmp
# configure:31370: clang -o conftest conftest.c >&5
# /tmp/conftest-6ad41b.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `strnicmp'
# /tmp/conftest-6ad41b.o:(.data+0x0): undefined reference to `strnicmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:31376: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ucl"
# | #define PACKAGE_TARNAME "ucl"
# | #define PACKAGE_VERSION "1.03"
# | #define PACKAGE_STRING "ucl 1.03"
# | #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# | #define ACC_ENDIAN_LITTLE_ENDIAN 1
# | #define PACKAGE "ucl"
# | #define VERSION "1.03"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ASSERT_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define RETSIGTYPE void
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_PTRDIFF_T 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define SIZEOF___INT64 0
# | #define SIZEOF_UNSIGNED___INT64 0
# | #define SIZEOF___INT32 0
# | #define SIZEOF_UNSIGNED___INT32 0
# | #define SIZEOF_INTMAX_T 8
# | #define SIZEOF_UINTMAX_T 8
# | #define SIZEOF_INTPTR_T 8
# | #define SIZEOF_UINTPTR_T 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define SIZEOF_LONG_DOUBLE 16
# | #define SIZEOF_DEV_T 8
# | #define SIZEOF_FPOS_T 16
# | #define SIZEOF_MODE_T 4
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_SSIZE_T 8
# | #define SIZEOF_TIME_T 8
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_ATOI 1
# | #define HAVE_ATOL 1
# | #define HAVE_CHMOD 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CTIME 1
# | #define HAVE_DIFFTIME 1
# | #define HAVE_FSTAT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GMTIME 1
# | #define HAVE_LOCALTIME 1
# | #define HAVE_LONGJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKTIME 1
# | #define HAVE_QSORT 1
# | #define HAVE_RAISE 1
# | #define HAVE_SETJMP 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_STRNCASECMP 1
# | /* end confdefs.h. */
# | /* Define strnicmp to an innocuous variant, in case declares strnicmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnicmp innocuous_strnicmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnicmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnicmp
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strnicmp ();
# | /* 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_strnicmp) || defined (__stub___strnicmp)
# | choke me
# | #else
# | char (*f) () = strnicmp;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != strnicmp;
# | ;
# | return 0;
# | }
# configure:31400: result: no
# configure:31313: checking for strrchr
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:131:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:131:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for strstr
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:132:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:132:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for time
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for umask
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for utime
# configure:31370: clang -o conftest conftest.c >&5
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31313: checking for vsnprintf
# configure:31370: clang -o conftest conftest.c >&5
# conftest.c:136:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:136:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:31376: $? = 0
# configure:31379: test -z || test ! -s conftest.err
# configure:31382: $? = 0
# configure:31385: test -s conftest
# configure:31388: $? = 0
# configure:31400: result: yes
# configure:31432: checking whether your compiler passes the ACC conformance test
# configure:31477: clang -c -I. -I./acc conftest.c >&5
# configure:31483: $? = 0
# configure:31486: test -z || test ! -s conftest.err
# configure:31489: $? = 0
# configure:31492: test -s conftest.o
# configure:31495: $? = 0
# configure:31508: result: yes
# configure:31682: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ucl config.status 1.03, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 2e8caf274c65
#
# config.status:771: creating Makefile
# config.status:771: creating examples/Makefile
# config.status:771: creating include/Makefile
# config.status:771: creating include/ucl/Makefile
# config.status:771: creating src/Makefile
# config.status:837: creating config.h
# config.status:1337: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# 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_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_access=yes
# ac_cv_func_alloca=no
# ac_cv_func_atexit=yes
# ac_cv_func_atoi=yes
# ac_cv_func_atol=yes
# ac_cv_func_chmod=yes
# ac_cv_func_chown=yes
# ac_cv_func_ctime=yes
# ac_cv_func_difftime=yes
# ac_cv_func_fstat=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime=yes
# ac_cv_func_localtime=yes
# ac_cv_func_longjmp=yes
# ac_cv_func_lstat=yes
# ac_cv_func_memcmp=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mktime=yes
# ac_cv_func_qsort=yes
# ac_cv_func_raise=yes
# ac_cv_func_setjmp=yes
# ac_cv_func_signal=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strnicmp=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_time=yes
# ac_cv_func_umask=yes
# ac_cv_func_utime=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_assert_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof___int32=0
# ac_cv_sizeof___int64=0
# ac_cv_sizeof_char_p=8
# ac_cv_sizeof_dev_t=8
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_fpos_t=16
# ac_cv_sizeof_int=4
# ac_cv_sizeof_intmax_t=8
# ac_cv_sizeof_intptr_t=8
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_double=16
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_mode_t=4
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_ptrdiff_t=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_ssize_t=8
# ac_cv_sizeof_time_t=8
# ac_cv_sizeof_uintmax_t=8
# ac_cv_sizeof_uintptr_t=8
# ac_cv_sizeof_unsigned___int32=0
# ac_cv_sizeof_unsigned___int64=0
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_sizeof_void_p=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_large_files=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type___int32=no
# ac_cv_type___int64=no
# ac_cv_type_char_p=yes
# ac_cv_type_dev_t=yes
# ac_cv_type_double=yes
# ac_cv_type_float=yes
# ac_cv_type_fpos_t=yes
# ac_cv_type_int=yes
# ac_cv_type_intmax_t=yes
# ac_cv_type_intptr_t=yes
# ac_cv_type_long=yes
# ac_cv_type_long_double=yes
# ac_cv_type_long_long=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_short=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_time_t=yes
# ac_cv_type_uintmax_t=yes
# ac_cv_type_uintptr_t=yes
# ac_cv_type_unsigned___int32=no
# ac_cv_type_unsigned___int64=no
# ac_cv_type_unsigned_long_long=yes
# ac_cv_type_void_p=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_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_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
# mfx_cv_header_sane_limits_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run aclocal-1.8'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run automake-1.8'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=' -DUCL_HAVE_CONFIG_H'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/ucl/src/ucl-1.03/acconfig/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='ucl'
# PACKAGE_BUGREPORT='markus@oberhumer.com'
# PACKAGE_NAME='ucl'
# PACKAGE_STRING='ucl 1.03'
# PACKAGE_TARNAME='ucl'
# PACKAGE_VERSION='1.03'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# UCL_ASM_VPATH=''
# UCL_CFLAGS=''
# UCL_CPPFLAGS=''
# UCL_EXTRA_CFLAGS=''
# UCL_EXTRA_CPPFLAGS=''
# UCL_USE_ASM_FALSE=''
# UCL_USE_ASM_TRUE='#'
# VERSION='1.03'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# configure_CFLAGS=''
# configure_CPPFLAGS=' -DUCL_HAVE_CONFIG_H'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/ucl/src/ucl-1.03/acconfig/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# mkdir_p='mkdir -p -- .'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define ACC_ENDIAN_LITTLE_ENDIAN 1
# #define HAVE_ACCESS 1
# #define HAVE_ASSERT_H 1
# #define HAVE_ATEXIT 1
# #define HAVE_ATOI 1
# #define HAVE_ATOL 1
# #define HAVE_CHMOD 1
# #define HAVE_CHOWN 1
# #define HAVE_CTIME 1
# #define HAVE_CTYPE_H 1
# #define HAVE_DIFFTIME 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FSTAT 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GMTIME 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALTIME 1
# #define HAVE_LONGJMP 1
# #define HAVE_LSTAT 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMCMP 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MKTIME 1
# #define HAVE_QSORT 1
# #define HAVE_RAISE 1
# #define HAVE_SETJMP 1
# #define HAVE_SETJMP_H 1
# #define HAVE_SIGNAL 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TIME 1
# #define HAVE_TIME_H 1
# #define HAVE_UMASK 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME 1
# #define HAVE_UTIME_H 1
# #define HAVE_VSNPRINTF 1
# #define PACKAGE "ucl"
# #define PACKAGE_BUGREPORT "markus@oberhumer.com"
# #define PACKAGE_NAME "ucl"
# #define PACKAGE_STRING "ucl 1.03"
# #define PACKAGE_TARNAME "ucl"
# #define PACKAGE_VERSION "1.03"
# #define RETSIGTYPE void
# #define SIZEOF_CHAR_P 8
# #define SIZEOF_DEV_T 8
# #define SIZEOF_DOUBLE 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_FPOS_T 16
# #define SIZEOF_INT 4
# #define SIZEOF_INTMAX_T 8
# #define SIZEOF_INTPTR_T 8
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_DOUBLE 16
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_MODE_T 4
# #define SIZEOF_OFF_T 8
# #define SIZEOF_PTRDIFF_T 8
# #define SIZEOF_SHORT 2
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_SSIZE_T 8
# #define SIZEOF_TIME_T 8
# #define SIZEOF_UINTMAX_T 8
# #define SIZEOF_UINTPTR_T 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define SIZEOF_UNSIGNED___INT32 0
# #define SIZEOF_UNSIGNED___INT64 0
# #define SIZEOF_VOID_P 8
# #define SIZEOF___INT32 0
# #define SIZEOF___INT64 0
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "1.03"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0