The build took 00h 04m 21s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
11,269 |
sh |
8,428 |
ansic |
3,463 |
makefile |
23,160 |
total |
The process tree of the build process is here.
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:
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: libfreexl 1.0.2-1 (Thu Apr 13 12:23:03 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/tmp/libfreexl/src/freexl-1.0.2/missing: Unknown `--is-lightweight' option
Try `/tmp/libfreexl/src/freexl-1.0.2/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
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 -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for working memcmp... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strerror... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for library containing iconv... none required
checking for library containing locale_charset... no
checking for library containing nl_langinfo... none required
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating headers/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating examples/Makefile
config.status: creating Doxyfile
config.status: creating freexl.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2'
Making all in headers
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
Making all in src
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/src'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -MT freexl.lo -MD -MP -MF .deps/freexl.Tpo -c -o freexl.lo freexl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -MT freexl.lo -MD -MP -MF .deps/freexl.Tpo -c freexl.c -fPIC -DPIC -o .libs/freexl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -MT freexl.lo -MD -MP -MF .deps/freexl.Tpo -c freexl.c -o freexl.o >/dev/null 2>&1
mv -f .deps/freexl.Tpo .deps/freexl.Plo
/bin/sh ../libtool --tag=CC --mode=link clang -version-info 2:0:1 -no-undefined -o libfreexl.la -rpath /usr/lib freexl.lo -lm
libtool: link: clang -shared -fPIC -DPIC .libs/freexl.o -lm -Wl,-soname -Wl,libfreexl.so.1 -o .libs/libfreexl.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libfreexl.so.1" && ln -s "libfreexl.so.1.1.0" "libfreexl.so.1")
libtool: link: (cd ".libs" && rm -f "libfreexl.so" && ln -s "libfreexl.so.1.1.0" "libfreexl.so")
libtool: link: ar cru .libs/libfreexl.a freexl.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfreexl.a
libtool: link: ( cd ".libs" && rm -f "libfreexl.la" && ln -s "../libfreexl.la" "libfreexl.la" )
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/src'
Making all in tests
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/tests'
Making all in examples
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/examples'
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -MT test_xl.o -MD -MP -MF .deps/test_xl.Tpo -c -o test_xl.o test_xl.c
mv -f .deps/test_xl.Tpo .deps/test_xl.Po
/bin/sh ../libtool --tag=CC --mode=link clang -I./../headers -L../src -lfreexl -lm -o test_xl test_xl.o
libtool: link: clang -I./../headers -o .libs/test_xl test_xl.o -L../src /tmp/libfreexl/src/freexl-1.0.2/src/.libs/libfreexl.so -lm
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -MT xl2sql.o -MD -MP -MF .deps/xl2sql.Tpo -c -o xl2sql.o xl2sql.c
mv -f .deps/xl2sql.Tpo .deps/xl2sql.Po
/bin/sh ../libtool --tag=CC --mode=link clang -I./../headers -L../src -lfreexl -lm -o xl2sql xl2sql.o
libtool: link: clang -I./../headers -o .libs/xl2sql xl2sql.o -L../src /tmp/libfreexl/src/freexl-1.0.2/src/.libs/libfreexl.so -lm
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/examples'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2'
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in headers
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libfreexl/pkg/libfreexl/usr/include'
/usr/bin/install -c -m 644 freexl.h '/tmp/libfreexl/pkg/libfreexl/usr/include'
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/headers'
Making install in src
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/src'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/src'
/usr/bin/mkdir -p '/tmp/libfreexl/pkg/libfreexl/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libfreexl.la '/tmp/libfreexl/pkg/libfreexl/usr/lib'
libtool: install: /usr/bin/install -c .libs/libfreexl.so.1.1.0 /tmp/libfreexl/pkg/libfreexl/usr/lib/libfreexl.so.1.1.0
libtool: install: (cd /tmp/libfreexl/pkg/libfreexl/usr/lib && { ln -s -f libfreexl.so.1.1.0 libfreexl.so.1 || { rm -f libfreexl.so.1 && ln -s libfreexl.so.1.1.0 libfreexl.so.1; }; })
libtool: install: (cd /tmp/libfreexl/pkg/libfreexl/usr/lib && { ln -s -f libfreexl.so.1.1.0 libfreexl.so || { rm -f libfreexl.so && ln -s libfreexl.so.1.1.0 libfreexl.so; }; })
libtool: install: /usr/bin/install -c .libs/libfreexl.lai /tmp/libfreexl/pkg/libfreexl/usr/lib/libfreexl.la
libtool: install: /usr/bin/install -c .libs/libfreexl.a /tmp/libfreexl/pkg/libfreexl/usr/lib/libfreexl.a
libtool: install: chmod 644 /tmp/libfreexl/pkg/libfreexl/usr/lib/libfreexl.a
libtool: install: ranlib /tmp/libfreexl/pkg/libfreexl/usr/lib/libfreexl.a
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/libfreexl/src/freexl-1.0.2/src'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/src'
Making install in tests
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/tests'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/tests'
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/libfreexl/src/freexl-1.0.2/tests'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/tests'
Making install in examples
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/examples'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2/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/libfreexl/src/freexl-1.0.2/examples'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2/examples'
make[1]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2'
make[2]: Entering directory '/tmp/libfreexl/src/freexl-1.0.2'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/libfreexl/pkg/libfreexl/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 freexl.pc '/tmp/libfreexl/pkg/libfreexl/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2'
make[1]: Leaving directory '/tmp/libfreexl/src/freexl-1.0.2'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libfreexl"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libfreexl 1.0.2-1 (Thu Apr 13 12:23:56 UTC 2017)
CMD: pacman --query --file libfreexl-1.0.2-1-x86_64.pkg.tar.xz
Creating hybrid package for 'libfreexl'
Trying to find vanilla package 'libfreexl'...
CMD: pacman --query --file /mirror/libfreexl-1.0.2-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/libfreexl.so
/usr/lib/libfreexl.so.1.1.0
/usr/lib/libfreexl.so.1
/usr/lib/pkgconfig/freexl.pc
/usr/include/freexl.h
/sysroot/usr/lib/libfreexl.so.1.1.0
/sysroot/usr/lib/libfreexl.so.1
/sysroot/usr/lib/libfreexl.so
/sysroot/usr/lib/libfreexl.la
/sysroot/usr/lib/libfreexl.a
/sysroot/usr/lib/pkgconfig/freexl.pc
/sysroot/usr/include/freexl.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 libfreexl.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libfreexl.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libfreexl.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libfreexl.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/libfreexl/src/freexl-1.0.2/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 FreeXL configure 1.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = c5659c1f07df
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2456: checking for a BSD-compatible install
configure:2524: result: /usr/bin/install -c
configure:2535: checking whether build environment is sane
configure:2590: result: yes
configure:2628: WARNING: 'missing' script is too old or missing
configure:2649: checking for x86_64-unknown-linux-strip
configure:2679: result: no
configure:2689: checking for strip
configure:2705: found /usr/bin/strip
configure:2716: result: strip
configure:2741: checking for a thread-safe mkdir -p
configure:2780: result: /usr/bin/mkdir -p
configure:2787: checking for gawk
configure:2803: found /usr/bin/gawk
configure:2814: result: gawk
configure:2825: checking whether make sets $(MAKE)
configure:2847: result: yes
configure:2876: checking whether make supports nested variables
configure:2893: result: yes
configure:3020: checking whether to enable maintainer-specific portions of Makefiles
configure:3029: result: no
configure:3059: checking for style of include used by make
configure:3087: result: GNU
configure:3118: checking for x86_64-unknown-linux-gcc
configure:3145: result: clang
configure:3414: checking for C compiler version
configure:3423: 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:3434: $? = 0
configure:3423: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:3434: $? = 0
configure:3423: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3434: $? = 1
configure:3423: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3434: $? = 1
configure:3454: checking whether the C compiler works
configure:3476: clang conftest.c >&5
configure:3480: $? = 0
configure:3528: result: yes
configure:3531: checking for C compiler default output file name
configure:3533: result: a.out
configure:3539: checking for suffix of executables
configure:3546: clang -o conftest conftest.c >&5
configure:3550: $? = 0
configure:3572: result:
configure:3594: checking whether we are cross compiling
configure:3602: clang -o conftest conftest.c >&5
configure:3606: $? = 0
configure:3613: ./conftest
configure:3617: $? = 0
configure:3632: result: no
configure:3637: checking for suffix of object files
configure:3659: clang -c conftest.c >&5
configure:3663: $? = 0
configure:3684: result: o
configure:3688: checking whether we are using the GNU C compiler
configure:3707: clang -c conftest.c >&5
configure:3707: $? = 0
configure:3716: result: yes
configure:3725: checking whether clang accepts -g
configure:3745: clang -c -g conftest.c >&5
configure:3745: $? = 0
configure:3786: result: yes
configure:3803: checking for clang option to accept ISO C89
configure:3866: clang -c conftest.c >&5
configure:3866: $? = 0
configure:3879: result: none needed
configure:3904: checking whether clang understands -c and -o together
configure:3926: clang -c conftest.c -o conftest2.o
configure:3929: $? = 0
configure:3926: clang -c conftest.c -o conftest2.o
configure:3929: $? = 0
configure:3941: result: yes
configure:3960: checking dependency style of clang
configure:4071: result: gcc3
configure:4092: checking how to run the C preprocessor
configure:4123: clang -E conftest.c
configure:4123: $? = 0
configure:4137: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| /* end confdefs.h. */
| #include
configure:4162: result: clang -E
configure:4182: clang -E conftest.c
configure:4182: $? = 0
configure:4196: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4196: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| /* end confdefs.h. */
| #include
configure:4225: checking for grep that handles long lines and -e
configure:4283: result: /usr/bin/grep
configure:4288: checking for egrep
configure:4350: result: /usr/bin/grep -E
configure:4355: checking for ANSI C header files
configure:4375: clang -c conftest.c >&5
configure:4375: $? = 0
configure:4448: clang -o conftest conftest.c >&5
configure:4448: $? = 0
configure:4448: ./conftest
configure:4448: $? = 0
configure:4459: result: yes
configure:4472: checking for sys/types.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for sys/stat.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for stdlib.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for string.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for memory.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for strings.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for inttypes.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for stdint.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4472: checking for unistd.h
configure:4472: clang -c conftest.c >&5
configure:4472: $? = 0
configure:4472: result: yes
configure:4486: checking for stdlib.h
configure:4486: result: yes
configure:4500: checking stdio.h usability
configure:4500: clang -c conftest.c >&5
configure:4500: $? = 0
configure:4500: result: yes
configure:4500: checking stdio.h presence
configure:4500: clang -E conftest.c
configure:4500: $? = 0
configure:4500: result: yes
configure:4500: checking for stdio.h
configure:4500: result: yes
configure:4514: checking for string.h
configure:4514: result: yes
configure:4528: checking math.h usability
configure:4528: clang -c conftest.c >&5
configure:4528: $? = 0
configure:4528: result: yes
configure:4528: checking math.h presence
configure:4528: clang -E conftest.c
configure:4528: $? = 0
configure:4528: result: yes
configure:4528: checking for math.h
configure:4528: result: yes
configure:4655: checking for C++ compiler version
configure:4664: 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:4675: $? = 0
configure:4664: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:4675: $? = 0
configure:4664: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4675: $? = 1
configure:4664: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4675: $? = 1
configure:4679: checking whether we are using the GNU C++ compiler
configure:4698: clang++ -c conftest.cpp >&5
configure:4698: $? = 0
configure:4707: result: yes
configure:4716: checking whether clang++ accepts -g
configure:4736: clang++ -c -g conftest.cpp >&5
configure:4736: $? = 0
configure:4777: result: yes
configure:4802: checking dependency style of clang++
configure:4913: result: gcc3
configure:4936: checking for x86_64-unknown-linux-gcc
configure:4963: result: clang
configure:5232: checking for C compiler version
configure:5241: 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:5252: $? = 0
configure:5241: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:5252: $? = 0
configure:5241: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5252: $? = 1
configure:5241: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5252: $? = 1
configure:5256: checking whether we are using the GNU C compiler
configure:5284: result: yes
configure:5293: checking whether clang accepts -g
configure:5354: result: yes
configure:5371: checking for clang option to accept ISO C89
configure:5447: result: none needed
configure:5472: checking whether clang understands -c and -o together
configure:5509: result: yes
configure:5528: checking dependency style of clang
configure:5639: result: gcc3
configure:5659: checking how to run the C preprocessor
configure:5729: result: clang -E
configure:5749: clang -E conftest.c
configure:5749: $? = 0
configure:5763: clang -E conftest.c
conftest.c:25:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5763: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h. */
| #include
configure:5792: checking whether ln -s works
configure:5796: result: yes
configure:5803: checking whether make sets $(MAKE)
configure:5825: result: yes
configure:5838: checking build system type
configure:5852: result: x86_64-unknown-linux-gnu
configure:5872: checking host system type
configure:5885: result: x86_64-unknown-linux-gnu
configure:6254: checking how to print strings
configure:6281: result: printf
configure:6302: checking for a sed that does not truncate output
configure:6366: result: /usr/bin/sed
configure:6384: checking for fgrep
configure:6446: result: /usr/bin/grep -F
configure:6481: checking for ld used by clang
configure:6548: result: /usr/bin/ld
configure:6555: checking if the linker (/usr/bin/ld) is GNU ld
configure:6570: result: yes
configure:6582: checking for BSD- or MS-compatible name lister (nm)
configure:6631: result: /usr/bin/nm -B
configure:6761: checking the name lister (/usr/bin/nm -B) interface
configure:6768: clang -c conftest.c >&5
configure:6771: /usr/bin/nm -B "conftest.o"
configure:6774: output
0000000000000000 B some_variable
configure:6781: result: BSD nm
configure:6785: checking the maximum length of command line arguments
configure:6910: result: 1572864
configure:6927: checking whether the shell understands some XSI constructs
configure:6937: result: yes
configure:6941: checking whether the shell understands "+="
configure:6947: result: yes
configure:6982: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:7022: result: func_convert_file_noop
configure:7029: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7049: result: func_convert_file_noop
configure:7056: checking for /usr/bin/ld option to reload object files
configure:7063: result: -r
configure:7097: checking for x86_64-unknown-linux-objdump
configure:7124: result: objdump
configure:7193: checking how to recognize dependent libraries
configure:7395: result: pass_all
configure:7440: checking for x86_64-unknown-linux-dlltool
configure:7467: result: dlltool
configure:7537: checking how to associate runtime and link libraries
configure:7564: result: printf %s\n
configure:7580: checking for x86_64-unknown-linux-ar
configure:7610: result: no
configure:7624: checking for ar
configure:7640: found /usr/bin/ar
configure:7651: result: ar
configure:7688: checking for archiver @FILE support
configure:7705: clang -c conftest.c >&5
configure:7705: $? = 0
configure:7708: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7711: $? = 0
configure:7716: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7719: $? = 1
configure:7731: result: @
configure:7749: checking for x86_64-unknown-linux-strip
configure:7776: result: strip
configure:7848: checking for x86_64-unknown-linux-ranlib
configure:7878: result: no
configure:7888: checking for ranlib
configure:7904: found /usr/bin/ranlib
configure:7915: result: ranlib
configure:8017: checking command to parse /usr/bin/nm -B output from clang object
configure:8136: clang -c conftest.c >&5
configure:8139: $? = 0
configure:8143: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8146: $? = 0
configure:8212: clang -o conftest conftest.c conftstm.o >&5
configure:8215: $? = 0
configure:8253: result: ok
configure:8290: checking for sysroot
configure:8320: result: no
configure:8397: clang -c conftest.c >&5
configure:8400: $? = 0
configure:8523: checking for x86_64-unknown-linux-mt
configure:8553: result: no
configure:8563: checking for mt
configure:8593: result: no
configure:8613: checking if : is a manifest tool
configure:8619: : '-?'
configure:8627: result: no
configure:9256: checking for dlfcn.h
configure:9256: clang -c conftest.c >&5
configure:9256: $? = 0
configure:9256: result: yes
configure:9452: checking for objdir
configure:9467: result: .libs
configure:9738: checking if clang supports -fno-rtti -fno-exceptions
configure:9756: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:9760: $? = 0
configure:9773: result: yes
configure:10083: checking for clang option to produce PIC
configure:10090: result: -fPIC -DPIC
configure:10098: checking if clang PIC flag -fPIC -DPIC works
configure:10116: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:10120: $? = 0
configure:10133: result: yes
configure:10162: checking if clang static flag -static works
configure:10190: result: yes
configure:10205: checking if clang supports -c -o file.o
configure:10226: clang -c -o out/conftest2.o conftest.c >&5
configure:10230: $? = 0
configure:10252: result: yes
configure:10260: checking if clang supports -c -o file.o
configure:10307: result: yes
configure:10340: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11498: result: yes
configure:11535: checking whether -lc should be explicitly linked in
configure:11543: clang -c conftest.c >&5
configure:11546: $? = 0
configure:11561: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:11564: $? = 0
configure:11578: result: no
configure:11743: checking dynamic linker characteristics
configure:12257: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12257: $? = 0
configure:12483: result: GNU/Linux ld.so
configure:12590: checking how to hardcode library paths into programs
configure:12615: result: immediate
configure:13155: checking whether stripping libraries is possible
configure:13160: result: yes
configure:13195: checking if libtool supports shared libraries
configure:13197: result: yes
configure:13200: checking whether to build shared libraries
configure:13221: result: yes
configure:13224: checking whether to build static libraries
configure:13228: result: yes
configure:13251: checking how to run the C++ preprocessor
configure:13278: clang++ -E conftest.cpp
configure:13278: $? = 0
configure:13292: clang++ -E conftest.cpp
conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:13292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
configure:13317: result: clang++ -E
configure:13337: clang++ -E conftest.cpp
configure:13337: $? = 0
configure:13351: clang++ -E conftest.cpp
conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:13351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
configure:13521: checking for ld used by clang++
configure:13588: result: /usr/bin/ld -m elf_x86_64
configure:13595: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13610: result: yes
configure:13665: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14669: result: yes
configure:14704: clang++ -c conftest.cpp >&5
configure:14707: $? = 0
configure:15227: checking for clang++ option to produce PIC
configure:15234: result: -fPIC -DPIC
configure:15242: checking if clang++ PIC flag -fPIC -DPIC works
configure:15260: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15264: $? = 0
configure:15277: result: yes
configure:15300: checking if clang++ static flag -static works
configure:15328: result: yes
configure:15340: checking if clang++ supports -c -o file.o
configure:15361: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:15365: $? = 0
configure:15387: result: yes
configure:15392: checking if clang++ supports -c -o file.o
configure:15439: result: yes
configure:15469: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15503: result: yes
configure:15646: checking dynamic linker characteristics
configure:16320: result: GNU/Linux ld.so
configure:16373: checking how to hardcode library paths into programs
configure:16398: result: immediate
configure:16459: checking for an ANSI C-conforming const
configure:16525: clang -c conftest.c >&5
configure:16525: $? = 0
configure:16532: result: yes
configure:16540: checking for off_t
configure:16540: clang -c conftest.c >&5
configure:16540: $? = 0
configure:16540: clang -c conftest.c >&5
conftest.c:63:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:16540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:16540: result: yes
configure:16551: checking for size_t
configure:16551: clang -c conftest.c >&5
configure:16551: $? = 0
configure:16551: clang -c conftest.c >&5
conftest.c:63:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:16551: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16551: result: yes
configure:16562: checking whether time.h and sys/time.h may both be included
configure:16582: clang -c conftest.c >&5
configure:16582: $? = 0
configure:16589: result: yes
configure:16597: checking whether struct tm is in sys/time.h or time.h
configure:16617: clang -c conftest.c >&5
configure:16617: $? = 0
configure:16624: result: time.h
configure:16632: checking for working volatile
configure:16651: clang -c conftest.c >&5
configure:16651: $? = 0
configure:16658: result: yes
configure:16668: checking whether lstat correctly handles trailing slash
configure:16694: clang -o conftest conftest.c >&5
configure:16694: $? = 0
configure:16694: ./conftest
configure:16694: $? = 0
configure:16711: result: yes
configure:16730: checking whether lstat accepts an empty string
configure:16750: clang -o conftest conftest.c >&5
configure:16750: $? = 0
configure:16750: ./conftest
configure:16750: $? = 0
configure:16760: result: no
configure:16776: checking whether lstat correctly handles trailing slash
configure:16819: result: yes
configure:16838: checking for working memcmp
configure:16881: clang -o conftest conftest.c >&5
configure:16881: $? = 0
configure:16881: ./conftest
configure:16881: $? = 0
configure:16891: result: yes
configure:16900: checking whether stat accepts an empty string
configure:16920: clang -o conftest conftest.c >&5
configure:16920: $? = 0
configure:16920: ./conftest
configure:16920: $? = 0
configure:16930: result: no
configure:16948: checking for strftime
configure:16948: clang -o conftest conftest.c >&5
configure:16948: $? = 0
configure:16948: result: yes
configure:17004: checking for sqrt
configure:17004: clang -o conftest conftest.c >&5
conftest.c:54:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
char sqrt ();
^
conftest.c:54:6: note: 'sqrt' is a builtin with type 'double (double)'
1 warning generated.
/tmp/conftest-ecffc1.o: In function `main':
conftest.c:(.text+0x16): undefined reference to `sqrt'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| /* end confdefs.h. */
| /* Define sqrt to an innocuous variant, in case declares sqrt.
| For example, HP-UX 11i declares gettimeofday. */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sqrt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef sqrt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt ();
| /* 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_sqrt || defined __stub___sqrt
| choke me
| #endif
|
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:17004: result: no
configure:17004: checking for strcasecmp
configure:17004: clang -o conftest conftest.c >&5
conftest.c:54:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:54:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:17004: $? = 0
configure:17004: result: yes
configure:17004: checking for strerror
configure:17004: clang -o conftest conftest.c >&5
conftest.c:55:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:55:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:17004: $? = 0
configure:17004: result: yes
configure:17004: checking for strncasecmp
configure:17004: clang -o conftest conftest.c >&5
conftest.c:56:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
^
conftest.c:56:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:17004: $? = 0
configure:17004: result: yes
configure:17004: checking for strstr
configure:17004: clang -o conftest conftest.c >&5
conftest.c:57:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
char strstr ();
^
conftest.c:57:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:17004: $? = 0
configure:17004: result: yes
configure:17004: checking for strerror
configure:17004: result: yes
configure:17030: checking iconv.h usability
configure:17030: clang -c conftest.c >&5
configure:17030: $? = 0
configure:17030: result: yes
configure:17030: checking iconv.h presence
configure:17030: clang -E conftest.c
configure:17030: $? = 0
configure:17030: result: yes
configure:17030: checking for iconv.h
configure:17030: result: yes
configure:17044: checking for library containing iconv
configure:17075: clang -o conftest conftest.c >&5
configure:17075: $? = 0
configure:17092: result: none required
configure:17159: checking for library containing locale_charset
configure:17190: clang -o conftest conftest.c >&5
/tmp/conftest-263b04.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `locale_charset'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char locale_charset ();
| int
| main ()
| {
| return locale_charset ();
| ;
| return 0;
| }
configure:17190: clang -o conftest conftest.c -lcharset >&5
/usr/bin/ld: cannot find -lcharset
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeXL"
| #define PACKAGE_TARNAME "freexl"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "FreeXL 1.0.2"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "freexl"
| #define VERSION "1.0.2"
| #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_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MATH_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char locale_charset ();
| int
| main ()
| {
| return locale_charset ();
| ;
| return 0;
| }
configure:17207: result: no
configure:17214: checking for library containing nl_langinfo
configure:17245: clang -o conftest conftest.c >&5
configure:17245: $? = 0
configure:17262: result: none required
configure:17383: checking that generated files are newer than configure
configure:17389: result: done
configure:17424: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by FreeXL config.status 1.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on c5659c1f07df
config.status:1169: creating Makefile
config.status:1169: creating headers/Makefile
config.status:1169: creating src/Makefile
config.status:1169: creating tests/Makefile
config.status:1169: creating examples/Makefile
config.status:1169: creating Doxyfile
config.status:1169: creating freexl.pc
config.status:1169: creating config.h
config.status:1398: executing depfiles commands
config.status:1398: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_memcmp_working=yes
ac_cv_func_sqrt=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_iconv='none required'
ac_cv_search_locale_charset=no
ac_cv_search_nl_langinfo='none required'
ac_cv_struct_tm=time.h
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='freexl'
PACKAGE_BUGREPORT='a.furieri@lqt.it'
PACKAGE_NAME='FreeXL'
PACKAGE_STRING='FreeXL 1.0.2'
PACKAGE_TARNAME='freexl'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0.2'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/libfreexl/src/freexl-1.0.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "FreeXL"
#define PACKAGE_TARNAME "freexl"
#define PACKAGE_VERSION "1.0.2"
#define PACKAGE_STRING "FreeXL 1.0.2"
#define PACKAGE_BUGREPORT "a.furieri@lqt.it"
#define PACKAGE_URL ""
#define PACKAGE "freexl"
#define VERSION "1.0.2"
#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_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_STRING_H 1
#define HAVE_MATH_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define TIME_WITH_SYS_TIME 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STRFTIME 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_STRERROR 1
#define HAVE_ICONV_H 1
configure: exit 0