Build of freehdl with clang_glibc toolchain

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

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

SLOCLanguage
53,845 cpp
12,806 sh
7,321 makefile
2,042 ansic
649 perl
100 tcl
76,763 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: freehdl 0.0.8-8 (Thu Apr 13 12:24:18 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking 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-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# 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 dependency style of clang... (cached) gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking dependency style of clang++... (cached) gcc3
# 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... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for perl... /usr/bin/perl
# checking for pkg-config... /usr/bin/pkg-config
# checking for x86_64-unknown-linux-glibtool... no
# checking for x86_64-unknown-linux-libtool... no
# checking for glibtool... no
# checking for libtool... libtool
# checking FlexLexer.h usability... yes
# checking FlexLexer.h presence... yes
# checking for FlexLexer.h... yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking whether byte ordering is bigendian... no
# checking size of int... 4
# checking for vasprintf... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for socket... yes
# checking for gettimeofday... yes
# checking for regcomp... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating freehdl/Makefile
# config.status: creating fire/Makefile
# config.status: creating vaul/Makefile
# config.status: creating kernel/Makefile
# config.status: creating std/Makefile
# config.status: creating v2cc/Makefile
# config.status: creating doc/Makefile
# config.status: creating ieee/Makefile
# config.status: creating FHDLgui/Makefile
# config.status: creating FHDLgui/pictures/Makefile
# config.status: creating examples/Makefile
# config.status: creating examples/v2c/Makefile
# config.status: creating cdfggen/Makefile
# config.status: creating v2cc/gvhdl
# config.status: creating freehdl.pc
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# freehdl version 0.0.8 configured successfully.
#
# Making all in freehdl
# make[1]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/freehdl'
# make all-am
# make[2]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/freehdl'
# sed -e 's,@DEFAULT_INCLUDE_PATH@,/usr/include,g' freehdl-gennodes
# chmod a+x freehdl-gennodes
# make[2]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/freehdl'
# make[1]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/freehdl'
# Making all in fire
# make[1]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/fire'
# make all-am
# make[2]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/fire'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-chunk.lo -MD -MP -MF .deps/fire-chunk.Tpo -c -o fire-chunk.lo fire-chunk.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-chunk.lo -MD -MP -MF .deps/fire-chunk.Tpo -c fire-chunk.cc -fPIC -DPIC -o .libs/fire-chunk.o
# In file included from fire-chunk.cc:3:
# In file included from ../freehdl/fire-chunk.h:6:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-chunk.lo -MD -MP -MF .deps/fire-chunk.Tpo -c fire-chunk.cc -o fire-chunk.o >/dev/null 2>&1
# mv -f .deps/fire-chunk.Tpo .deps/fire-chunk.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-types.lo -MD -MP -MF .deps/fire-types.Tpo -c -o fire-types.lo fire-types.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-types.lo -MD -MP -MF .deps/fire-types.Tpo -c fire-types.cc -fPIC -DPIC -o .libs/fire-types.o
# In file included from fire-types.cc:12:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fire-types.lo -MD -MP -MF .deps/fire-types.Tpo -c fire-types.cc -o fire-types.o >/dev/null 2>&1
# mv -f .deps/fire-types.Tpo .deps/fire-types.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree-supp.lo -MD -MP -MF .deps/tree-supp.Tpo -c -o tree-supp.lo tree-supp.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree-supp.lo -MD -MP -MF .deps/tree-supp.Tpo -c tree-supp.cc -fPIC -DPIC -o .libs/tree-supp.o
# In file included from tree-supp.cc:9:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# tree-supp.cc:358:43: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
# return " " + (30-l);
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
# tree-supp.cc:358:43: note: use array indexing to silence this warning
# return " " + (30-l);
# ^
# & [ ]
# tree-supp.cc:488:31: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("odd size: %d\n", size);
# ~~ ^~~~
# %lu
# 3 warnings generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree-supp.lo -MD -MP -MF .deps/tree-supp.Tpo -c tree-supp.cc -o tree-supp.o >/dev/null 2>&1
# mv -f .deps/tree-supp.Tpo .deps/tree-supp.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -version-info 0:0 -o libfreehdl-fire.la -rpath /usr/lib fire-chunk.lo fire-types.lo tree-supp.lo
# libtool: link: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/fire-chunk.o .libs/fire-types.o .libs/tree-supp.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libfreehdl-fire.so.0 -o .libs/libfreehdl-fire.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libfreehdl-fire.so.0" && ln -s "libfreehdl-fire.so.0.0.0" "libfreehdl-fire.so.0")
# libtool: link: (cd ".libs" && rm -f "libfreehdl-fire.so" && ln -s "libfreehdl-fire.so.0.0.0" "libfreehdl-fire.so")
# libtool: link: ar cru .libs/libfreehdl-fire.a fire-chunk.o fire-types.o tree-supp.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfreehdl-fire.a
# libtool: link: ( cd ".libs" && rm -f "libfreehdl-fire.la" && ln -s "../libfreehdl-fire.la" "libfreehdl-fire.la" )
# clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT test-fire.o -MD -MP -MF .deps/test-fire.Tpo -c -o test-fire.o test-fire.cc
# In file included from test-fire.cc:3:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# test-fire.cc:27:28: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("odd size: %d\n", k->size);
# ~~ ^~~~~~~
# %lu
# 2 warnings generated.
# mv -f .deps/test-fire.Tpo .deps/test-fire.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -o test-fire test-fire.o libfreehdl-fire.la
# libtool: link: clang++ -o .libs/test-fire test-fire.o ./.libs/libfreehdl-fire.so
# make[2]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/fire'
# make[1]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/fire'
# Making all in vaul
# make[1]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/vaul'
# make all-am
# make[2]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/vaul'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c -o attr.lo attr.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.cc -fPIC -DPIC -o .libs/attr.o
# In file included from attr.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.cc -o attr.o >/dev/null 2>&1
# mv -f .deps/attr.Tpo .deps/attr.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT blocks.lo -MD -MP -MF .deps/blocks.Tpo -c -o blocks.lo blocks.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT blocks.lo -MD -MP -MF .deps/blocks.Tpo -c blocks.cc -fPIC -DPIC -o .libs/blocks.o
# In file included from blocks.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT blocks.lo -MD -MP -MF .deps/blocks.Tpo -c blocks.cc -o blocks.o >/dev/null 2>&1
# mv -f .deps/blocks.Tpo .deps/blocks.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT decls.lo -MD -MP -MF .deps/decls.Tpo -c -o decls.lo decls.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT decls.lo -MD -MP -MF .deps/decls.Tpo -c decls.cc -fPIC -DPIC -o .libs/decls.o
# In file included from decls.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT decls.lo -MD -MP -MF .deps/decls.Tpo -c decls.cc -o decls.o >/dev/null 2>&1
# mv -f .deps/decls.Tpo .deps/decls.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dfile.lo -MD -MP -MF .deps/dfile.Tpo -c -o dfile.lo dfile.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dfile.lo -MD -MP -MF .deps/dfile.Tpo -c dfile.cc -fPIC -DPIC -o .libs/dfile.o
# In file included from dfile.cc:24:
# In file included from ../freehdl/vaul-dfile.h:27:
# In file included from ../freehdl/vaul-lexer.h:27:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dfile.lo -MD -MP -MF .deps/dfile.Tpo -c dfile.cc -o dfile.o >/dev/null 2>&1
# mv -f .deps/dfile.Tpo .deps/dfile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dunit.lo -MD -MP -MF .deps/dunit.Tpo -c -o dunit.lo dunit.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dunit.lo -MD -MP -MF .deps/dunit.Tpo -c dunit.cc -fPIC -DPIC -o .libs/dunit.o
# In file included from dunit.cc:25:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT dunit.lo -MD -MP -MF .deps/dunit.Tpo -c dunit.cc -o dunit.o >/dev/null 2>&1
# mv -f .deps/dunit.Tpo .deps/dunit.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cc -fPIC -DPIC -o .libs/error.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cc -o error.o >/dev/null 2>&1
# mv -f .deps/error.Tpo .deps/error.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c -o expr.lo expr.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c expr.cc -fPIC -DPIC -o .libs/expr.o
# In file included from expr.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# expr.cc:1395:16: warning: enumeration values 'IR_UNKNOWN_MODE' and 'IR_LINKAGE_MODE' not handled in switch [-Wswitch]
# switch (p->mode)
# ^
# expr.cc:1485:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
# t->is(IR_ARRAY_TYPE) && pIIR_ArrayType(t)->declaration != NULL
# ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# expr.cc:1485:26: note: place parentheses around the '&&' expression to silence this warning
# t->is(IR_ARRAY_TYPE) && pIIR_ArrayType(t)->declaration != NULL
# ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3 warnings generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c expr.cc -o expr.o >/dev/null 2>&1
# mv -f .deps/expr.Tpo .deps/expr.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fold.lo -MD -MP -MF .deps/fold.Tpo -c -o fold.lo fold.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fold.lo -MD -MP -MF .deps/fold.Tpo -c fold.cc -fPIC -DPIC -o .libs/fold.o
# In file included from fold.cc:23:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fold.lo -MD -MP -MF .deps/fold.Tpo -c fold.cc -o fold.o >/dev/null 2>&1
# mv -f .deps/fold.Tpo .deps/fold.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c -o lexer.lo lexer.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.cc -fPIC -DPIC -o .libs/lexer.o
# In file included from lexer.ll:33:
# In file included from ../freehdl/vaul-lexer.h:27:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# lexer.cc:833:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
# ^
# lexer.cc:1272:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# "fatal flex scanner internal error--no action found" );
# ^
# 3 warnings generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT lexer.lo -MD -MP -MF .deps/lexer.Tpo -c lexer.cc -o lexer.o >/dev/null 2>&1
# mv -f .deps/lexer.Tpo .deps/lexer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.cc -fPIC -DPIC -o .libs/list.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.cc -o list.o >/dev/null 2>&1
# mv -f .deps/list.Tpo .deps/list.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c -o mempool.lo mempool.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c mempool.cc -fPIC -DPIC -o .libs/mempool.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c mempool.cc -o mempool.o >/dev/null 2>&1
# mv -f .deps/mempool.Tpo .deps/mempool.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT message.lo -MD -MP -MF .deps/message.Tpo -c -o message.lo message.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cc -fPIC -DPIC -o .libs/message.o
# In file included from message.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.cc -o message.o >/dev/null 2>&1
# mv -f .deps/message.Tpo .deps/message.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT bison-parser.lo -MD -MP -MF .deps/bison-parser.Tpo -c -o bison-parser.lo bison-parser.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT bison-parser.lo -MD -MP -MF .deps/bison-parser.Tpo -c bison-parser.cc -fPIC -DPIC -o .libs/bison-parser.o
# In file included from bison-parser.yy:37:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# bison-parser.yy:917:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else
# ^
# In file included from bison-parser.yy:41:
# ../freehdl/vaul-list.h:40:43: warning: offset of on non-POD type 'IIR_ElementDeclarationList' [-Winvalid-offsetof]
# return (node *)generic_concat(l1, l2, offsetof(node, rest));
# ^ ~~~~
# /usr/bin/../lib/clang/3.8.0/include/stddef.h:120:24: note: expanded from macro 'offsetof'
# #define offsetof(t, d) __builtin_offsetof(t, d)
# ^ ~
# bison-parser.yy:1802:37: note: in instantiation of function template specialization 'concat' requested here
# pIIR_ElementDeclarationList dl = concat ((yyvsp[(2) - (5)].tree.IIR_ElementDeclarationList), (yyvsp[(3) - (5)].tree.IIR_ElementDeclarationList));
# ^
# 3 warnings generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT bison-parser.lo -MD -MP -MF .deps/bison-parser.Tpo -c bison-parser.cc -o bison-parser.o >/dev/null 2>&1
# mv -f .deps/bison-parser.Tpo .deps/bison-parser.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c -o printer.lo printer.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c printer.cc -fPIC -DPIC -o .libs/printer.o
# In file included from printer.cc:25:
# In file included from ../freehdl/fire-chunk.h:6:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT printer.lo -MD -MP -MF .deps/printer.Tpo -c printer.cc -o printer.o >/dev/null 2>&1
# mv -f .deps/printer.Tpo .deps/printer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT ref.lo -MD -MP -MF .deps/ref.Tpo -c -o ref.lo ref.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT ref.lo -MD -MP -MF .deps/ref.Tpo -c ref.cc -fPIC -DPIC -o .libs/ref.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT ref.lo -MD -MP -MF .deps/ref.Tpo -c ref.cc -o ref.o >/dev/null 2>&1
# mv -f .deps/ref.Tpo .deps/ref.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT stats.lo -MD -MP -MF .deps/stats.Tpo -c -o stats.lo stats.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.cc -fPIC -DPIC -o .libs/stats.o
# In file included from stats.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.cc -o stats.o >/dev/null 2>&1
# mv -f .deps/stats.Tpo .deps/stats.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT subprogs.lo -MD -MP -MF .deps/subprogs.Tpo -c -o subprogs.lo subprogs.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT subprogs.lo -MD -MP -MF .deps/subprogs.Tpo -c subprogs.cc -fPIC -DPIC -o .libs/subprogs.o
# In file included from subprogs.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT subprogs.lo -MD -MP -MF .deps/subprogs.Tpo -c subprogs.cc -o subprogs.o >/dev/null 2>&1
# mv -f .deps/subprogs.Tpo .deps/subprogs.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c -o tree.lo tree.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cc -fPIC -DPIC -o .libs/tree.o
# In file included from tree.cc:24:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cc -o tree.o >/dev/null 2>&1
# mv -f .deps/tree.Tpo .deps/tree.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT types.lo -MD -MP -MF .deps/types.Tpo -c -o types.lo types.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.cc -fPIC -DPIC -o .libs/types.o
# In file included from types.cc:24:
# In file included from ../freehdl/vaul-parser.h:26:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# types.cc:525:13: warning: '&&' within '||' [-Wlogical-op-parentheses]
# return et && et == std->predef_BIT || et == std->predef_BOOLEAN;
# ~~~^~~~~~~~~~~~~~~~~~~~~~~~ ~~
# types.cc:525:13: note: place parentheses around the '&&' expression to silence this warning
# return et && et == std->predef_BIT || et == std->predef_BOOLEAN;
# ^
# ( )
# 2 warnings generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.cc -o types.o >/dev/null 2>&1
# mv -f .deps/types.Tpo .deps/types.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -fPIC -DPIC -o .libs/version.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -o version.o >/dev/null 2>&1
# mv -f .deps/version.Tpo .deps/version.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT pool.lo -MD -MP -MF .deps/pool.Tpo -c -o pool.lo pool.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT pool.lo -MD -MP -MF .deps/pool.Tpo -c pool.cc -fPIC -DPIC -o .libs/pool.o
# In file included from pool.cc:24:
# In file included from ../freehdl/vaul-lexer.h:27:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT pool.lo -MD -MP -MF .deps/pool.Tpo -c pool.cc -o pool.o >/dev/null 2>&1
# mv -f .deps/pool.Tpo .deps/pool.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaul-chunk.lo -MD -MP -MF .deps/vaul-chunk.Tpo -c -o vaul-chunk.lo vaul-chunk.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaul-chunk.lo -MD -MP -MF .deps/vaul-chunk.Tpo -c vaul-chunk.cc -fPIC -DPIC -o .libs/vaul-chunk.o
# In file included from vaul-chunk.cc:3:
# In file included from ../freehdl/vaul-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaul-chunk.lo -MD -MP -MF .deps/vaul-chunk.Tpo -c vaul-chunk.cc -o vaul-chunk.o >/dev/null 2>&1
# mv -f .deps/vaul-chunk.Tpo .deps/vaul-chunk.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaulgens-chunk.lo -MD -MP -MF .deps/vaulgens-chunk.Tpo -c -o vaulgens-chunk.lo vaulgens-chunk.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaulgens-chunk.lo -MD -MP -MF .deps/vaulgens-chunk.Tpo -c vaulgens-chunk.cc -fPIC -DPIC -o .libs/vaulgens-chunk.o
# In file included from vaulgens-chunk.cc:3:
# In file included from ./vaulgens-chunk.h:6:
# In file included from ../freehdl/fire.h:4:
# In file included from ../freehdl/fire-types.h:8:
# ../freehdl/tree-supp.h:88:37: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
# bool is (tree_kind base) { return this && tree_is (kind (), base); }
# ^~~~ ~~
# 1 warning generated.
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaulgens-chunk.lo -MD -MP -MF .deps/vaulgens-chunk.Tpo -c vaulgens-chunk.cc -o vaulgens-chunk.o >/dev/null 2>&1
# mv -f .deps/vaulgens-chunk.Tpo .deps/vaulgens-chunk.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT aprintf.lo -MD -MP -MF .deps/aprintf.Tpo -c -o aprintf.lo aprintf.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT aprintf.lo -MD -MP -MF .deps/aprintf.Tpo -c aprintf.cc -fPIC -DPIC -o .libs/aprintf.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT aprintf.lo -MD -MP -MF .deps/aprintf.Tpo -c aprintf.cc -o aprintf.o >/dev/null 2>&1
# mv -f .deps/aprintf.Tpo .deps/aprintf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaprintf.lo -MD -MP -MF .deps/vaprintf.Tpo -c -o vaprintf.lo vaprintf.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaprintf.lo -MD -MP -MF .deps/vaprintf.Tpo -c vaprintf.cc -fPIC -DPIC -o .libs/vaprintf.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vaprintf.lo -MD -MP -MF .deps/vaprintf.Tpo -c vaprintf.cc -o vaprintf.o >/dev/null 2>&1
# mv -f .deps/vaprintf.Tpo .deps/vaprintf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.lo xmalloc.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.cc -fPIC -DPIC -o .libs/xmalloc.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.cc -o xmalloc.o >/dev/null 2>&1
# mv -f .deps/xmalloc.Tpo .deps/xmalloc.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xrealloc.lo -MD -MP -MF .deps/xrealloc.Tpo -c -o xrealloc.lo xrealloc.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xrealloc.lo -MD -MP -MF .deps/xrealloc.Tpo -c xrealloc.cc -fPIC -DPIC -o .libs/xrealloc.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xrealloc.lo -MD -MP -MF .deps/xrealloc.Tpo -c xrealloc.cc -o xrealloc.o >/dev/null 2>&1
# mv -f .deps/xrealloc.Tpo .deps/xrealloc.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xstrdup.lo -MD -MP -MF .deps/xstrdup.Tpo -c -o xstrdup.lo xstrdup.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xstrdup.lo -MD -MP -MF .deps/xstrdup.Tpo -c xstrdup.cc -fPIC -DPIC -o .libs/xstrdup.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT xstrdup.lo -MD -MP -MF .deps/xstrdup.Tpo -c xstrdup.cc -o xstrdup.o >/dev/null 2>&1
# mv -f .deps/xstrdup.Tpo .deps/xstrdup.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fatal.lo -MD -MP -MF .deps/fatal.Tpo -c -o fatal.lo fatal.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fatal.lo -MD -MP -MF .deps/fatal.Tpo -c fatal.cc -fPIC -DPIC -o .libs/fatal.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT fatal.lo -MD -MP -MF .deps/fatal.Tpo -c fatal.cc -o fatal.o >/dev/null 2>&1
# mv -f .deps/fatal.Tpo .deps/fatal.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vfatal.lo -MD -MP -MF .deps/vfatal.Tpo -c -o vfatal.lo vfatal.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vfatal.lo -MD -MP -MF .deps/vfatal.Tpo -c vfatal.cc -fPIC -DPIC -o .libs/vfatal.o
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT vfatal.lo -MD -MP -MF .deps/vfatal.Tpo -c vfatal.cc -o vfatal.o >/dev/null 2>&1
# mv -f .deps/vfatal.Tpo .deps/vfatal.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -version-info 0:0 -o libfreehdl-vaul.la -rpath /usr/lib attr.lo blocks.lo decls.lo dfile.lo dunit.lo error.lo expr.lo fold.lo lexer.lo list.lo mempool.lo message.lo bison-parser.lo printer.lo ref.lo stats.lo subprogs.lo tree.lo types.lo version.lo pool.lo vaul-chunk.lo vaulgens-chunk.lo aprintf.lo vaprintf.lo xmalloc.lo xrealloc.lo xstrdup.lo fatal.lo vfatal.lo
# libtool: link: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/attr.o .libs/blocks.o .libs/decls.o .libs/dfile.o .libs/dunit.o .libs/error.o .libs/expr.o .libs/fold.o .libs/lexer.o .libs/list.o .libs/mempool.o .libs/message.o .libs/bison-parser.o .libs/printer.o .libs/ref.o .libs/stats.o .libs/subprogs.o .libs/tree.o .libs/types.o .libs/version.o .libs/pool.o .libs/vaul-chunk.o .libs/vaulgens-chunk.o .libs/aprintf.o .libs/vaprintf.o .libs/xmalloc.o .libs/xrealloc.o .libs/xstrdup.o .libs/fatal.o .libs/vfatal.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libfreehdl-vaul.so.0 -o .libs/libfreehdl-vaul.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libfreehdl-vaul.so.0" && ln -s "libfreehdl-vaul.so.0.0.0" "libfreehdl-vaul.so.0")
# libtool: link: (cd ".libs" && rm -f "libfreehdl-vaul.so" && ln -s "libfreehdl-vaul.so.0.0.0" "libfreehdl-vaul.so")
# libtool: link: ar cru .libs/libfreehdl-vaul.a attr.o blocks.o decls.o dfile.o dunit.o error.o expr.o fold.o lexer.o list.o mempool.o message.o bison-parser.o printer.o ref.o stats.o subprogs.o tree.o types.o version.o pool.o vaul-chunk.o vaulgens-chunk.o aprintf.o vaprintf.o xmalloc.o xrealloc.o xstrdup.o fatal.o vfatal.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfreehdl-vaul.a
# libtool: link: ( cd ".libs" && rm -f "libfreehdl-vaul.la" && ln -s "../libfreehdl-vaul.la" "libfreehdl-vaul.la" )
# make[2]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/vaul'
# make[1]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/vaul'
# Making all in kernel
# make[1]: Entering directory '/tmp/freehdl/src/freehdl-0.0.8/kernel'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT libfreehdl_kernel_la-error.lo -MD -MP -MF .deps/libfreehdl_kernel_la-error.Tpo -c -o libfreehdl_kernel_la-error.lo `test -f 'error.cc' || echo './'`error.cc
# libtool: compile: clang++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" "-DPACKAGE_STRING=\"freehdl 0.0.8\"" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1 -I. -I.. -I.. -MT libfreehdl_kernel_la-error.lo -MD -MP -MF .deps/libfreehdl_kernel_la-error.Tpo -c error.cc -fPIC -DPIC -o .libs/libfreehdl_kernel_la-error.o
# In file included from error.cc:4:
# In file included from ../freehdl/std-vhdl-types.hh:13:
# ../freehdl/kernel-acl.hh:127:13: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
# return (this == NULL)? true : (&data.value)[0] == ACL_MARKER && (&data.value)[1] == ACL_MARKER;
# ^~~~ ~~~~
# ../freehdl/kernel-acl.hh:142:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
# if (this == NULL) return (acl*)NULL;
# ^~~~ ~~~~
# In file included from error.cc:4:
# ../freehdl/std-vhdl-types.hh:1202:3: warning: control may reach end of non-void function [-Wreturn-type]
# }
# ^
# ../freehdl/std-vhdl-types.hh:1486:58: error: called object type 'uchar' (aka 'unsigned char') is not a function or function pointer
# const int mem_size = length * ainfo->element_type->size();
# ~~~~~~~~~~~~~~~~~~~~~~~~~^
# In file included from error.cc:4:
# In file included from ../freehdl/std-vhdl-types.hh:2220:
# In file included from ../freehdl/kernel-db.hh:80:
# In file included from ../freehdl/kernel-util.hh:13:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/ext/hash_map:60:
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward/backward_warning.h:32:2: warning: This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-W#warnings]
# #warning \
# ^
# In file included from error.cc:6:
# In file included from ../freehdl/kernel-kernel-class.hh:5:
# ../freehdl/kernel-classes.hh:1:9: warning: 'FREEHDL_KERNEL_CLASSES_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef FREEHDL_KERNEL_CLASSES_H
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ../freehdl/kernel-classes.hh:2:9: note: 'FREEHDL_CLASSES_H' is defined here; did you mean 'FREEHDL_KERNEL_CLASSES_H'?
# #define FREEHDL_CLASSES_H
# ^~~~~~~~~~~~~~~~~
# FREEHDL_KERNEL_CLASSES_H
# In file included from error.cc:6:
# In file included from ../freehdl/kernel-kernel-class.hh:6:
# ../freehdl/kernel-list.hh:637:23: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
# num = ((num << 2) || ((UINT_BIT - 2) >> 30)) + get_hash(a.content(i));
# ^ ~~~~~~~~~~~~~~~~~~~~~~
# ../freehdl/kernel-list.hh:637:23: note: use '|' for a bitwise operation
# num = ((num << 2) || ((UINT_BIT - 2) >> 30)) + get_hash(a.content(i));
# ^~
# |
# In file included from error.cc:6:
# In file included from ../freehdl/kernel-kernel-class.hh:9:
# In file included from ../freehdl/kernel-wait-info.hh:4:
# ../freehdl/kernel-sig-info.hh:170:5: error: no matching constructor for initialization of 'sig_info_base'
# sig_info_base(iname, n, sln, reader, sr) {};
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
# ../freehdl/kernel-sig-info.hh:133:3: note: candidate constructor not viable: requires 6 arguments, but 5 were provided
# sig_info_base(name_stack &iname, const char *n, const char *sln,
# ^
# ../freehdl/kernel-sig-info.hh:131:3: note: candidate constructor not viable: requires 7 arguments, but 5 were provided
# sig_info_base(name_stack &iname, const char *n, const char *sln,
# ^
# ../freehdl/kernel-sig-info.hh:138:3: note: candidate constructor not viable: requires 7 arguments, but 5 were provided
# sig_info_base(name_stack &iname, const char *n, const char *sln,
# ^
# ../freehdl/kernel-sig-info.hh:126:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided
# struct sig_info_base : public sig_info_core {
# ^
# ../freehdl/kernel-sig-info.hh:135:3: note: candidate constructor not viable: requires 9 arguments, but 5 were provided
# sig_info_base(name_stack &iname, const char *n, const char *sln,
# ^
# error.cc:19:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Runtime error " << errnum << ".\n";
# ^
# error.cc:19:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Runtime error " << errnum << ".\n";
# ^
# error.cc:21:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << str << "\n";
# ^
# error.cc:42:30: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << " scalar value " << s.str() << " out of bounds.";
# ^
# error.cc:42:61: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << " scalar value " << s.str() << " out of bounds.";
# ^
# error.cc:46:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << " unknown error.";
# ^
# error.cc:49:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "\n";
# ^
# error.cc:61:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << str << "\n";
# ^
# error.cc:131:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Debug info from " << file << " at line " << line << ": " << str << "\n";
# ^
# error.cc:131:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Debug info from " << file << " at line " << line << ": " << str << "\n";
# ^
# error.cc:131:79: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Debug info from " << file << " at line " << line << ": " << str << "\n";
# ^
# error.cc:131:94: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# kernel_error_stream << "Debug info from " << file << " at line " << line << ": " << str << "\n";
# ^
# 18 warnings and 2 errors generated.
# make[1]: *** [Makefile:423: libfreehdl_kernel_la-error.lo] Error 1
# make[1]: Leaving directory '/tmp/freehdl/src/freehdl-0.0.8/kernel'
# make: *** [Makefile:350: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/freehdl/src/freehdl-0.0.8/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 freehdl configure 0.0.8, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 43526b9f72b6
# 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:2777: checking build system type
# configure:2791: result: x86_64-unknown-linux-gnu
# configure:2811: checking host system type
# configure:2824: result: x86_64-unknown-linux-gnu
# configure:2844: checking target system type
# configure:2857: result: x86_64-unknown-linux-gnu
# configure:2899: checking for a BSD-compatible install
# configure:2967: result: /usr/bin/install -c
# configure:2978: checking whether build environment is sane
# configure:3028: result: yes
# configure:3077: checking for x86_64-unknown-linux-strip
# configure:3107: result: no
# configure:3117: checking for strip
# configure:3133: found /usr/bin/strip
# configure:3144: result: strip
# configure:3169: checking for a thread-safe mkdir -p
# configure:3208: result: /usr/bin/mkdir -p
# configure:3221: checking for gawk
# configure:3237: found /usr/bin/gawk
# configure:3248: result: gawk
# configure:3259: checking whether make sets $(MAKE)
# configure:3281: result: yes
# configure:3353: checking whether to enable maintainer-specific portions of Makefiles
# configure:3362: result: no
# configure:3718: checking for style of include used by make
# configure:3746: result: GNU
# configure:3776: checking for x86_64-unknown-linux-gcc
# configure:3803: result: clang
# configure:4072: checking for C compiler version
# configure:4081: 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:4092: $? = 0
# configure:4081: 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:4092: $? = 0
# configure:4081: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4092: $? = 1
# configure:4081: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4092: $? = 1
# configure:4112: checking whether the C compiler works
# configure:4134: clang conftest.c >&5
# configure:4138: $? = 0
# configure:4186: result: yes
# configure:4189: checking for C compiler default output file name
# configure:4191: result: a.out
# configure:4197: checking for suffix of executables
# configure:4204: clang -o conftest conftest.c >&5
# configure:4208: $? = 0
# configure:4230: result:
# configure:4252: checking whether we are cross compiling
# configure:4260: clang -o conftest conftest.c >&5
# configure:4264: $? = 0
# configure:4271: ./conftest
# configure:4275: $? = 0
# configure:4290: result: no
# configure:4295: checking for suffix of object files
# configure:4317: clang -c conftest.c >&5
# configure:4321: $? = 0
# configure:4342: result: o
# configure:4346: checking whether we are using the GNU C compiler
# configure:4365: clang -c conftest.c >&5
# configure:4365: $? = 0
# configure:4374: result: yes
# configure:4383: checking whether clang accepts -g
# configure:4403: clang -c -g conftest.c >&5
# configure:4403: $? = 0
# configure:4444: result: yes
# configure:4461: checking for clang option to accept ISO C89
# configure:4525: clang -c conftest.c >&5
# configure:4525: $? = 0
# configure:4538: result: none needed
# configure:4560: checking dependency style of clang
# configure:4670: result: gcc3
# configure:4685: checking for a sed that does not truncate output
# configure:4749: result: /usr/bin/sed
# configure:4767: checking for grep that handles long lines and -e
# configure:4825: result: /usr/bin/grep
# configure:4830: checking for egrep
# configure:4892: result: /usr/bin/grep -E
# configure:4897: checking for fgrep
# configure:4959: result: /usr/bin/grep -F
# configure:4994: checking for ld used by clang
# configure:5061: result: /usr/bin/ld
# configure:5068: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5083: result: yes
# configure:5095: checking for BSD- or MS-compatible name lister (nm)
# configure:5144: result: /usr/bin/nm -B
# configure:5262: checking the name lister (/usr/bin/nm -B) interface
# configure:5269: clang -c conftest.c >&5
# configure:5272: /usr/bin/nm -B "conftest.o"
# configure:5275: output
# 0000000000000000 B some_variable
# configure:5282: result: BSD nm
# configure:5285: checking whether ln -s works
# configure:5289: result: yes
# configure:5297: checking the maximum length of command line arguments
# configure:5417: result: 1572864
# configure:5434: checking whether the shell understands some XSI constructs
# configure:5444: result: yes
# configure:5448: checking whether the shell understands "+="
# configure:5454: result: yes
# configure:5489: checking for /usr/bin/ld option to reload object files
# configure:5496: result: -r
# configure:5525: checking for x86_64-unknown-linux-objdump
# configure:5552: result: objdump
# configure:5621: checking how to recognize dependent libraries
# configure:5817: result: pass_all
# configure:5837: checking for x86_64-unknown-linux-ar
# configure:5867: result: no
# configure:5877: checking for ar
# configure:5893: found /usr/bin/ar
# configure:5904: result: ar
# configure:5942: checking for x86_64-unknown-linux-strip
# configure:5969: result: strip
# configure:6041: checking for x86_64-unknown-linux-ranlib
# configure:6071: result: no
# configure:6081: checking for ranlib
# configure:6097: found /usr/bin/ranlib
# configure:6108: result: ranlib
# configure:6198: checking command to parse /usr/bin/nm -B output from clang object
# configure:6316: clang -c conftest.c >&5
# configure:6319: $? = 0
# configure:6323: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6326: $? = 0
# configure:6380: clang -o conftest conftest.c conftstm.o >&5
# configure:6383: $? = 0
# configure:6421: result: ok
# configure:6517: clang -c conftest.c >&5
# configure:6520: $? = 0
# configure:7230: checking how to run the C preprocessor
# configure:7261: clang -E conftest.c
# configure:7261: $? = 0
# configure:7275: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7275: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7300: result: clang -E
# configure:7320: clang -E conftest.c
# configure:7320: $? = 0
# configure:7334: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7334: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7363: checking for ANSI C header files
# configure:7383: clang -c conftest.c >&5
# configure:7383: $? = 0
# configure:7456: clang -o conftest conftest.c >&5
# configure:7456: $? = 0
# configure:7456: ./conftest
# configure:7456: $? = 0
# configure:7467: result: yes
# configure:7480: checking for sys/types.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for sys/stat.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for stdlib.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for string.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for memory.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for strings.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for inttypes.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for stdint.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7480: checking for unistd.h
# configure:7480: clang -c conftest.c >&5
# configure:7480: $? = 0
# configure:7480: result: yes
# configure:7494: checking for dlfcn.h
# configure:7494: clang -c conftest.c >&5
# configure:7494: $? = 0
# configure:7494: result: yes
# configure:7676: checking for objdir
# configure:7691: result: .libs
# configure:7983: checking if clang supports -fno-rtti -fno-exceptions
# configure:8001: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8005: $? = 0
# configure:8018: result: yes
# configure:8038: checking for clang option to produce PIC
# configure:8310: result: -fPIC -DPIC
# configure:8322: checking if clang PIC flag -fPIC -DPIC works
# configure:8340: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8344: $? = 0
# configure:8357: result: yes
# configure:8381: checking if clang static flag -static works
# configure:8409: result: yes
# configure:8424: checking if clang supports -c -o file.o
# configure:8445: clang -c -o out/conftest2.o conftest.c >&5
# configure:8449: $? = 0
# configure:8471: result: yes
# configure:8479: checking if clang supports -c -o file.o
# configure:8526: result: yes
# configure:8559: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9550: result: yes
# configure:9587: checking whether -lc should be explicitly linked in
# configure:9592: clang -c conftest.c >&5
# configure:9595: $? = 0
# configure:9610: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9613: $? = 0
# configure:9625: result: no
# configure:9789: checking dynamic linker characteristics
# configure:10222: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10222: $? = 0
# configure:10452: result: GNU/Linux ld.so
# configure:10554: checking how to hardcode library paths into programs
# configure:10579: result: immediate
# configure:11099: checking whether stripping libraries is possible
# configure:11104: result: yes
# configure:11139: checking if libtool supports shared libraries
# configure:11141: result: yes
# configure:11144: checking whether to build shared libraries
# configure:11165: result: yes
# configure:11168: checking whether to build static libraries
# configure:11172: result: yes
# configure:11215: checking for x86_64-unknown-linux-gcc
# configure:11242: result: clang
# configure:11511: checking for C compiler version
# configure:11520: 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:11531: $? = 0
# configure:11520: 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:11531: $? = 0
# configure:11520: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11531: $? = 1
# configure:11520: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11531: $? = 1
# configure:11535: checking whether we are using the GNU C compiler
# configure:11563: result: yes
# configure:11572: checking whether clang accepts -g
# configure:11633: result: yes
# configure:11650: checking for clang option to accept ISO C89
# configure:11727: result: none needed
# configure:11749: checking dependency style of clang
# configure:11859: result: gcc3
# configure:11986: checking for C++ compiler version
# configure:11995: 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:12006: $? = 0
# configure:11995: 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:12006: $? = 0
# configure:11995: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12006: $? = 1
# configure:11995: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12006: $? = 1
# configure:12010: checking whether we are using the GNU C++ compiler
# configure:12029: clang++ -c conftest.cpp >&5
# configure:12029: $? = 0
# configure:12038: result: yes
# configure:12047: checking whether clang++ accepts -g
# configure:12067: clang++ -c -g conftest.cpp >&5
# configure:12067: $? = 0
# configure:12108: result: yes
# configure:12133: checking dependency style of clang++
# configure:12243: result: gcc3
# configure:12371: checking for C++ compiler version
# configure:12380: 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:12391: $? = 0
# configure:12380: 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:12391: $? = 0
# configure:12380: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12391: $? = 1
# configure:12380: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12391: $? = 1
# configure:12395: checking whether we are using the GNU C++ compiler
# configure:12423: result: yes
# configure:12432: checking whether clang++ accepts -g
# configure:12493: result: yes
# configure:12518: checking dependency style of clang++
# configure:12628: result: gcc3
# configure:12651: checking how to run the C++ preprocessor
# configure:12678: clang++ -E conftest.cpp
# configure:12678: $? = 0
# configure:12692: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12692: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12717: result: clang++ -E
# configure:12737: clang++ -E conftest.cpp
# configure:12737: $? = 0
# configure:12751: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12751: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12919: checking for ld used by clang++
# configure:12986: result: /usr/bin/ld -m elf_x86_64
# configure:12993: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13008: result: yes
# configure:13063: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13976: result: yes
# configure:14004: clang++ -c conftest.cpp >&5
# configure:14007: $? = 0
# configure:14189: checking for clang++ option to produce PIC
# configure:14506: result: -fPIC -DPIC
# configure:14515: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14533: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14537: $? = 0
# configure:14550: result: yes
# configure:14571: checking if clang++ static flag -static works
# configure:14599: result: yes
# configure:14611: checking if clang++ supports -c -o file.o
# configure:14632: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14636: $? = 0
# configure:14658: result: yes
# configure:14663: checking if clang++ supports -c -o file.o
# configure:14710: result: yes
# configure:14740: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14769: result: yes
# configure:14906: checking dynamic linker characteristics
# configure:15287: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:15287: $? = 0
# configure:15517: result: GNU/Linux ld.so
# configure:15568: checking how to hardcode library paths into programs
# configure:15593: result: immediate
# configure:15637: checking for bison
# configure:15653: found /usr/bin/bison
# configure:15664: result: bison -y
# configure:15680: checking for flex
# configure:15696: found /usr/bin/flex
# configure:15707: result: flex
# configure:15744: flex conftest.l
# configure:15748: $? = 1
# configure:15750: checking lex output file root
# configure:15764: result: lex.yy
# configure:15769: checking lex library
# configure:15783: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15783: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:15783: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15783: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:15783: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15783: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:15793: result: none needed
# configure:15799: checking whether yytext is a pointer
# configure:15815: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15815: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #define YYTEXT_POINTER 1
# |
# configure:15823: result: no
# configure:15839: checking for perl
# configure:15857: found /usr/bin/perl
# configure:15870: result: /usr/bin/perl
# configure:15884: checking for pkg-config
# configure:15902: found /usr/bin/pkg-config
# configure:15915: result: /usr/bin/pkg-config
# configure:15932: checking for x86_64-unknown-linux-glibtool
# configure:15962: result: no
# configure:15932: checking for x86_64-unknown-linux-libtool
# configure:15962: result: no
# configure:15976: checking for glibtool
# configure:16006: result: no
# configure:15976: checking for libtool
# configure:15992: found /usr/bin/libtool
# configure:16003: result: libtool
# configure:16088: checking FlexLexer.h usability
# configure:16088: clang++ -c conftest.cpp >&5
# configure:16088: $? = 0
# configure:16088: result: yes
# configure:16088: checking FlexLexer.h presence
# configure:16088: clang++ -E conftest.cpp
# configure:16088: $? = 0
# configure:16088: result: yes
# configure:16088: checking for FlexLexer.h
# configure:16088: result: yes
# configure:16107: checking execinfo.h usability
# configure:16107: clang -c conftest.c >&5
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking execinfo.h presence
# configure:16107: clang -E conftest.c
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking for execinfo.h
# configure:16107: result: yes
# configure:16107: checking malloc.h usability
# configure:16107: clang -c conftest.c >&5
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking malloc.h presence
# configure:16107: clang -E conftest.c
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking for malloc.h
# configure:16107: result: yes
# configure:16107: checking getopt.h usability
# configure:16107: clang -c conftest.c >&5
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking getopt.h presence
# configure:16107: clang -E conftest.c
# configure:16107: $? = 0
# configure:16107: result: yes
# configure:16107: checking for getopt.h
# configure:16107: result: yes
# configure:16118: checking whether byte ordering is bigendian
# configure:16133: clang -c conftest.c >&5
# conftest.c:26:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:26:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:16133: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLEXLEXER_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:16178: clang -c conftest.c >&5
# configure:16178: $? = 0
# configure:16196: clang -c conftest.c >&5
# conftest.c:32:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:16196: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freehdl"
# | #define PACKAGE_TARNAME "freehdl"
# | #define PACKAGE_VERSION "0.0.8"
# | #define PACKAGE_STRING "freehdl 0.0.8"
# | #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLEXLEXER_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16324: result: no
# configure:16346: checking size of int
# configure:16351: clang -o conftest conftest.c >&5
# configure:16351: $? = 0
# configure:16351: ./conftest
# configure:16351: $? = 0
# configure:16365: result: 4
# configure:16378: checking for vasprintf
# configure:16378: clang -o conftest conftest.c >&5
# conftest.c:60:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:16378: $? = 0
# configure:16378: result: yes
# configure:16389: checking for working alloca.h
# configure:16406: clang -o conftest conftest.c >&5
# configure:16406: $? = 0
# configure:16414: result: yes
# configure:16422: checking for alloca
# configure:16459: clang -o conftest conftest.c >&5
# configure:16459: $? = 0
# configure:16467: result: yes
# configure:16579: checking for socket
# configure:16579: clang -o conftest conftest.c >&5
# configure:16579: $? = 0
# configure:16579: result: yes
# configure:16579: checking for gettimeofday
# configure:16579: clang -o conftest conftest.c >&5
# configure:16579: $? = 0
# configure:16579: result: yes
# configure:16589: checking for regcomp
# configure:16589: clang -o conftest conftest.c >&5
# configure:16589: $? = 0
# configure:16589: result: yes
# configure:16824: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by freehdl config.status 0.0.8, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 43526b9f72b6
#
# config.status:1094: creating Makefile
# config.status:1094: creating freehdl/Makefile
# config.status:1094: creating fire/Makefile
# config.status:1094: creating vaul/Makefile
# config.status:1094: creating kernel/Makefile
# config.status:1094: creating std/Makefile
# config.status:1094: creating v2cc/Makefile
# config.status:1094: creating doc/Makefile
# config.status:1094: creating ieee/Makefile
# config.status:1094: creating FHDLgui/Makefile
# config.status:1094: creating FHDLgui/pictures/Makefile
# config.status:1094: creating examples/Makefile
# config.status:1094: creating examples/v2c/Makefile
# config.status:1094: creating cdfggen/Makefile
# config.status:1094: creating v2cc/gvhdl
# config.status:1094: creating freehdl.pc
# config.status:1265: executing depfiles commands
# config.status:1265: executing libtool commands
# configure:19140: result:
# configure:19142: result: freehdl version 0.0.8 configured successfully.
# configure:19144: result:
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=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_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_alloca_works=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_socket=yes
# ac_cv_func_vasprintf=yes
# ac_cv_header_FlexLexer_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# 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_PERL=/usr/bin/perl
# ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
# 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_LEX=flex
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_ac_ct_SYSTEM_LIBTOOL=libtool
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_int=4
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_working_alloca_h=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_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_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run aclocal-1.11'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run automake-1.11'
# 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='-DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.8\" -DPACKAGE_STRING=\"freehdl\ 0.0.8\" -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SOCKET=1 -DHAVE_GETTIMEOFDAY=1'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GETOPTLIBS=''
# GREP='/usr/bin/grep'
# GUILE=''
# 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=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='freehdl'
# PACKAGE_BUGREPORT='edwin@ds.e-technik.uni-dortmund.de'
# PACKAGE_NAME='freehdl'
# PACKAGE_STRING='freehdl 0.0.8'
# PACKAGE_TARNAME='freehdl'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.0.8'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PKGCONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# REGEXDEFS=''
# REGEXLIBS=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SYSTEM_LIBTOOL='libtool'
# VERSION='0.0.8'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# ac_ct_SYSTEM_LIBTOOL='libtool'
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/freehdl/src/freehdl-0.0.8/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "freehdl"
# #define PACKAGE_TARNAME "freehdl"
# #define PACKAGE_VERSION "0.0.8"
# #define PACKAGE_STRING "freehdl 0.0.8"
# #define PACKAGE_BUGREPORT "edwin@ds.e-technik.uni-dortmund.de"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FLEXLEXER_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_GETOPT_H 1
# #define SIZEOF_INT 4
# #define HAVE_VASPRINTF 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_SOCKET 1
# #define HAVE_GETTIMEOFDAY 1
#
# configure: exit 0